[]
        
(Showing Draft Content)

C1.Win.Xml.XmlDocumentExt

XmlDocumentExt Class

Provides extenstion methods for the XmlDocument class.

Inheritance
XmlDocumentExt
Namespace: C1.Win.Xml
Assembly: C1.Win.4.8.dll
Syntax
public static class XmlDocumentExt
Public Module XmlDocumentExt

Methods

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.