The properties 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
| 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. |