Javax.Xml.Parsers.DocumentBuilderFactory: Property Members

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

Public Properties

Coalescingbool. 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.
ExpandEntityReferencesbool. Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
IgnoringCommentsbool. Indicates whether or not the factory is configured to produce parsers which ignores comments.
IgnoringElementContentWhitespacebool. Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.
NamespaceAwarebool. Indicates whether or not the factory is configured to produce parsers which are namespace aware.
SchemaJavax.Xml.Validation.Schema. Gets the Javax.Xml.Validation.Schema object specified through the DocumentBuilderFactory.Schema method.
Validatingbool. Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
XIncludeAwarebool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.