DocumentBuilderFactory.NewDefaultNSInstance 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 NamespaceAware instance of the DocumentBuilderFactory
builtin system-default implementation.
[Android.Runtime.Register("newDefaultNSInstance", "()Ljavax/xml/parsers/DocumentBuilderFactory;", "", ApiSince=37)]
public static Javax.Xml.Parsers.DocumentBuilderFactory? NewDefaultNSInstance();
[<Android.Runtime.Register("newDefaultNSInstance", "()Ljavax/xml/parsers/DocumentBuilderFactory;", "", ApiSince=37)>]
static member NewDefaultNSInstance : unit -> Javax.Xml.Parsers.DocumentBuilderFactory
Returns
a new instance of the DocumentBuilderFactory builtin
system-default implementation.
- Attributes
Remarks
Creates a new NamespaceAware instance of the DocumentBuilderFactory builtin system-default implementation. Parsers produced by the factory instance provides support for XML namespaces by default.
Java reference for javax.xml.parsers.DocumentBuilderFactory.newDefaultNSInstance.