org.apache.commons.jelly.parser
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 |
---|---|
java.lang.Object |
evaluate(JellyContext context)
Evaluates the expression with the given context
and returns the result
|
java.lang.String |
getExpressionText() |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
public EscapingExpression(Expression base)
public java.lang.String getExpressionText()
public java.lang.Object evaluate(JellyContext context)
Expression
Copyright © 2014. All Rights Reserved.