| Modifier and Type | Method and Description |
|---|---|
SchematronResourcePure |
SchematronResourcePure.setXPathConfig(IXPathConfig aXPathConfig)
Set the
XPathConfig to be used in the XPath statements. |
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
IXPathConfig |
PSBoundSchemaCacheKey.getXPathConfig() |
| Constructor and Description |
|---|
PSBoundSchemaCacheKey(com.helger.commons.io.resource.IReadableResource aResource,
String sPhase,
IPSErrorHandler aErrorHandler,
IPSValidationHandler aCustomValidationHandler,
IXPathConfig aXPathConfig,
EntityResolver aEntityResolver,
boolean bLenient) |
| Constructor and Description |
|---|
PSXPathBoundSchema(IPSQueryBinding aQueryBinding,
PSSchema aOrigSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener,
IPSValidationHandler aCustomValidationHandler,
IXPathConfig aXPathConfig)
Create a new bound schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XPathConfig
The immutable default implementation of
IXPathConfig |
| Modifier and Type | Field and Description |
|---|---|
static IXPathConfig |
XPathConfigBuilder.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
IXPathConfig |
XPathConfigBuilder.build() |
Copyright © 2014–2020 Philip Helger. All rights reserved.