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)
ParameterTypeDescription
schemaSharedPtr<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