Modifier and Type | Field and Description |
---|---|
static IPSQueryBinding |
PSQueryBindingRegistry.DEFAULT_QUERY_BINDING
The default XPath binding object to be used
|
Modifier and Type | Method and Description |
---|---|
static IPSQueryBinding |
PSQueryBindingRegistry.getQueryBindingOfName(String sName)
Get the query binding with the specified name.
|
static IPSQueryBinding |
PSQueryBindingRegistry.getQueryBindingOfNameOrThrow(String sName)
Get the query binding with the specified name
|
Modifier and Type | Method and Description |
---|---|
static com.helger.commons.collection.impl.ICommonsMap<String,IPSQueryBinding> |
PSQueryBindingRegistry.getAllRegisteredQueryBindings() |
Modifier and Type | Method and Description |
---|---|
static void |
PSQueryBindingRegistry.registerQueryBinding(String sName,
IPSQueryBinding aQueryBinding) |
Modifier and Type | Class and Description |
---|---|
class |
PSXPathQueryBinding
Default XPath/XSLT query binding
|
Modifier and Type | Method and Description |
---|---|
IPSQueryBinding |
IPSBoundSchema.getQueryBinding() |
IPSQueryBinding |
AbstractPSBoundSchema.getQueryBinding() |
IPSQueryBinding |
PSBoundSchemaCacheKey.getQueryBinding(PSSchema aSchema)
Determine the query binding for the read schema.
|
Modifier and Type | Method and Description |
---|---|
PSSchema |
PSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema,
IPSQueryBinding aQueryBinding)
Pre-process the read schema, using the determined query binding.
|
PSPreprocessor |
PSBoundSchemaCacheKey.createPreprocessor(IPSQueryBinding aQueryBinding)
Create the pre-processor to be used for
PSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema, IPSQueryBinding) . |
Constructor and Description |
---|
AbstractPSBoundSchema(IPSQueryBinding aQueryBinding,
PSSchema aOrigSchema,
String sPhase,
IPSErrorHandler aCustomErrorHandler) |
Constructor and Description |
---|
PSXPathBoundSchema(IPSQueryBinding aQueryBinding,
PSSchema aOrigSchema,
String sPhase,
IPSErrorHandler aCustomErrorListener,
XPathVariableResolver aXPathVariableResolver,
XPathFunctionResolver aXPathFunctionResolver)
Create a new bound schema.
|
Modifier and Type | Method and Description |
---|---|
IPSQueryBinding |
PSPreprocessor.getQueryBinding() |
Modifier and Type | Method and Description |
---|---|
static PSPreprocessor |
PSPreprocessor.createPreprocessorWithoutInformationLoss(IPSQueryBinding aQueryBinding) |
Constructor and Description |
---|
PSPreprocessor(IPSQueryBinding aQueryBinding) |
Copyright © 2014–2019 Philip Helger. All rights reserved.