|
Class Summary |
| ActivePattern |
Represents a Schematron phase
element |
| Assert |
Represents a Schematron assert element
example:
A element should contain two ear elements. |
| Pattern |
Represents a Schematron pattern |
| Phase |
Represents a Schematron phase element
Example:
|
| Report |
Represents a Schematron report element
message
is equivalent to
message
example:
This dog has a bone. |
| Rule |
Represents a Schematron rule element
From the Schematron specification:
example:
A 'dog' element should contain two 'ear' elements.
This dog has a bone.
|
| SchematronFactory |
A helper class which builds a SchematronSchema instance object
from a DOM source |
| SchematronSchema |
Represents a Schematron Schema
Specification:
http://www.ascc.net/xml/resource/schematron/Schematron2000.html |
| SchematronValidator |
An object representing a single Schematron schema, used to validate
multiple XML instances. |
| ValidationResult |
Represents the result of a Schematron validation process
list of elements with subelements
|