NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.Load

Loads the specified XML data.

By default, the Load method preserves SignificantWhitespace.

Overload List

Loads the XML document from the specified XmlReader.

[Visual Basic] Overloads Overridable Public Sub Load(XmlReader)
[C#] public virtual void Load(XmlReader);
[C++] public: virtual void Load(XmlReader*);
[JScript] public function Load(XmlReader);

Loads the XML document from the specified TextReader.

[Visual Basic] Overloads Overridable Public Sub Load(TextReader)
[C#] public virtual void Load(TextReader);
[C++] public: virtual void Load(TextReader*);
[JScript] public function Load(TextReader);

Loads the XML document from the specified URL.

[Visual Basic] Overloads Overridable Public Sub Load(String)
[C#] public virtual void Load(String);
[C++] public: virtual void Load(String*);
[JScript] public function Load(String);

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace