XdmDocument ConstructorXdmDocument ConstructorXdmDocument Constructor
- XmlPrime 1.0
- Other Versions ▼
Overload List
| Name | Description |
---|
 | 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 (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.
|
Top