@Immutable public class PSXPathBoundRule extends Object
| Constructor and Description |
|---|
PSXPathBoundRule(PSRule aRule,
String sRuleContext,
XPathExpression aBoundRuleContext,
com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> |
boundAssertReports() |
com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> |
getAllBoundAssertReports() |
XPathExpression |
getBoundRuleContext() |
PSRule |
getRule() |
String |
getRuleContext() |
String |
toString() |
public PSXPathBoundRule(@Nonnull PSRule aRule, @Nonnull String sRuleContext, @Nonnull XPathExpression aBoundRuleContext, @Nonnull com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> aBoundAssertReports)
@Nonnull public final XPathExpression getBoundRuleContext()
@Nonnull @ReturnsMutableObject public final com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> boundAssertReports()
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<PSXPathBoundAssertReport> getAllBoundAssertReports()
Copyright © 2014–2020 Philip Helger. All rights reserved.