NXmlDocumentParserListener Class Methods
In This Topic
For a list of all members of this type, see NXmlDocumentParserListener members.
Public Methods
| | Name | Description |
 | OnEndDeclaration | Overridden. Called when the parser detects the end of a declaration. |
 | OnEndTag | Overridden. Called when the parser detects an end tag. |
 | OnStartDeclaration | Overridden. Called when the parser detects a declaration. |
 | OnStartTag | Overridden. Called when the parser detects a start tag. |
 | OnText | Overridden. Called when the parser has read text content. |
 | Reset | Overridden. Clears all data the listener has processed and puts it into initial state. |
Top
Protected Methods
| | Name | Description |
 | CreateDocument | Creates a document this listener can operate on. |
Top
See Also