Name | Description | |
---|---|---|
NXmlDocument Constructor | Default constructor. |
The following tables list the members exposed by NXmlDocument.
Name | Description | |
---|---|---|
NXmlDocument Constructor | Default constructor. |
Name | Description | |
---|---|---|
LoadFromFile | Loads an XML document from the given file. | |
LoadFromStream | Loads an XML document from the given stream. | |
LoadFromString | Loads an XML document from the given XML string. | |
SaveToFileAsync | Overloaded. Saves this XML document to the given file using the UTF-8 encoding. If the file already exists, it is overwritten. | |
SaveToStream | Overloaded. Saves this XML document to the given stream using the UTF-8 encoding. | |
SaveToString | Overloaded. Saves this XML document to an UTF-8 encoded string. Returns null on failure. |
Name | Description | |
---|---|---|
CreateSerializer | Creates a serializer that can save this document to a stream. | |
OnSerializing | Called when the document is about to be serialized. |