Uses of Class
jd.xml.xpath.expr.function.NodeSetFunction

Packages that use NodeSetFunction
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
 

Uses of NodeSetFunction in jd.xml.xpath.expr.function
 

Subclasses of NodeSetFunction in jd.xml.xpath.expr.function
 class Id
          Id represents the xpath core function "node-set id(object)".
 

Uses of NodeSetFunction in jd.xml.xslt.expr
 

Subclasses of NodeSetFunction in jd.xml.xslt.expr
 class Current
          Current represents the xslt function "node-set current()".
 class DocumentFunction
          Document represents the xslt function "node-set document(object, node-set?)".
 class KeyFunction
          Document represents the xslt function "node-set key(string, object)".