public class EscapingExpression extends ExpressionSupport
Expression
that escapes output so that the text can appear in the PCDATA portion of XML.EMPTY_ITERATOR
NULL
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, evaluateRecurse
public EscapingExpression(Expression base)
public String getExpressionText()
public Object evaluate(JellyContext context)
Expression
Copyright © 2014 Apache Software Foundation. All rights reserved.