public class XMLExpression extends DataExpression
| Constructor and Description |
|---|
XMLExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluateText()
This method returns the textual representation of the expression.
|
String |
getXpath() |
String |
predicateText()
This method returns the textual representation of the predicate.
|
void |
setXpath(String xpath) |
protected String |
text(String type)
This method returns the expression text.
|
String |
toString() |
dataSourceText, getKey, getSource, setKey, setSourcepublic String getXpath()
public void setXpath(String xpath)
xpath - the xpath to setpublic String predicateText()
ExpressionpredicateText in class Expressionpublic String evaluateText()
ExpressionevaluateText in class Expressionprotected String text(String type)
type - The type of expressionCopyright © 2015 Red Hat, Inc.. All rights reserved.