set_XmlResolver()

XmlSchemaValidator::set_XmlResolver(const SharedPtr<System::Xml::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)

Arguments

ParameterTypeDescription
valueconst SharedPtr<System::Xml::XmlResolver>&The value to set.

See Also