Class PSXPathBoundPattern
java.lang.Object
com.helger.schematron.pure.bound.xpath.PSXPathBoundPattern
This class represents a single XPath-bound pattern-element.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionPSXPathBoundPattern(PSPattern aPattern, com.helger.commons.collection.impl.ICommonsList<PSXPathBoundRule> aBoundRules) -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PSXPathBoundRule>toString()
-
Constructor Details
-
PSXPathBoundPattern
public PSXPathBoundPattern(@Nonnull PSPattern aPattern, @Nonnull com.helger.commons.collection.impl.ICommonsList<PSXPathBoundRule> aBoundRules)
-
-
Method Details
-
getPattern
-
getAllBoundRules
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<PSXPathBoundRule> getAllBoundRules() -
toString
-