Reprocess()

XmlSchemaSet::Reprocess(SharedPtr<XmlSchema>) 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)

Arguments

ParameterTypeDescription
schemaSharedPtr<XmlSchema>The schema to reprocess.

Return Value

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