Load Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml Namespace
XmlDocument Class
XmlDocument Methods
Load Method
Load Method (Stream)
Load Method (TextReader)
Load Method (String)
Load Method (XmlReader)
XmlDocument Methods
CloneNode Method
CreateAttribute Method
CreateCDataSection Method
CreateComment Method
CreateDefaultAttribute Method
CreateDocumentFragment Method
CreateDocumentType Method
CreateElement Method
CreateEntityReference Method
CreateNavigator Method
CreateNode Method
CreateProcessingInstruction Me ...
CreateSignificantWhitespace Me ...
CreateTextNode Method
CreateWhitespace Method
CreateXmlDeclaration Method
GetElementById Method
GetElementsByTagName Method
ImportNode Method
Load Method
LoadXml Method
ReadNode Method
Save Method
SelectNodes Method
SelectSingleNode Method
Validate Method
WriteContentTo Method
WriteTo Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlDocument
.
.
::
.
Load Method
Loads the specified XML data from a
Stream
, a URL, a
TextReader
, or an
XmlReader
.
Overload List
Name
Description
Load(Stream)
Loads the XML document from the specified stream.
Load(TextReader)
Loads the XML document from the specified
TextReader
.
Load(String)
Loads the XML document from the specified URL.
Load(XmlReader)
Loads the XML document from the specified
XmlReader
.
Top
See Also
Reference
XmlDocument Class
XmlDocument Members
System.Xml Namespace
Tags :