Uses of Interface
com.helger.schematron.pure.binding.IPSQueryBinding
Packages that use IPSQueryBinding
Package
Description
-
Uses of IPSQueryBinding in com.helger.schematron.pure.binding
Fields in com.helger.schematron.pure.binding declared as IPSQueryBindingModifier and TypeFieldDescriptionstatic final IPSQueryBindingPSQueryBindingRegistry.DEFAULT_QUERY_BINDINGThe default XPath binding object to be usedMethods in com.helger.schematron.pure.binding that return IPSQueryBindingModifier and TypeMethodDescriptionstatic IPSQueryBindingPSQueryBindingRegistry.getQueryBindingOfName(String sName) Get the query binding with the specified name.static IPSQueryBindingPSQueryBindingRegistry.getQueryBindingOfNameOrThrow(String sName) Get the query binding with the specified nameMethods in com.helger.schematron.pure.binding that return types with arguments of type IPSQueryBindingModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsMap<String,IPSQueryBinding> PSQueryBindingRegistry.getAllRegisteredQueryBindings()Methods in com.helger.schematron.pure.binding with parameters of type IPSQueryBindingModifier and TypeMethodDescriptionstatic voidPSQueryBindingRegistry.registerQueryBinding(String sName, IPSQueryBinding aQueryBinding) -
Uses of IPSQueryBinding in com.helger.schematron.pure.binding.xpath
Classes in com.helger.schematron.pure.binding.xpath that implement IPSQueryBinding -
Uses of IPSQueryBinding in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return IPSQueryBindingModifier and TypeMethodDescriptionfinal IPSQueryBindingAbstractPSBoundSchema.getQueryBinding()IPSBoundSchema.getQueryBinding()PSBoundSchemaCacheKey.getQueryBinding(PSSchema aSchema) Determine the query binding for the read schema.Methods in com.helger.schematron.pure.bound with parameters of type IPSQueryBindingModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema aSchema, IPSQueryBinding aQueryBinding) Pre-process the read schema, using the determined query binding.PSBoundSchemaCacheKey.createPreprocessor(IPSQueryBinding aQueryBinding) Create the pre-processor to be used forPSBoundSchemaCacheKey.createPreprocessedSchema(PSSchema, IPSQueryBinding).Constructors in com.helger.schematron.pure.bound with parameters of type IPSQueryBindingModifierConstructorDescriptionAbstractPSBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhaseID, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler) -
Uses of IPSQueryBinding in com.helger.schematron.pure.bound.xpath
Constructors in com.helger.schematron.pure.bound.xpath with parameters of type IPSQueryBindingModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema. -
Uses of IPSQueryBinding in com.helger.schematron.pure.preprocess
Methods in com.helger.schematron.pure.preprocess that return IPSQueryBindingMethods in com.helger.schematron.pure.preprocess with parameters of type IPSQueryBindingModifier and TypeMethodDescriptionstatic PSPreprocessorPSPreprocessor.createPreprocessorWithoutInformationLoss(IPSQueryBinding aQueryBinding) Constructors in com.helger.schematron.pure.preprocess with parameters of type IPSQueryBinding