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


In This Topic
    NXmlParserListener Class Members
    In This Topic

    The following tables list the members exposed by NXmlParserListener.

    Protected Fields
     NameDescription
    Protected Internal FieldThe method that should be called when a new encoding declaration is detected.  
    Protected FieldIndicates whether the white space characters for the nodes in the document hierarchy should be preserved or not. Peek at the top of the stack to see the value for the current node.  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the parser detects the encoding of the document.  
    Public MethodCalled when the parser detects the end of a declaration.  
    Public MethodCalled when the parser detects an end tag.  
    Public MethodCalled when the parser detects a declaration.  
    Public MethodCalled when the parser detects a start tag.  
    Public MethodCalled when the parser has read text content.  
    Public MethodPuts the listener into initial state.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNormalizes the given string value by replacing all sequences of whitespace characters with a single space character.  
    Protected MethodNormalizes the line breaks in the given string, so that all "\r\n" and "\r" characters are converted to '\n'.  
    Top
    See Also