public class XPathExpression extends ExpressionSupport implements org.jaxen.VariableContext
EMPTY_ITERATOR
NULL
Constructor and Description |
---|
XPathExpression() |
XPathExpression(String text,
Expression xpathExpr,
TagScript tagScript) |
Modifier and Type | Method and Description |
---|---|
protected Map |
createUriMap(Map namespaceContext)
Factory method to create a synchronized Map of non-null and non-blank
namespace prefixes to namespace URIs
|
Object |
evaluate(JellyContext context)
Evaluates the expression with the given context
and returns the result
|
String |
getExpressionText() |
Object |
getVariableValue(String namespaceURI,
String prefix,
String localName) |
String |
toString() |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
public XPathExpression()
public XPathExpression(String text, Expression xpathExpr, TagScript tagScript)
public String getExpressionText()
getExpressionText
in interface Expression
public Object evaluate(JellyContext context)
Expression
evaluate
in interface Expression
public Object getVariableValue(String namespaceURI, String prefix, String localName)
getVariableValue
in interface org.jaxen.VariableContext
Copyright © 2014 Apache Software Foundation. All rights reserved.