System::Xml::Schema::XmlSchema::Read método
Contenido
[
Ocultar
]XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
Lee un XML Schema del flujo suministrado.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::Stream> &stream, ValidationEventHandler validationEventHandler)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const SharedPtr<IO::Stream>& | El flujo de datos suministrado. |
| validationEventHandler | ValidationEventHandler | El controlador de eventos de validación que recibe información sobre errores de sintaxis del Schema XML. |
ReturnValue
El objeto XmlSchema que representa el Schema XML.
Ver también
- 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
Lee un Schema XML del IO::TextReader suministrado.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::TextReader> &reader, ValidationEventHandler validationEventHandler)
| Parámetro | Tipo | Descripción |
|---|---|---|
| reader | const SharedPtr<IO::TextReader>& | El IO::TextReader que contiene el Schema XML para leer. |
| validationEventHandler | ValidationEventHandler | El controlador de eventos de validación que recibe información sobre los errores de sintaxis del Schema XML. |
ReturnValue
El objeto XmlSchema que representa el Schema XML.
Ver también
- 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
Lee un Schema XML del XmlReader suministrado.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<XmlReader> &reader, ValidationEventHandler validationEventHandler)
| Parámetro | Tipo | Descripción |
|---|---|---|
| reader | const SharedPtr<XmlReader>& | El XmlReader que contiene el Schema XML para leer. |
| validationEventHandler | ValidationEventHandler | El controlador de eventos de validación que recibe información sobre los errores de sintaxis del Schema XML. |
ReturnValue
El objeto XmlSchema que representa el Schema XML.
Ver también
- Typedef SharedPtr
- Class XmlSchema
- Class XmlReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++