List of XmlParser methods

From m204wiki
Revision as of 19:07, 6 March 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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