Name | Description | |
---|---|---|
NXmlParser Constructor | Overloaded. |
The following tables list the members exposed by NXmlParser.
Name | Description | |
---|---|---|
NXmlParser Constructor | Overloaded. |
Name | Description | |
---|---|---|
Parse | Overloaded. Overridden. Parses the given chars and returns true on success. |
Name | Description | |
---|---|---|
CreateAttributeValueCharRefMap | Creates the attribute value character reference map. | |
CreateTag | Creates a tag from the given tag name and type. | |
CreateTextCharRefMap | Creates the text character reference map. | |
ExpandAllCharRefs | Expands all character reference entitites in the given string and returns the result. | |
OnStartTagRead | Called when the parser has read a start tag and its attributes (if any). | |
OnStartTagSelfClosed | Called when the parser has read a self closed start tag and its attributes (if any). | |
ReadAfterLessThan | Reads after a '<' symbol. | |
ReadAfterLessThanAndExclamation | Read after a "<!" char sequence. | |
ReadAttribute | Reads an attribute name and value. | |
ReadAttributeValue | Reads an attribute value. | |
ReadCData | Reads to the end of the CDATA sequence. | |
ReadComment | Reads to the end of the comment (i.e. a "-->" sequence). | |
ReadDeclaration | Called when the given declaration character is read after a '<' symbol. | |
ReadEndTag | Reads an end tag and returns its name as an out parameter. Returns false if the parser has reached its end position. | |
ReadStartTag | Reads a start tag. | |
ReadText | Reads the content of a text node. | |
TryExpandCharRef | Tries to expand the given reference string to a char reference and returns true on success. |