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
abstract | GetAttribute(string)Allows the user to retrieve specific attributes on the underlying implementation. | |
abstract | GetFeature(string) | |
abstract | NewDocumentBuilder()Creates a new instance of a Javax.Xml.Parsers.DocumentBuilder using the currently configured parameters. | |
static | NewInstance()Returns Android's implementation of DocumentBuilderFactory. | |
static | NewInstance(string, Java.Lang.ClassLoader)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)
| |