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

Packages that use NodeFunction
jd.xml.xpath.expr.function Contains the XPath functions. 
 

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

Subclasses of NodeFunction in jd.xml.xpath.expr.function
 class LocalName
          LocalName represents the xpath core function "local-name(node-set?)".
 class Name
          Name represents the xpath core function "string name(node-set?)".
 class NamespaceUri
          NameSpaceUri represents the xpath core function "string namespace-uri(node-set?)".