NevronOpenVision
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 FieldThe current declaration.  
    Protected FieldThe current node.  
    Protected FieldThe document this listener operates on.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the document this listener operates on.  
    Top
    Public Methods
     NameDescription
    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 MethodCreates a document this listener can operate on.  
    Top
    See Also