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)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++