System::Xml::Schema::XmlSchema::Read método
Contenido
[
Ocultar
]XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
Lee un Schema XML desde el 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 proporcionado. |
| 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.PDF for C++
XmlSchema::Read(const SharedPtr<IO::TextReader>&, ValidationEventHandler) method
Lee un Schema XML desde el 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 a 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.PDF for C++
XmlSchema::Read(const SharedPtr<XmlReader>&, ValidationEventHandler) method
Lee un Schema XML desde el 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 a 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.PDF for C++