Class PSQueryBindingRegistry

java.lang.Object
com.helger.schematron.pure.binding.PSQueryBindingRegistry

@ThreadSafe public final class PSQueryBindingRegistry extends Object
The registry class for all available query bindings. To register your own query binding, call registerQueryBinding(String, IPSQueryBinding).
Author:
Philip Helger
  • Field Details

    • QUERY_BINDING_XSLT

      public static final String QUERY_BINDING_XSLT
      Name of a query binding for which the default binding is registered.
      See Also:
    • QUERY_BINDING_XSLT2

      public static final String QUERY_BINDING_XSLT2
      Name of a query binding in the ISO standard for which the default binding is registered.
      See Also:
    • QUERY_BINDING_XSLT3

      public static final String QUERY_BINDING_XSLT3
      Name of a query binding in the ISO standard for which the default binding is registered.
      See Also:
    • QUERY_BINDING_XPATH

      public static final String QUERY_BINDING_XPATH
      Name of a query binding for which the default binding is registered.
      See Also:
    • QUERY_BINDING_XPATH2

      public static final String QUERY_BINDING_XPATH2
      Name of a query binding in the ISO standard for which the default binding is registered.
      See Also:
    • QUERY_BINDING_XPATH3

      public static final String QUERY_BINDING_XPATH3
      Name of a query binding in the ISO standard for which the default binding is registered.
      See Also:
    • QUERY_BINDING_EXSLT

      public static final String QUERY_BINDING_EXSLT
      Name of a query binding in the ISO standard.
      See Also:
    • QUERY_BINDING_STX

      public static final String QUERY_BINDING_STX
      Name of a query binding in the ISO standard.
      See Also:
    • DEFAULT_QUERY_BINDING

      public static final IPSQueryBinding DEFAULT_QUERY_BINDING
      The default XPath binding object to be used
  • Method Details