com.jclark.xsl.expr

Interface StringExpr

public interface StringExpr

an XPath expression which evaluates to a String
Method Summary
StringconstantValue()
Stringeval(Node node, ExprContext context)
evaluate with the given contextNode and context

Method Detail

constantValue

public String constantValue()

eval

public String eval(Node node, ExprContext context)
evaluate with the given contextNode and context

Returns: the resulting String