com.jclark.xsl.expr
Interface StringExpr

All Known Implementing Classes:
AppendExpr, ConvertibleStringExpr, LiteralExpr

public interface StringExpr

an XPath expression which evaluates to a String


Method Summary
 java.lang.String constantValue()
           
 java.lang.String eval(Node node, ExprContext context)
          evaluate with the given contextNode and context
 

Method Detail

eval

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

Returns:
the resulting String
Throws:
XSLException

constantValue

java.lang.String constantValue()