The members of Javax.Xml.Parsers.DocumentBuilderFactory are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| Coalescing | bool. Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node. | |
| ExpandEntityReferences | bool. Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes. | |
| IgnoringComments | bool. Indicates whether or not the factory is configured to produce parsers which ignores comments. | |
| IgnoringElementContentWhitespace | bool. Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content. | |
| NamespaceAware | bool. Indicates whether or not the factory is configured to produce parsers which are namespace aware. | |
| Schema | Javax.Xml.Validation.Schema. Gets the Javax.Xml.Validation.Schema object specified through the DocumentBuilderFactory.Schema method. | |
| Validating | bool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse. | |
| XIncludeAware | bool. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)
| |