Uses of Interface
com.smallx.xml.xslt.xt.xpath.NodeSetExpr

Packages that use NodeSetExpr
com.smallx.xml.xslt.xt.transform   
com.smallx.xml.xslt.xt.xpath   
 

Uses of NodeSetExpr in com.smallx.xml.xslt.xt.transform
 

Classes in com.smallx.xml.xslt.xt.transform that implement NodeSetExpr
 class SortNodeSetExpr
           
 

Constructors in com.smallx.xml.xslt.xt.transform with parameters of type NodeSetExpr
SortNodeSetExpr(NodeSetExpr expr, com.smallx.xml.xslt.xt.transform.ComparatorTemplate comparatorTemplate)
           
 

Uses of NodeSetExpr in com.smallx.xml.xslt.xt.xpath
 

Methods in com.smallx.xml.xslt.xt.xpath that return NodeSetExpr
static NodeSetExpr ExprParser.parseNodeSetExpr(Item node, java.lang.String expr, java.util.Collection locals)
           
static NodeSetExpr ExprParser.parseNodeSetExpr(Item node, NamespaceScope resolver, java.lang.String expr, java.util.Collection locals)
           
static NodeSetExpr ExprParser.getChildrenExpr()