Uses of Interface
com.jclark.xsl.expr.StringExpr

Packages that use StringExpr
com.jclark.xsl.expr Expression parsing and evaluation  
com.jclark.xsl.tr The transformation engine  
 

Uses of StringExpr in com.jclark.xsl.expr
 

Methods in com.jclark.xsl.expr that return StringExpr
static StringExpr ExprParser.parseValueExpr(Node node, java.lang.String value, VariableSet locals)
          parse an XSLT attribute value template (which may include XPath expression(s) enclosed in curlybraces "{" "}")
static StringExpr ExprParser.parseStringExpr(Node node, java.lang.String expr, VariableSet locals)
          parse an XPath expression which is to be used in a context in which a String is expected
 

Constructors in com.jclark.xsl.expr with parameters of type StringExpr
KeyValuesTable(Pattern pattern, StringExpr valueExpr, Node n, ExprContext context)
           
 

Uses of StringExpr in com.jclark.xsl.tr
 

Methods in com.jclark.xsl.tr that return StringExpr
 StringExpr KeyDefinition.getUseExpression()
           
 

Constructors in com.jclark.xsl.tr with parameters of type StringExpr
KeyDefinition(Name name, TopLevelPattern matchPattern, StringExpr useExpression)
          construct with the name of the key, the match pattern for finding nodes to be indexed, and a useExpression for determining the node's value for the index lookup