Mono Class Library: System.Xml.XmlDocument Overview | Members

System.Xml.XmlDocument.XmlResolver Property

Sets an xml resolver that is used to resolve external resources. [Edit]

public virtual XmlResolver XmlResolver { set; }

Value

An System.Xml.XmlResolver object to resolve external resources, or null to prohibit to resolve external resources. [Edit]

Remarks

This property is used to resolve external resources such as SYSTEM ID in document type or entity declaration. This property is used in such methods as XmlDocument.Load, XmlDocument.LoadXml or XmlNode.InnerXml.

By default this property holds an System.Xml.XmlUrlResolver object. Setting null to this property indicates that it never tries to resolve external resources.

Note that there is no corresponding interface member in any of W3C Document Object Model specifications.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0