System::Xml::Schema::XmlSchema::Read metode
isi
[
bersembunyi
]XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
Membaca XML Schema dari aliran yang disediakan.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::Stream> &stream, ValidationEventHandler validationEventHandler)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | const SharedPtr<IO::Stream>& | Aliran data yang disediakan. |
| validationEventHandler | ValidationEventHandler | Penangkap peristiwa validasi yang menerima informasi tentang kesalahan sintaks XML Schema. |
ReturnValue
Objek XmlSchema yang mewakili XML Schema.
Lihat Juga
- 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
Membaca XML Schema dari IO::TextReader yang disediakan.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::TextReader> &reader, ValidationEventHandler validationEventHandler)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| reader | const SharedPtr<IO::TextReader>& | IO::TextReader yang berisi XML Schema untuk dibaca. |
| validationEventHandler | ValidationEventHandler | Penangkap peristiwa validasi yang menerima informasi tentang kesalahan sintaks XML Schema. |
ReturnValue
Objek XmlSchema yang mewakili XML Schema.
Lihat Juga
- 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
Membaca XML Schema dari XmlReader yang disediakan.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<XmlReader> &reader, ValidationEventHandler validationEventHandler)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| reader | const SharedPtr<XmlReader>& | XmlReader yang berisi XML Schema untuk dibaca. |
| validationEventHandler | ValidationEventHandler | Penangkap peristiwa validasi yang menerima informasi tentang kesalahan sintaks XML Schema. |
ReturnValue
Objek XmlSchema yang mewakili XML Schema.
Lihat Juga
- Typedef SharedPtr
- Class XmlSchema
- Class XmlReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++