DocumentBuilder.NewDocument Method

Definition

Obtain a new instance of a DOM Document object to build a DOM tree with.

[Android.Runtime.Register("newDocument", "()Lorg/w3c/dom/Document;", "GetNewDocumentHandler")]
public abstract Org.W3c.Dom.IDocument? NewDocument ();
[<Android.Runtime.Register("newDocument", "()Lorg/w3c/dom/Document;", "GetNewDocumentHandler")>]
abstract member NewDocument : unit -> Org.W3c.Dom.IDocument

Returns

A new instance of a DOM Document object.

Attributes

Remarks

Obtain a new instance of a DOM Document object to build a DOM tree with.

Java documentation for javax.xml.parsers.DocumentBuilder.newDocument().

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