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

Packages that use VariableSet
com.jclark.xsl.expr Expression parsing and evaluation  
 

Uses of VariableSet in com.jclark.xsl.expr
 

Classes in com.jclark.xsl.expr that implement VariableSet
 class EmptyVariableSet
           
 

Methods in com.jclark.xsl.expr with parameters of type VariableSet
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 TopLevelPattern ExprParser.parsePattern(Node node, java.lang.String pattern, VariableSet locals)
          parse an XPath match pattern (with some variables!?!?)
static NodeSetExpr ExprParser.parseNodeSetExpr(Node node, java.lang.String expr, VariableSet locals)
          parse an XPath expression which is to be used in a context in which a NodeSet is expected i.e.
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
static NumberExpr ExprParser.parseNumberExpr(Node node, java.lang.String expr, VariableSet locals)
          parse an XPath expression which is to be used in a context in which a Number is expected
static BooleanExpr ExprParser.parseBooleanExpr(Node node, java.lang.String expr, VariableSet locals)
          parse an XPath expression which is to be used in a context in which a Boolean is expected
static VariantExpr ExprParser.parseVariantExpr(Node node, java.lang.String expr, VariableSet locals)
          parse an XPath expression which is to be used in a context in which a Variant (xsl:variable, xsl:param) is expected