| Functions |
getDocumentElement() - Retrieve the document element from a parsed xml entity. |
keepBlanks(number) - Make the parser keep all whitespace. |
parseChunk(string) - Parse an xml chunk into a tree. |
parseFile(string) - Parse an xmlfile into a tree. |
saveToFile(string) - Save the parser tree to a file. |
toString() - Return the XML tree as a string. |
validation(number) - Should we validate the XML agains the DTD in the DOCTYPE element? |
xpathArray(string) - Retrive an array of values from the tree using XPath. |
xpathNode(string) - Retrive a string from the tree using XPath. |