NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlParser Class


NXmlParser Class Methods

For a list of all members of this type, see NXmlParser members.

Public Methods
 NameDescription
Public MethodOverloaded. Overridden. Parses the given chars and returns true on success.  
Top
Protected Methods
 NameDescription
Protected MethodCreates the attribute value character reference map.  
Protected MethodCreates a tag from the given tag name and type.  
Protected MethodCreates the text character reference map.  
Protected MethodExpands all character reference entitites in the given string and returns the result.  
Protected MethodCalled when the parser has read a start tag and its attributes (if any).  
Protected MethodCalled when the parser has read a self closed start tag and its attributes (if any).  
Protected MethodReads after a '<' symbol.  
Protected MethodRead after a "<!" char sequence.  
Protected MethodReads an attribute name and value.  
Protected MethodReads an attribute value.  
Protected MethodReads to the end of the CDATA sequence.  
Protected MethodReads to the end of the comment (i.e. a "-->" sequence).  
Protected MethodCalled when the given declaration character is read after a '<' symbol.  
Protected MethodReads an end tag and returns its name as an out parameter. Returns false if the parser has reached its end position.  
Protected MethodReads a start tag.  
Protected MethodReads the content of a text node.  
Protected MethodTries to expand the given reference string to a char reference and returns true on success.  
Top
See Also