Uses of Class
com.helger.schematron.pure.validation.SchematronValidationException
Packages that use SchematronValidationException
Package
Description
-
Uses of SchematronValidationException in com.helger.schematron.pure.bound
Methods in com.helger.schematron.pure.bound that throw SchematronValidationExceptionModifier and TypeMethodDescriptionvoidIPSBoundSchema.validate(Node aNode, String sBaseURI, IPSValidationHandler aHandler) The generic validation method.com.helger.schematron.svrl.jaxb.SchematronOutputTypeAbstractPSBoundSchema.validateComplete(Node aNode, String sBaseURI) com.helger.schematron.svrl.jaxb.SchematronOutputTypeIPSBoundSchema.validateComplete(Node aNode, String sBaseURI) Special validation that creates an SVRL document.com.helger.commons.state.EValidityAbstractPSBoundSchema.validatePartially(Node aNode, String sBaseURI) com.helger.commons.state.EValidityIPSBoundSchema.validatePartially(Node aNode, String sBaseURI) Special validation that breaks on the first error. -
Uses of SchematronValidationException in com.helger.schematron.pure.bound.xpath
Methods in com.helger.schematron.pure.bound.xpath that throw SchematronValidationExceptionModifier and TypeMethodDescriptionvoidPSXPathBoundSchema.validate(Node aNode, String sBaseURI, IPSValidationHandler aValidationHandler) -
Uses of SchematronValidationException in com.helger.schematron.pure.validation
Methods in com.helger.schematron.pure.validation that throw SchematronValidationExceptionModifier and TypeMethodDescriptiondefault voidThis is the last method called.voiddefault com.helger.commons.state.EContinueIPSValidationHandler.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) This method is called for every failed assert.com.helger.commons.state.EContinueLoggingPSValidationHandler.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) default voidIPSValidationHandler.onFiredRule(PSRule aRule, String sContext, int nNodeIndex, int nNodeCount) This method is called for every rule inside the current pattern.voidLoggingPSValidationHandler.onFiredRule(PSRule aRule, String sContext, int nNodeIndex, int nNodeCount) default voidThis method is called for every pattern inside the schema.voiddefault voidIPSValidationHandler.onRuleStart(PSRule aRule, NodeList aContextList) Called once for each rule, even if the context list is empty.voidLoggingPSValidationHandler.onRuleStart(PSRule aRule, NodeList aContextList) default voidThis is the first method called.voiddefault com.helger.commons.state.EContinueIPSValidationHandler.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) This method is called for every failed assert.com.helger.commons.state.EContinueLoggingPSValidationHandler.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) -
Uses of SchematronValidationException in com.helger.schematron.pure.validation.xpath
Methods in com.helger.schematron.pure.validation.xpath that throw SchematronValidationExceptionModifier and TypeMethodDescriptioncom.helger.commons.state.EContinuePSXPathValidationHandlerSVRL.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) voidcom.helger.commons.state.EContinuePSXPathValidationHandlerSVRL.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext)