Nevron .NET Vision
Nevron.Xml Namespace / NXmlNodeWriter Class
Members


In This Topic
    NXmlNodeWriter Class
    In This Topic
    NXmlNodeWriter builds a tree of XmlNodes based on the XmlWriter methods that are called.
    Object Model
    NXmlNodeWriter Class
    Syntax
    'Declaration
     
    
    Public Class NXmlNodeWriter 
       Inherits System.Xml.XmlWriter
    'Usage
     
    
    Dim instance As NXmlNodeWriter
    public class NXmlNodeWriter : System.Xml.XmlWriter 
    Inheritance Hierarchy

    System.Object
       System.Xml.XmlWriter
          Nevron.Xml.NXmlNodeWriter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also