Uses of Class
com.helger.schematron.pure.binding.SchematronBindException
Packages that use SchematronBindException
-
Uses of SchematronBindException in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding that throw SchematronBindExceptionModifier and TypeMethodDescriptionstatic IPSQueryBindingPSQueryBindingRegistry.getQueryBindingOfNameOrThrow(String sName) Get the query binding with the specified namestatic voidPSQueryBindingRegistry.registerQueryBinding(String sName, IPSQueryBinding aQueryBinding) -
Uses of SchematronBindException in com.helger.schematron.pure.bound.xpath
Methods in com.helger.schematron.pure.bound.xpath that throw SchematronBindExceptionConstructors in com.helger.schematron.pure.bound.xpath that throw SchematronBindExceptionModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema.