Nevron.Nov.Xml Namespace / NXmlDocument Class


In This Topic
    NXmlDocument Class Methods
    In This Topic

    For a list of all members of this type, see NXmlDocument members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Loads an XML document from the given file.  
    Public Methodstatic (Shared in Visual Basic)Loads an XML document from the given stream.  
    Public Methodstatic (Shared in Visual Basic)Loads an XML document from the given XML string.  
    Public MethodOverloaded. Saves this XML document to the given file using the UTF-8 encoding. If the file already exists, it is overwritten.  
    Public MethodOverloaded. Saves this XML document to the given stream using the UTF-8 encoding.  
    Public MethodOverloaded. Saves this XML document to an UTF-8 encoded string. Returns null on failure.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a serializer that can save this document to a stream.  
    Protected MethodCalled when the document is about to be serialized.  
    Top
    See Also