Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlDocumentParserListener Class
Members


In This Topic
    NXmlDocumentParserListener Class
    In This Topic
    Implements a listening interface for the XML parser and builds a XML document as a result of the parsing process. You can get it through the Document property.
    Object Model
    NXmlDocumentParserListener Class
    Syntax
    'Declaration
     
    
    Public Class NXmlDocumentParserListener 
       Inherits NXmlParserListener
    'Usage
     
    
    Dim instance As NXmlDocumentParserListener
    public class NXmlDocumentParserListener : NXmlParserListener 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Xml.NXmlParserListener
          Nevron.Nov.Xml.NXmlDocumentParserListener

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also