List of XmlParser methods

From m204wiki
Jump to navigation Jump to search

The following are the available XmlParser class methods.

MethodDescription
DefaultSelectorSet a default selector
DepthThe current depth in the document
LoadElementLoad the current element into an XmlDoc object
NewConstruct a new XmlParser instance
ParseStart parsing the current document
StopParsingStop parsing the current document
StringThe document to be tokenized
SubstringGet a substring of the current document

See also