Uses of Interface
com.helger.schematron.pure.bound.IPSBoundSchema
Packages that use IPSBoundSchema
Package
Description
-
Uses of IPSBoundSchema in com.helger.schematron.pure
Methods in com.helger.schematron.pure that return IPSBoundSchemaModifier and TypeMethodDescriptionprotected IPSBoundSchemaSchematronResourcePure.createBoundSchema()SchematronResourcePure.getOrCreateBoundSchema()Get the cached bound schema or create a new one. -
Uses of IPSBoundSchema in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding that return IPSBoundSchemaModifier and TypeMethodDescriptiondefault IPSBoundSchemaIPSQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a bound schema, which is like a precompiled schema. -
Uses of IPSBoundSchema in com.helger.schematron.pure.binding.xpath
Methods in com.helger.schematron.pure.binding.xpath that return IPSBoundSchemaModifier and TypeMethodDescriptionPSXPathQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) -
Uses of IPSBoundSchema in com.helger.schematron.pure.bound
Classes in com.helger.schematron.pure.bound that implement IPSBoundSchemaModifier and TypeClassDescriptionclassBase implementation ofIPSBoundSchemawith all common elements.Methods in com.helger.schematron.pure.bound that return IPSBoundSchemaModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.createBoundSchema()The main routine to create a bound schema from the passed resource and phase. -
Uses of IPSBoundSchema in com.helger.schematron.pure.bound.xpath
Classes in com.helger.schematron.pure.bound.xpath that implement IPSBoundSchemaModifier and TypeClassDescriptionclassThe default XPath binding for the pure Schematron implementation.