Show / Hide Table of Contents

Namespace Schematron4Net

Classes

SchematronException

SchematronException is the base class for all exceptions thrown in Schematron4Net.

SchematronFileNotFoundException

A SchematronFileNotFoundException is thrown when either a specified or a referenced file is not found.

SchematronInstructionsException

A SchematronInstructionsException is thrown whenever a syntactical or semantical error in the specified Schematron rules is encountered.

SchematronProcessor

SchematronProcessor is the centerpiece of Schematron4Net: it is used to load Schematron rules and to validate XML documents against these rules.

ValidationOptions

ValidationOptions control the behaviour of the Validate() method of SchematronProcessor. Validate(XDocument, ValidationOptions) Validate(XDocument, out XDocument, ValidationOptions)

Enums

ValidationResult

Specifies the result of the validation of a XML document against Schematron rules.

Back to top