XdmEditableDocument Constructor (TextReader, XmlSpace)XdmEditableDocument Constructor (TextReader, XmlSpace)XdmEditableDocument Constructor (TextReader^, XmlSpace)
- XmlPrime 2.4
- Other Versions ▼
Initializes a new instance of the XdmEditableDocumentXdmEditableDocumentXdmEditableDocument class from the XML data that is contained in
the specified TextReaderTextReaderTextReader object.
Syntax
Public Sub New ( _ textReader As System.IO.TextReader, _ xmlSpace As System.Xml.XmlSpace _ )
public XdmEditableDocument( System.IO.TextReader textReader, System.Xml.XmlSpace xmlSpace )
public: XdmEditableDocument( System.IO::TextReader^ textReader, System.Xml::XmlSpace xmlSpace )
Parameters
- textReader
Type: System.IO.TextReaderSystem.IO.TextReaderSystem.IO::TextReader^
The TextReaderTextReaderTextReader from which to read the document.
- xmlSpace
Type: System.Xml.XmlSpaceSystem.Xml.XmlSpaceSystem.Xml::XmlSpace
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | textReader is null
a null reference (Nothing in Visual Basic)
nullptr . |
LicenceExceptionLicenceExceptionLicenceException | This version of XmlPrime has expired. |
XmlExceptionXmlExceptionXmlException | An error was encountered in the XML data. |