Uses of Class
com.helger.schematron.pure.model.PSRule
Packages that use PSRule
Package
Description
-
Uses of PSRule in com.helger.schematron.pure.bound.xpath
Methods in com.helger.schematron.pure.bound.xpath that return PSRuleConstructors in com.helger.schematron.pure.bound.xpath with parameters of type PSRuleModifierConstructorDescriptionPSXPathBoundRule(PSRule aRule, String sRuleContext, XPathExpression aBoundRuleContext, com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports) -
Uses of PSRule in com.helger.schematron.pure.exchange
Methods in com.helger.schematron.pure.exchange that return PSRuleModifier and TypeMethodDescriptionPSReader.readRuleFromXML(com.helger.xml.microdom.IMicroElement eRule) Read a <rule> element -
Uses of PSRule in com.helger.schematron.pure.model
Methods in com.helger.schematron.pure.model that return PSRuleMethods in com.helger.schematron.pure.model that return types with arguments of type PSRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PSRule>PSPattern.getAllRules()Methods in com.helger.schematron.pure.model with parameters of type PSRuleMethod parameters in com.helger.schematron.pure.model with type arguments of type PSRuleModifier and TypeMethodDescriptionvoidPSPattern.removeRule(Predicate<? super PSRule> aRuleFilter) -
Uses of PSRule in com.helger.schematron.pure.validation
Methods in com.helger.schematron.pure.validation with parameters of type PSRuleModifier and TypeMethodDescriptiondefault 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 voidIPSValidationHandler.onRuleStart(PSRule aRule, NodeList aContextList) Called once for each rule, even if the context list is empty.voidLoggingPSValidationHandler.onRuleStart(PSRule aRule, NodeList aContextList) -
Uses of PSRule in com.helger.schematron.pure.validation.xpath
Methods in com.helger.schematron.pure.validation.xpath with parameters of type PSRuleModifier and TypeMethodDescriptionvoidPSXPathValidationHandlerSVRL.onFiredRule(PSRule aRule, String sContext, int nNodeIndex, int nNodeCount)