Class PSXPathBoundRule
java.lang.Object
com.helger.schematron.pure.bound.xpath.PSXPathBoundRule
This class represents a single XPath-bound rule-element.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionPSXPathBoundRule(PSRule aRule, String sRuleContext, XPathExpression aBoundRuleContext, com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports) -
Method Summary
Modifier and TypeMethodDescriptionfinal com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport>final com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport>final XPathExpressionfinal PSRulegetRule()final StringtoString()
-
Constructor Details
-
PSXPathBoundRule
public PSXPathBoundRule(@Nonnull PSRule aRule, @Nonnull String sRuleContext, @Nonnull XPathExpression aBoundRuleContext, @Nonnull com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports)
-
-
Method Details
-
getRule
-
getRuleContext
-
getBoundRuleContext
-
boundAssertReports
@Nonnull @ReturnsMutableObject public final com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> boundAssertReports() -
getAllBoundAssertReports
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> getAllBoundAssertReports() -
toString
-