Mono Class Library: System.Xml.XmlDocument Overview | Members

System.Xml.XmlDocument.Load Overloads

The overloads of Load are listed below. For a list of all members, see the XmlDocument Members list.

Public Methods

Load(System.IO.Stream)
Read the argument System.IO.Stream as XML document and loads it as content nodes.
Load(System.IO.TextReader)
Read the argument System.IO.TextReader as XML document and loads it as content nodes.
Load(string)
Read the argument System.IO.Stream as XML document and loads it as content nodes.
Load(XmlReader)
Loads the argument System.Xml.XmlReader as document content nodes.