 | XdmDocument (Stream)XdmDocument (Stream)XdmDocument (Stream^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified StreamStreamStream object.
|
 | XdmDocument (Stream, XmlSpace)XdmDocument (Stream, XmlSpace)XdmDocument (Stream^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified StreamStreamStream object.
|
 | XdmDocument (TextReader)XdmDocument (TextReader)XdmDocument (TextReader^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified TextReaderTextReaderTextReader object.
|
 | XdmDocument (TextReader, XmlSpace)XdmDocument (TextReader, XmlSpace)XdmDocument (TextReader^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified TextReaderTextReaderTextReader object.
|
 | XdmDocument (string)XdmDocument (String)XdmDocument (String^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data in the specified file.
|
 | XdmDocument (string, Stream)XdmDocument (String, Stream)XdmDocument (String^, Stream^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified StreamStreamStream object.
|
 | XdmDocument (string, Stream, XmlSpace)XdmDocument (String, Stream, XmlSpace)XdmDocument (String^, Stream^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified StreamStreamStream object.
|
 | XdmDocument (string, TextReader)XdmDocument (String, TextReader)XdmDocument (String^, TextReader^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified TextReaderTextReaderTextReader object.
|
 | XdmDocument (string, TextReader, XmlSpace)XdmDocument (String, TextReader, XmlSpace)XdmDocument (String^, TextReader^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified TextReaderTextReaderTextReader object.
|
 | XdmDocument (string, XmlReader)XdmDocument (String, XmlReader)XdmDocument (String^, XmlReader^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified XmlReaderXmlReaderXmlReader object, with the specified document URI.
|
 | XdmDocument (string, XmlReader, XmlSpace)XdmDocument (String, XmlReader, XmlSpace)XdmDocument (String^, XmlReader^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified XmlReaderXmlReaderXmlReader object with the specified document URI and white space handling.
|
 | XdmDocument (string, XmlSpace)XdmDocument (String, XmlSpace)XdmDocument (String^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data in the specified file.
|
 | XdmDocument (XmlReader)XdmDocument (XmlReader)XdmDocument (XmlReader^) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified XmlReaderXmlReaderXmlReader object.
|
 | XdmDocument (XmlReader, XmlSpace)XdmDocument (XmlReader, XmlSpace)XdmDocument (XmlReader^, XmlSpace) |
Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data that is contained in
the specified XmlReaderXmlReaderXmlReader object with the specified white space handling.
|