| Modifier and Type | Method and Description |
|---|---|
SchematronOutputType |
SchematronResourcePure.applySchematronValidation(Node aNode)
The main method to convert a node to an SVRL document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronBindException
Schematron exception that happens during binding.
|
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
IPSQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorHandler)
Create a bound schema, which is like a precompiled schema.
|
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
PSXPathQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener) |
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
PSBoundSchemaCacheKey.createBoundSchema()
The main routine to create a bound schema from the passed resource and
phase.
|
protected PSSchema |
PSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema,
IPSQueryBinding aQueryBinding)
Pre-process the read schema, using the determined query binding.
|
protected IPSQueryBinding |
PSBoundSchemaCacheKey.getQueryBinding(PSSchema aSchema)
Determine the query binding for the read schema.
|
protected PSSchema |
PSBoundSchemaCacheKey.readSchema(com.phloc.commons.io.IReadableResource aResource,
IPSErrorHandler aErrorHandler)
Read the specified schema from the passed resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronReadException
Exception when reading Schematron fails.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronPreprocessException
Schematron exception that happens during pre-processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronValidationException
Schematron exception that happens during validation.
|
Copyright © 2006–2014 phloc systems. All rights reserved.