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

System.Xml.XmlDocument.Implementation Property

Gets the System.Xml.XmlImplementation which created this document object, if any. [Edit]

public XmlImplementation Implementation { get; }

Value

System.Xml.XmlImplementation object which created this object, or null if there is no such relevant object. [Edit]

Remarks

If this document is created from XmlImplementation.CreateDocument method, then this property returns the source System.Xml.XmlImplementation object. If not, then it returns null.

This property is an equivalent of "implementation" attribute of Document interface in W3C Document Object Model Core specification.

[Edit]

Requirements

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