System::Xml::Schema::XmlSchema::Read method
Contents
[
Hide
]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)
| 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. | 
ReturnValue
The XmlSchema object representing the XML Schema.
See Also
- Typedef SharedPtr
 - Class XmlSchema
 - Class Stream
 - Typedef ValidationEventHandler
 - Class XmlSchema
 - Namespace System::Xml::Schema
 - Library Aspose.Page for C++
 
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)
| 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. | 
ReturnValue
The XmlSchema object representing the XML Schema.
See Also
- Typedef SharedPtr
 - Class XmlSchema
 - Class TextReader
 - Typedef ValidationEventHandler
 - Class XmlSchema
 - Namespace System::Xml::Schema
 - Library Aspose.Page for C++
 
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)
| 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. | 
ReturnValue
The XmlSchema object representing the XML Schema.
See Also
- Typedef SharedPtr
 - Class XmlSchema
 - Class XmlReader
 - Typedef ValidationEventHandler
 - Class XmlSchema
 - Namespace System::Xml::Schema
 - Library Aspose.Page for C++