Read()
Contents
[
Hide
]XmlSchema::Read(const SharedPtr<IO::TextReader>&, ValidationEventHandler) method
Reads an XML Schema from the supplied IO::TextReader.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::TextReader> &reader, ValidationEventHandler validationEventHandler)
Arguments
Parameter | Type | Description |
---|---|---|
reader | const SharedPtr<IO::TextReader>& | The IO::TextReader containing the XML Schema to read. |
validationEventHandler | ValidationEventHandler | The validation event handler that receives information about the XML Schema syntax errors. |
Return Value
The XmlSchema object representing the XML Schema.
XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
Reads an XML Schema from the supplied stream.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::Stream> &stream, ValidationEventHandler validationEventHandler)
Arguments
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<IO::Stream>& | The supplied data stream. |
validationEventHandler | ValidationEventHandler | The validation event handler that receives information about XML Schema syntax errors. |
Return Value
The XmlSchema object representing the XML Schema.
XmlSchema::Read(const SharedPtr<XmlReader>&, ValidationEventHandler) method
Reads an XML Schema from the supplied XmlReader.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<XmlReader> &reader, ValidationEventHandler validationEventHandler)
Arguments
Parameter | Type | Description |
---|---|---|
reader | const SharedPtr<XmlReader>& | The XmlReader containing the XML Schema to read. |
validationEventHandler | ValidationEventHandler | The validation event handler that receives information about the XML Schema syntax errors. |
Return Value
The XmlSchema object representing the XML Schema.
See Also
- Typedef SharedPtr
- Typedef ValidationEventHandler
- Class XmlSchema
- Class TextReader
- Class Stream
- Class XmlReader
- Namespace System::Xml::Schema
- Library Aspose.Slides