Saxon API for .NET

DocumentBuilder Properties

The properties of the DocumentBuilder class are listed below. For a complete list of DocumentBuilder class members, see the DocumentBuilder Members topic.

Public Instance Properties

BaseUri 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.
DtdValidation Determines whether DTD validation is applied to documents loaded using this DocumentBuilder.
IsLineNumbering Determines whether line numbering is enabled for documents loaded using this DocumentBuilder.
SchemaValidationMode Determines whether schema validation is applied to documents loaded using this DocumentBuilder, and if so, whether it is strict or lax.
WhitespacePolicy Determines the whitespace stripping policy applied when loading a document using this DocumentBuilder.
XmlResolver An XmlResolver, which will be used to resolve URIs of documents being loaded and of references to external entities within those documents.

See Also

DocumentBuilder Class | Saxon.Api Namespace