Uses of Interface
jd.xml.xslt.expr.XsltFunction

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

Uses of XsltFunction in jd.xml.xslt.expr
 

Classes in jd.xml.xslt.expr that implement XsltFunction
 class Available
          Available is a base class for ElementAvailable and FunctionAvailable
 class DocumentFunction
          Document represents the xslt function "node-set document(object, node-set?)".
 class ElementAvailable
          ElementAvailable represents the xslt function "boolean element-available(string) ".
 class FormatNumber
          FormatNumber represents the xslt function "string format-number(number, string, string?)".
 class FunctionAvailable
          FunctionAvailable represents the xslt function "boolean function-available(string)".
 class KeyFunction
          Document represents the xslt function "node-set key(string, object)".
 class SystemProperty
          SystemProperty represents the xslt function "string system-property(string)".