طريقة System::Xml::Schema::XmlSchema::Read
محتويات
[
يخفي
]XmlSchema::Read(const SharedPtr<IO::Stream>&, ValidationEventHandler) method
يقرأ XML Schema من التدفق المقدم.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::Stream> &stream, ValidationEventHandler validationEventHandler)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | const SharedPtr<IO::Stream>& | تدفق البيانات المقدم. |
| validationEventHandler | ValidationEventHandler | معالج حدث التحقق الذي يتلقى معلومات حول أخطاء بناء جملة XML Schema. |
ReturnValue
الكائن XmlSchema الذي يمثل XML Schema.
انظر أيضًا
- 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
يقرأ XML Schema من IO::TextReader المزود.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<IO::TextReader> &reader, ValidationEventHandler validationEventHandler)
| Parameter | Type | الوصف |
|---|---|---|
| reader | const SharedPtr<IO::TextReader>& | IO::TextReader الذي يحتوي على XML Schema للقراءة. |
| validationEventHandler | ValidationEventHandler | معالج حدث التحقق الذي يتلقى معلومات حول أخطاء بناء جملة XML Schema. |
ReturnValue
الكائن XmlSchema الذي يمثل XML Schema.
انظر أيضًا
- 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
يقرأ XML Schema من XmlReader المزوَّد.
static SharedPtr<XmlSchema> System::Xml::Schema::XmlSchema::Read(const SharedPtr<XmlReader> &reader, ValidationEventHandler validationEventHandler)
| Parameter | Type | الوصف |
|---|---|---|
| reader | const SharedPtr<XmlReader>& | XmlReader الذي يحتوي على XML Schema للقراءة. |
| validationEventHandler | ValidationEventHandler | معالج حدث التحقق الذي يتلقى معلومات حول أخطاء بناء جملة XML Schema. |
ReturnValue
الكائن XmlSchema الذي يمثل XML Schema.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class XmlReader
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.Page for C++