Method Load
Load(XmlDocument, Stream)
Loads xml document from the specified stream.
public static void Load(XmlDocument document, Stream stream)
Parameters
document
XmlDocumentXml document.
stream
StreamInput stream.
Loads xml document from the specified stream.
public static void Load(XmlDocument document, Stream stream)
document
XmlDocumentXml document.
stream
StreamInput stream.