NXmlDocumentParserListener Class Members
In This Topic
The following tables list the members exposed by NXmlDocumentParserListener.
Public Constructors
Public Properties
| Name | Description |
| Document | Gets the document this listener operates on. |
Top
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