Saxon API for .NET

DocumentBuilder.SchemaValidationMode Property

Determines whether schema validation is applied to documents loaded using this DocumentBuilder, and if so, whether it is strict or lax.

public SchemaValidationMode SchemaValidationMode {get; set;}

Remarks

By default, no schema validation takes place.

This option requires the schema-aware version of the Saxon product (Saxon-SA).

See Also

DocumentBuilder Class | Saxon.Api Namespace