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. |