Modifier and Type | Method and Description |
---|---|
protected IPSBoundSchema |
SchematronResourcePure.createBoundSchema() |
protected IPSBoundSchema |
SchematronResourcePure.getOrCreateBoundSchema() |
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 | 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.
|
protected IPSBoundSchema |
PSBoundSchemaCache.getValueToCache(PSBoundSchemaCacheKey aKey) |
Modifier and Type | Class and Description |
---|---|
class |
PSXPathBoundSchema
The default XPath binding for the pure Schematron implementation.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.