Uses of Interface
com.helger.schematron.pure.errorhandler.IPSErrorHandler
Packages that use IPSErrorHandler
Package
Description
-
Uses of IPSErrorHandler in com.helger.schematron.pure
Methods in com.helger.schematron.pure that return IPSErrorHandlerMethods in com.helger.schematron.pure with parameters of type IPSErrorHandlerModifier and TypeMethodDescriptionfinal SchematronResourcePureSchematronResourcePure.setErrorHandler(IPSErrorHandler aErrorHandler) Set the error handler to be used during binding.voidSchematronResourcePure.validateCompletely(IPSErrorHandler aErrorHandler) Use the provided error handler to validate all elements in the schematron.Constructors in com.helger.schematron.pure with parameters of type IPSErrorHandlerModifierConstructorDescriptionSchematronResourcePure(com.helger.commons.io.resource.IReadableResource aResource, String sPhase, IPSErrorHandler aErrorHandler) SchematronResourcePure(com.helger.commons.io.resource.IReadableResource aResource, String sPhase, IPSErrorHandler aErrorHandler, boolean bLenient) -
Uses of IPSErrorHandler in com.helger.schematron.pure.binding
Methods in com.helger.schematron.pure.binding with parameters of type IPSErrorHandlerModifier 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 IPSErrorHandler in com.helger.schematron.pure.binding.xpath
Methods in com.helger.schematron.pure.binding.xpath with parameters of type IPSErrorHandlerModifier and TypeMethodDescriptionPSXPathQueryBinding.bind(PSSchema aSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) -
Uses of IPSErrorHandler in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that return IPSErrorHandlerModifier and TypeMethodDescriptionfinal IPSErrorHandlerAbstractPSBoundSchema.getErrorHandler()final IPSErrorHandlerPSBoundSchemaCacheKey.getErrorHandler()Methods in com.helger.schematron.pure.bound with parameters of type IPSErrorHandlerModifier and TypeMethodDescriptionPSBoundSchemaCacheKey.readSchema(com.helger.commons.io.resource.IReadableResource aResource, IPSErrorHandler aErrorHandler, EntityResolver aEntityResolver) Read the specified schema from the passed resource.Constructors in com.helger.schematron.pure.bound with parameters of type IPSErrorHandlerModifierConstructorDescriptionAbstractPSBoundSchema(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 IPSErrorHandler in com.helger.schematron.pure.bound.xpath
Constructors in com.helger.schematron.pure.bound.xpath with parameters of type IPSErrorHandlerModifierConstructorDescriptionPSXPathBoundSchema(IPSQueryBinding aQueryBinding, PSSchema aOrigSchema, String sPhase, IPSErrorHandler aCustomErrorListener, IPSValidationHandler aCustomValidationHandler, IXPathConfig aXPathConfig) Create a new bound schema. -
Uses of IPSErrorHandler in com.helger.schematron.pure.errorhandler
Classes in com.helger.schematron.pure.errorhandler that implement IPSErrorHandlerModifier and TypeClassDescriptionclassAbstract collectingIPSErrorHandlerthat collects all error messages in an error list.classAbstract implementation ofIPSErrorHandler.classAn implementation ifIPSErrorHandlerthat collects all error messages.classAn implementation ifIPSErrorHandlerthat does nothing and swallows all output.classAn implementation ifIPSErrorHandlerthat logs to an SLF4J logger.classAn implementation ifIPSErrorHandlerthat collects all error messages in a provided error list.Methods in com.helger.schematron.pure.errorhandler that return IPSErrorHandlerConstructors in com.helger.schematron.pure.errorhandler with parameters of type IPSErrorHandlerModifierConstructorDescriptionAbstractCollectingPSErrorHandler(com.helger.commons.error.list.ErrorList aErrorList, IPSErrorHandler aNestedErrorHandler) protectedAbstractPSErrorHandler(IPSErrorHandler aNestedErrorHandler) CollectingPSErrorHandler(IPSErrorHandler aNestedErrorHandler) LoggingPSErrorHandler(IPSErrorHandler aNestedErrorHandler) WrappedCollectingPSErrorHandler(com.helger.commons.error.list.ErrorList aErrorList, IPSErrorHandler aNestedErrorHandler) -
Uses of IPSErrorHandler in com.helger.schematron.pure.exchange
Methods in com.helger.schematron.pure.exchange that return IPSErrorHandlerConstructors in com.helger.schematron.pure.exchange with parameters of type IPSErrorHandlerModifierConstructorDescriptionPSReader(com.helger.commons.io.resource.IReadableResource aResource, IPSErrorHandler aErrorHandler, EntityResolver aEntityResolver) Constructor with an error handler -
Uses of IPSErrorHandler in com.helger.schematron.pure.model
Methods in com.helger.schematron.pure.model with parameters of type IPSErrorHandlerModifier and TypeMethodDescriptionbooleanIPSElement.isValid(IPSErrorHandler aErrorHandler) Check if this element is specified completely.booleanPSActive.isValid(IPSErrorHandler aErrorHandler) booleanPSAssertReport.isValid(IPSErrorHandler aErrorHandler) booleanPSDiagnostic.isValid(IPSErrorHandler aErrorHandler) booleanPSDiagnostics.isValid(IPSErrorHandler aErrorHandler) booleanPSDir.isValid(IPSErrorHandler aErrorHandler) booleanPSEmph.isValid(IPSErrorHandler aErrorHandler) booleanPSExtends.isValid(IPSErrorHandler aErrorHandler) booleanPSInclude.isValid(IPSErrorHandler aErrorHandler) booleanPSLet.isValid(IPSErrorHandler aErrorHandler) booleanPSName.isValid(IPSErrorHandler aErrorHandler) booleanPSNS.isValid(IPSErrorHandler aErrorHandler) booleanPSP.isValid(IPSErrorHandler aErrorHandler) booleanPSParam.isValid(IPSErrorHandler aErrorHandler) booleanPSPattern.isValid(IPSErrorHandler aErrorHandler) booleanPSPhase.isValid(IPSErrorHandler aErrorHandler) booleanPSRule.isValid(IPSErrorHandler aErrorHandler) booleanPSSchema.isValid(IPSErrorHandler aErrorHandler) booleanPSSpan.isValid(IPSErrorHandler aErrorHandler) booleanPSTitle.isValid(IPSErrorHandler aErrorHandler) booleanPSValueOf.isValid(IPSErrorHandler aErrorHandler) voidIPSElement.validateCompletely(IPSErrorHandler aErrorHandler) Check if this element is specified completely.voidPSActive.validateCompletely(IPSErrorHandler aErrorHandler) voidPSAssertReport.validateCompletely(IPSErrorHandler aErrorHandler) voidPSDiagnostic.validateCompletely(IPSErrorHandler aErrorHandler) voidPSDiagnostics.validateCompletely(IPSErrorHandler aErrorHandler) voidPSDir.validateCompletely(IPSErrorHandler aErrorHandler) voidPSEmph.validateCompletely(IPSErrorHandler aErrorHandler) voidPSExtends.validateCompletely(IPSErrorHandler aErrorHandler) voidPSInclude.validateCompletely(IPSErrorHandler aErrorHandler) voidPSLet.validateCompletely(IPSErrorHandler aErrorHandler) voidPSName.validateCompletely(IPSErrorHandler aErrorHandler) voidPSNS.validateCompletely(IPSErrorHandler aErrorHandler) voidPSP.validateCompletely(IPSErrorHandler aErrorHandler) voidPSParam.validateCompletely(IPSErrorHandler aErrorHandler) voidPSPattern.validateCompletely(IPSErrorHandler aErrorHandler) voidPSPhase.validateCompletely(IPSErrorHandler aErrorHandler) voidPSRule.validateCompletely(IPSErrorHandler aErrorHandler) voidPSSchema.validateCompletely(IPSErrorHandler aErrorHandler) voidPSSpan.validateCompletely(IPSErrorHandler aErrorHandler) voidPSTitle.validateCompletely(IPSErrorHandler aErrorHandler) voidPSValueOf.validateCompletely(IPSErrorHandler aErrorHandler) -
Uses of IPSErrorHandler in com.helger.schematron.pure.validation.xpath
Methods in com.helger.schematron.pure.validation.xpath that return IPSErrorHandlerModifier and TypeMethodDescriptionfinal IPSErrorHandlerPSXPathValidationHandlerSVRL.getErrorHandler()Constructors in com.helger.schematron.pure.validation.xpath with parameters of type IPSErrorHandlerModifierConstructorDescriptionPSXPathValidationHandlerSVRL(IPSErrorHandler aErrorHandler) Constructor