Language

DocumentBuilder.DOMImplementation Property

Definition

Obtain an instance of a IDOMImplementation object.

public abstract Org.W3c.Dom.IDOMImplementation? DOMImplementation { [Android.Runtime.Register("getDOMImplementation", "()Lorg/w3c/dom/DOMImplementation;", "GetGetDOMImplementationHandler")] get; }
[<get: Android.Runtime.Register("getDOMImplementation", "()Lorg/w3c/dom/DOMImplementation;", "GetGetDOMImplementationHandler")>]
member this.DOMImplementation : Org.W3c.Dom.IDOMImplementation

Property Value

The DOM implementation associated with this parser.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to