System::Xml::Schema::XmlSchemaSet::Reprocess method
XmlSchemaSet::Reprocess method
Reprocesses an XML Schema definition language (XSD) schema that already exists in the XmlSchemaSet.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Reprocess(SharedPtr<XmlSchema> schema)
Parameter | Type | Description |
---|---|---|
schema | SharedPtr<XmlSchema> | The schema to reprocess. |
ReturnValue
An XmlSchema object if the schema is a valid schema. If the schema is not valid and a ValidationEventHandler is specified, nullptr is returned and the appropriate validation event is raised. Otherwise, an XmlSchemaException is thrown.
See Also
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++