Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / ENXmlReaderNodeType Enumeration


In This Topic
    ENXmlReaderNodeType Enumeration
    In This Topic
    Enumerates the node types supported by the XML reader.
    Syntax
    'Declaration
     
    
    Public Enum ENXmlReaderNodeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENXmlReaderNodeType
    public enum ENXmlReaderNodeType : System.Enum 
    Members
    MemberDescription
    CDataThe reader is at a CDATA element.
    CommentThe reader is at a comment.
    DeclarationThe reader is at a declaration.
    EndTagThe reader is at an end tag.
    StartTagThe reader is at a start tag.
    TextThe reader is at a text node.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Xml.ENXmlReaderNodeType

    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