XdmDocument ConstructorXdmDocument ConstructorXdmDocument Constructor

Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class.

Overload List

 NameDescription
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (string)XdmDocument (String)XdmDocument (String^) Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data in the specified file.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (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.
Public methodXdmDocument (string, XmlSpace)XdmDocument (String, XmlSpace)XdmDocument (String^, XmlSpace) Initializes a new instance of the XdmDocumentXdmDocumentXdmDocument class from the XML data in the specified file.
Public methodXdmDocument (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.
Public methodXdmDocument (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.

Top