| Modifier and Type | Method and Description |
|---|---|
PSRule |
PSXPathBoundRule.getRule() |
| Constructor and Description |
|---|
PSXPathBoundRule(PSRule aRule,
String sRuleContext,
XPathExpression aBoundRuleContext,
com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports) |
| Modifier and Type | Method and Description |
|---|---|
PSRule |
PSReader.readRuleFromXML(com.helger.xml.microdom.IMicroElement eRule)
Read a <rule> element
|
| Modifier and Type | Method and Description |
|---|---|
PSRule |
PSPattern.getRuleOfID(String sID) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<PSRule> |
PSPattern.getAllRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
PSPattern.addRule(PSRule aRule) |
| Modifier and Type | Method and Description |
|---|---|
default void |
IPSValidationHandler.onFiredRule(PSRule aRule,
String sContext,
int nNodeIndex,
int nNodeCount)
This method is called for every rule inside the current pattern.
|
void |
LoggingPSValidationHandler.onFiredRule(PSRule aRule,
String sContext,
int nNodeIndex,
int nNodeCount) |
default void |
IPSValidationHandler.onRuleStart(PSRule aRule,
NodeList aContextList)
Called once for each rule, even if the context list is empty.
|
void |
LoggingPSValidationHandler.onRuleStart(PSRule aRule,
NodeList aContextList) |
| Modifier and Type | Method and Description |
|---|---|
void |
PSXPathValidationHandlerSVRL.onFiredRule(PSRule aRule,
String sContext,
int nNodeIndex,
int nNodeCount) |
Copyright © 2014–2020 Philip Helger. All rights reserved.