Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlParser Class
Fields Methods


In This Topic
    NXmlParser Class Members
    In This Topic

    The following tables list the members exposed by NXmlParser.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Protected FieldThe char array to parse. (Inherited from Nevron.Nov.NStringParser)
    Protected FieldThe inclusive end position in the char array at which to end parsing. (Inherited from Nevron.Nov.NStringParser)
    Protected FieldThe current position in the char array. (Inherited from Nevron.Nov.NStringParser)
    Protected FieldThe inclusive start position in the char array from which to begin parsing. (Inherited from Nevron.Nov.NStringParser)
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Parses the given chars and returns true on success.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Checks whether the next characters in the char array match the ones in the given string starting from the current reading position and from the specified position in the string. A case sensitive check is performed. (Inherited from Nevron.Nov.NStringParser)
    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 the character at the current position without advancing the parser pointer. (Inherited from Nevron.Nov.NStringParser)
    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 the character at the current position as an out parameter and advances the parser pointer. (Inherited from Nevron.Nov.NStringParser)
    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 MethodOverloaded. Reads a token from the current position (inclusive) to the first occurrence of the given stop char (exclusive). The position of the first occurrence of the stop char becomes the new reading position. Returns false if the parser has reached its end position. (Inherited from Nevron.Nov.NStringParser)
    Protected Method

    Reads to the given close char, regarding other open and close chars as nested scopes. For example the following string will be read as a single token and not only to the first closing brace:

    {

    p.test { font-family:verdana,sans-serif;font-size:14px; }

    }

    (Inherited from Nevron.Nov.NStringParser)
    Protected MethodReads until a non white space char is met. The parser's position is then positioned at this non white space character position. (Inherited from Nevron.Nov.NStringParser)
    Protected MethodTrims the leading and trailing white space characters and updates the start and end indexes. (Inherited from Nevron.Nov.NStringParser)
    Protected MethodTries to expand the given reference string to a char reference and returns true on success.  
    Top
    See Also