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)
Parameter | Type | Description |
---|---|---|
value | const SharedPtr<System::Xml::XmlResolver>& | The value to set. |
See Also
- Typedef SharedPtr
- Class XmlResolver
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++