List of XmlParser methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(No difference)

Latest revision as of 19:07, 6 March 2013

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