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


In This Topic
    NXmlElement Class
    In This Topic
    Represents an XML element. The XML element extends the xml node with the ability to have attributes.
    Object Model
    NXmlElement Class
    Syntax
    'Declaration
     
    
    Public Class NXmlElement 
       Inherits NXmlNode
    'Usage
     
    
    Dim instance As NXmlElement
    public class NXmlElement : NXmlNode 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Xml.NXmlNode
          Nevron.Nov.Xml.NXmlElement

    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