[]
Provides extenstion methods for the XmlDocument class.
public static class XmlDocumentExt
Public Module XmlDocumentExt
| Name | Description |
|---|---|
| LoadFile(XmlDocument, string, XmlReaderSettings) | Loads the XML document from the specified URL. |
| LoadStream(XmlDocument, Stream, XmlReaderSettings) | Loads the XML document from the specified Stream. |
| LoadTextReader(XmlDocument, TextReader, XmlReaderSettings) | Loads the XML document from the specified TextReader. |