System::Xml::XmlValidatingReader::set_XmlResolver method

XmlValidatingReader::set_XmlResolver method

Sets the XmlResolver used for resolving external document type definition (DTD) and schema location references. The XmlResolver is also used to handle any import or include elements found in XML Schema definition language (XSD) schemas.

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

See Also