Class PSXPathBoundElement
java.lang.Object
com.helger.schematron.pure.bound.xpath.PSXPathBoundElement
This class represents a single XPath-bound text element that is contained
inside an assert- or report-element.
- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionPSXPathBoundElement(IPSElement aElement) PSXPathBoundElement(Object aElement, String sExpression, XPathExpression aBoundExpression) PSXPathBoundElement(String sElement) -
Method Summary
-
Constructor Details
-
PSXPathBoundElement
-
PSXPathBoundElement
-
PSXPathBoundElement
-
-
Method Details
-
getElement
- Returns:
StringorIPSElementobjects. May not benull.
-
getExpression
- Returns:
- The source expression that was compiled to an
XPathExpression. It may differ from the XPath expression contained in the element because of replaced variables from <let> elements. May benullifgetExpression()isnull.
-
getBoundExpression
- Returns:
- The compiled
XPathExpression- may benull.
-
toString
-