com.jclark.xsl.expr

Interface StringExpr

Known Implementing Classes:
AppendExpr, ConvertibleStringExpr, LiteralExpr

public interface StringExpr

an XPath expression which evaluates to a String

Method Summary

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

Method Details

constantValue

public String constantValue()


eval

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

Returns:
the resulting String