Uses of Interface
com.helger.schematron.pure.validation.IPSValidationHandler
Packages that use IPSValidationHandler
Package
Description
-
Uses of IPSValidationHandler in com.helger.schematron.pure
Methods in com.helger.schematron.pure that return IPSValidationHandlerModifier and TypeMethodDescriptionfinal IPSValidationHandlerSchematronResourcePure.getCustomValidationHandler()Methods in com.helger.schematron.pure with parameters of type IPSValidationHandlerModifier and TypeMethodDescriptionfinal SchematronResourcePureSchematronResourcePure.setCustomValidationHandler(IPSValidationHandler aCustomValidationHandler) Set the custom validation handler to be used during binding. -
Uses of IPSValidationHandler in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding with parameters of type IPSValidationHandlerModifier 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 IPSValidationHandler in com.helger.schematron.pure.binding.xpath
Methods in com.helger.schematron.pure.binding.xpath with parameters of type IPSValidationHandlerModifier and TypeMethodDescriptionPSXPathQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) -
Uses of IPSValidationHandler in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return IPSValidationHandlerModifier and TypeMethodDescriptionfinal IPSValidationHandlerAbstractPSBoundSchema.getCustomValidationHandler()final IPSValidationHandlerPSBoundSchemaCacheKey.getCustomValidationHandler()Methods in com.helger.schematron.pure.bound with parameters of type IPSValidationHandlerModifier and TypeMethodDescriptionvoidIPSBoundSchema.validate(Node aNode, String sBaseURI, IPSValidationHandler aHandler) The generic validation method.Constructors in com.helger.schematron.pure.bound with parameters of type IPSValidationHandlerModifierConstructorDescriptionAbstractPSBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhaseID, IPSErrorHandler aCustomErrorHandler, IPSValidationHandler aCustomValidationHandler) PSBoundSchemaCacheKey(com.helger.commons.io.resource.IReadableResource aResource, String sPhase, IPSErrorHandler aErrorHandler, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig, EntityResolver aEntityResolver, boolean bLenient) -
Uses of IPSValidationHandler in com.helger.schematron.pure.bound.xpath
Methods in com.helger.schematron.pure.bound.xpath with parameters of type IPSValidationHandlerModifier and TypeMethodDescriptionvoidPSXPathBoundSchema.validate(Node aNode, String sBaseURI, IPSValidationHandler aValidationHandler) Constructors in com.helger.schematron.pure.bound.xpath with parameters of type IPSValidationHandlerModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema. -
Uses of IPSValidationHandler in com.helger.schematron.pure.validation
Subinterfaces of IPSValidationHandler in com.helger.schematron.pure.validationModifier and TypeInterfaceDescriptioninterfaceAn extension ofIPSValidationHandlerthat is used to determine the overall validity of a Schematron validation.Classes in com.helger.schematron.pure.validation that implement IPSValidationHandlerModifier and TypeClassDescriptionclassA logging implementation ofIPSValidationHandlerclassA simple implementation ifIPSValidationHandlerthat stops validation upon the first error (the first failed assert or the first successful report).classA simple implementation ifIPSValidationHandlerthat stops validation upon the first failed assertion.Methods in com.helger.schematron.pure.validation that return IPSValidationHandlerModifier and TypeMethodDescriptiondefault IPSValidationHandlerIPSValidationHandler.and(IPSValidationHandler rhs) Create a new validation handler that first invokes all methods from this handler, and than later on from the passed validation handler.static IPSValidationHandlerIPSValidationHandler.and(IPSValidationHandler lhs, IPSValidationHandler rhs) Create a new validation handler that first invokes all methods from the first handler and second from the second handler.Methods in com.helger.schematron.pure.validation with parameters of type IPSValidationHandlerModifier and TypeMethodDescriptiondefault IPSValidationHandlerIPSValidationHandler.and(IPSValidationHandler rhs) Create a new validation handler that first invokes all methods from this handler, and than later on from the passed validation handler.static IPSValidationHandlerIPSValidationHandler.and(IPSValidationHandler lhs, IPSValidationHandler rhs) Create a new validation handler that first invokes all methods from the first handler and second from the second handler. -
Uses of IPSValidationHandler in com.helger.schematron.pure.validation.xpath
Classes in com.helger.schematron.pure.validation.xpath that implement IPSValidationHandlerModifier and TypeClassDescriptionclassA special validation handler that creates an SVRL document.