XdmDocument Constructor (string, XmlReader)XdmDocument Constructor (String, XmlReader)XdmDocument Constructor (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.

Syntax

Public Sub New ( _
    uri As String, _
    xmlReader As System.Xml.XmlReader _
)
public XdmDocument(
    string uri,
    System.Xml.XmlReader xmlReader
)
public:
XdmDocument(
    String^ uri, 
    System.Xml::XmlReader^ xmlReader
)
 

Parameters

uri

Type: System.StringSystem.StringSystem::String^

The URI of the document (this overrides the base URI in the XML reader).

xmlReader

Type: System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader^

The XmlReaderXmlReaderXmlReader from which to read the document.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionxmlReader is null a null reference (Nothing in Visual Basic) nullptr.
LicenceExceptionLicenceExceptionLicenceExceptionThis version of XmlPrime has expired.
XmlExceptionXmlExceptionXmlExceptionAn error was encountered in the XML data.