getAttrValue
const func string: getAttrValue (in xmlNode: aNode, in string: attrName)
-
Get the value of a specified attribute.
getAttributes
const func attrHashType: getAttributes (in xmlNode: aNode)
-
Get the attributes of a node as hash table.
getSubNodes
const func array xmlNode: getSubNodes (in xmlNode: aNode)
-
Get the sub-nodes of a given node.
getContent
const func string: getContent (in xmlNode: aNode)
-
Get the content of a given node.
readXml
const func xmlNode: readXml (inout file: inFile)
-
Read an XML file.
- Returns:
- an xmlNode containing the contents of the XML file.
readXml
const func xmlNode: readXml (in string: xmlStri)
-
Read XML data from a string.
- Returns:
- an xmlNode containing the contents of the XML string.