NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlDocument Class
Fields Properties Methods


NXmlDocument Class Members

The following tables list the members exposed by NXmlDocument.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets the node type of this XML node.  
Top
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