DocumentBuilderFactory.NewDocumentBuilder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.