public class EscapingExpression extends ExpressionSupport
Expression that escapes output so that the text can appear in the PCDATA portion of XML.EMPTY_ITERATORNULL| Constructor and Description |
|---|
EscapingExpression(Expression base) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(JellyContext context)
Evaluates the expression with the given context
and returns the result
|
String |
getExpressionText() |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecursepublic EscapingExpression(Expression base)
public String getExpressionText()
public Object evaluate(JellyContext context)
ExpressionCopyright © 2012 Apache Software Foundation. All Rights Reserved.