Javax.Xml.Parsers.DocumentBuilderFactory: Method Members

The methods of Javax.Xml.Parsers.DocumentBuilderFactory are listed below. For a list of all members, see the DocumentBuilderFactory Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
GetAttribute(string) : Java.Lang.Object
Allows the user to retrieve specific attributes on the underlying implementation.
abstract
GetFeature(string) : bool
abstract
NewDocumentBuilder() : DocumentBuilder
Creates a new instance of a Javax.Xml.Parsers.DocumentBuilder using the currently configured parameters.
static
NewInstance() : DocumentBuilderFactory
Returns Android's implementation of DocumentBuilderFactory.
static
NewInstance(string, Java.Lang.ClassLoader) : DocumentBuilderFactory
Returns an instance of the named implementation of DocumentBuilderFactory.
abstract
SetAttribute(string, Java.Lang.Object)
Allows the user to set specific attributes on the underlying implementation.
abstract
SetFeature(string, bool)