@Immutable public class PSXPathBoundElement extends Object
| Constructor and Description |
|---|
PSXPathBoundElement(IPSElement aElement) |
PSXPathBoundElement(Object aElement,
String sExpression,
XPathExpression aBoundExpression) |
PSXPathBoundElement(String sElement) |
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
getBoundExpression() |
Object |
getElement() |
String |
getExpression() |
String |
toString() |
public PSXPathBoundElement(@Nonnull IPSElement aElement)
@Nonnull public Object getElement()
String or IPSElement objects. May not be
null.@Nullable public String getExpression()
XPathExpression. It may differ from the XPath expression
contained in the element because of replaced variables from
<let> elements. May be null if
getExpression() is null.@Nullable public XPathExpression getBoundExpression()
XPathExpression - may be null.Copyright © 2014–2016 Philip Helger. All rights reserved.