List of XmlParser methods
The following are the available XmlParser class methods.
| Method | Description |
|---|---|
| DefaultSelector | Set a default selector |
| Depth | The current depth in the document |
| LoadElement | Load the current element into an XmlDoc object |
| New | Construct a new XmlParser instance |
| Parse | Start parsing the current document |
| StopParsing | Stop parsing the current document |
| String | The document to be tokenized |
| Substring | Get a substring of the current document |