| Modifier and Type | Method and Description |
|---|---|
protected IPSBoundSchema |
SchematronResourcePure.createBoundSchema() |
IPSBoundSchema |
SchematronResourcePure.getOrCreateBoundSchema()
Get the cached bound schema or create a new one.
|
| Modifier and Type | Method and Description |
|---|---|
default IPSBoundSchema |
IPSQueryBinding.bind(PSSchema aSchema) |
IPSBoundSchema |
IPSQueryBinding.bind(PSSchema aSchema,
String sPhase,
IPSErrorHandler aCustomErrorHandler,
IPSValidationHandler aCustomValidationHandler,
IXPathConfig aXPathConfig)
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,
IPSValidationHandler aCustomValidationHandler,
IXPathConfig aXPathConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPSBoundSchema
Base implementation of
IPSBoundSchema with all common elements. |
| Modifier and Type | Method and Description |
|---|---|
IPSBoundSchema |
PSBoundSchemaCacheKey.createBoundSchema()
The main routine to create a bound schema from the passed resource and
phase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PSXPathBoundSchema
The default XPath binding for the pure Schematron implementation.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.