Name | Description | |
---|---|---|
![]() | NXmlDocumentParserListener Constructor | Default constructor. |
The following tables list the members exposed by NXmlDocumentParserListener.
Name | Description | |
---|---|---|
![]() | NXmlDocumentParserListener Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() | m_CurrentDeclaration | The current declaration. |
![]() | m_CurrentNode | The current node. |
![]() | m_Document | The document this listener operates on. |
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. |
Name | Description | |
---|---|---|
![]() | CreateDocument | Creates a document this listener can operate on. |