System::Xml::Schema::XmlSchemaValidator::set_XmlResolver method

XmlSchemaValidator::set_XmlResolver method

Sets the XmlResolver object used to resolve xs:import and xs:include elements as well as xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes.

void System::Xml::Schema::XmlSchemaValidator::set_XmlResolver(const SharedPtr<System::Xml::XmlResolver> &value)
ParameterTypeDescription
valueconst SharedPtr<System::Xml::XmlResolver>&The value to set.

See Also