List of XmlParser methods

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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