Modifier and Type | Method and Description |
---|---|
SchematronOutputType |
SchematronResourcePure.applySchematronValidationToSVRL(Node aXMLNode)
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,
XPathVariableResolver aVariableResolver,
XPathFunctionResolver aFunctionResolver)
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) |
IPSBoundSchema |
PSXPathQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener,
XPathVariableResolver aVariableResolver,
XPathFunctionResolver aFunctionResolver) |
Modifier and Type | Method and Description |
---|---|
IPSBoundSchema |
PSBoundSchemaCacheKey.createBoundSchema()
The main routine to create a bound schema from the passed resource and
phase.
|
PSSchema |
PSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema,
IPSQueryBinding aQueryBinding)
Pre-process the read schema, using the determined query binding.
|
IPSQueryBinding |
PSBoundSchemaCacheKey.getQueryBinding(PSSchema aSchema)
Determine the query binding for the read schema.
|
PSSchema |
PSBoundSchemaCacheKey.readSchema(com.helger.commons.io.resource.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 © 2014–2015 Philip Helger. All rights reserved.