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


In This Topic
    NXmlDocumentParserListener Class Members
    In This Topic

    The following tables list the members exposed by NXmlDocumentParserListener.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Protected Fields
     NameDescription
    Protected Internal FieldThe method that should be called when a new encoding declaration is detected. (Inherited from Nevron.Nov.Xml.NXmlParserListener)
    Protected FieldThe current declaration.  
    Protected FieldThe current node.  
    Protected FieldThe document this listener operates on.  
    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. (Inherited from Nevron.Nov.Xml.NXmlParserListener)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the document this listener operates on.  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the parser detects the encoding of the document. (Inherited from Nevron.Nov.Xml.NXmlParserListener)
    Public MethodOverridden. Called when the parser detects the end of a declaration.  
    Public MethodOverridden. Called when the parser detects an end tag.  
    Public MethodOverridden. Called when the parser detects a declaration.  
    Public MethodOverridden. Called when the parser detects a start tag.  
    Public MethodOverridden. Called when the parser has read text content.  
    Public MethodOverridden. Clears all data the listener has processed and puts it 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. (Inherited from Nevron.Nov.Xml.NXmlParserListener)
    Protected MethodCreates a document this listener can operate on.  
    Protected MethodNormalizes the line breaks in the given string, so that all "\r\n" and "\r" characters are converted to '\n'. (Inherited from Nevron.Nov.Xml.NXmlParserListener)
    Top
    See Also