com.jclark.xsl.expr
Interface StringExpr


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

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

constantValue

public java.lang.String constantValue()