طريقة System::Xml::Schema::XmlSchemaSet::Reprocess
XmlSchemaSet::Reprocess method
تُعيد معالجة المخطط تعريف لغة XML (XSD) الموجود بالفعل في XmlSchemaSet.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Reprocess(SharedPtr<XmlSchema> schema)
| Parameter | Type | الوصف |
|---|---|---|
| مخطط | SharedPtr<XmlSchema> | المخطط لإعادة معالجته. |
ReturnValue
كائن XmlSchema إذا كان المخطط مخططًا صالحًا. إذا لم يكن المخطط صالحًا وتم تحديد ValidationEventHandler، يتم إرجاع nullptr ويتم رفع حدث التحقق المناسب. وإلا، يتم رمي استثناء XmlSchemaException.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++