Javax.Xml.Parsers.DocumentBuilderFactory Members

The members of Javax.Xml.Parsers.DocumentBuilderFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.

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)