The properties of the DocumentBuilder class are listed below. For a complete list of DocumentBuilder class members, see the DocumentBuilder Members topic.
![]() |
The base URI of a document loaded using this DocumentBuilder .
This is used for resolving any relative URIs appearing
within the document, for example in references to DTDs and external entities.
|
![]() |
Determines whether DTD validation is applied to documents loaded using this
DocumentBuilder .
|
![]() |
Determines whether line numbering is enabled for documents loaded using this
DocumentBuilder .
|
![]() |
Determines whether schema validation is applied to documents loaded using this
DocumentBuilder , and if so, whether it is strict or lax.
|
![]() |
Determines the whitespace stripping policy applied when loading a document
using this DocumentBuilder .
|
![]() | An XmlResolver, which will be used to resolve URIs of documents being loaded and of references to external entities within those documents. |