System::Xml::Schema::XmlSchemaValidator::set_XmlResolver 方法

XmlSchemaValidator::set_XmlResolver method

设置用于解析 xs:importxs:include 元素以及 xsi:schemaLocationxsi:noNamespaceSchemaLocation 属性的 XmlResolver 对象。

void System::Xml::Schema::XmlSchemaValidator::set_XmlResolver(const SharedPtr<System::Xml::XmlResolver> &value)
参数类型描述
const SharedPtr<System::Xml::XmlResolver>&要设置的值。

另见