Uses of Interface
com.helger.schematron.pure.xpath.IXPathConfig
Packages that use IXPathConfig
Package
Description
-
Uses of IXPathConfig in com.helger.schematron.pure
Methods in com.helger.schematron.pure with parameters of type IXPathConfigModifier and TypeMethodDescriptionfinal SchematronResourcePureSchematronResourcePure.setXPathConfig(IXPathConfig aXPathConfig) Set theXPathConfigto be used in the XPath statements. -
Uses of IXPathConfig in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding with parameters of type IXPathConfigModifier and TypeMethodDescriptionIPSQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a bound schema, which is like a precompiled schema. -
Uses of IXPathConfig in com.helger.schematron.pure.binding.xpath
Methods in com.helger.schematron.pure.binding.xpath with parameters of type IXPathConfigModifier and TypeMethodDescriptionPSXPathQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) -
Uses of IXPathConfig in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return IXPathConfigConstructors in com.helger.schematron.pure.bound with parameters of type IXPathConfigModifierConstructorDescriptionPSBoundSchemaCacheKey(com.helger.commons.io.resource.IReadableResource aResource, String sPhase, IPSErrorHandler aErrorHandler, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig, EntityResolver aEntityResolver, boolean bLenient) -
Uses of IXPathConfig in com.helger.schematron.pure.bound.xpath
Constructors in com.helger.schematron.pure.bound.xpath with parameters of type IXPathConfigModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema. -
Uses of IXPathConfig in com.helger.schematron.pure.xpath
Classes in com.helger.schematron.pure.xpath that implement IXPathConfigFields in com.helger.schematron.pure.xpath declared as IXPathConfigMethods in com.helger.schematron.pure.xpath that return IXPathConfig