DocumentBuilderFactory.NewDocumentBuilder Method

Definition

Creates a new instance of a javax.xml.parsers.DocumentBuilder using the currently configured parameters.

[Android.Runtime.Register("newDocumentBuilder", "()Ljavax/xml/parsers/DocumentBuilder;", "GetNewDocumentBuilderHandler")]
public abstract Javax.Xml.Parsers.DocumentBuilder? NewDocumentBuilder ();
[<Android.Runtime.Register("newDocumentBuilder", "()Ljavax/xml/parsers/DocumentBuilder;", "GetNewDocumentBuilderHandler")>]
abstract member NewDocumentBuilder : unit -> Javax.Xml.Parsers.DocumentBuilder

Returns

A new instance of a DocumentBuilder.

Attributes

Exceptions

if a DocumentBuilder cannot be created which satisfies the configuration requested.

Remarks

Creates a new instance of a javax.xml.parsers.DocumentBuilder using the currently configured parameters.

Java documentation for javax.xml.parsers.DocumentBuilderFactory.newDocumentBuilder().

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