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

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

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

Subclasses of NumericFunction in jd.xml.xpath.expr.function
 class Average
          Average represents the optimized xpath expression "sum(node-set x) div count(node-set x)".
 class Ceiling
          Ceiling represents the xpath core function "number ceiling(number)".
 class Count
          Count represents the xpath core function "number count(nodeset)".
 class Floor
          Floor represents the xpath core function "number floor(number)".
 class Last
          Last represents the xpath core function "number last()".
 class Position
          Position represents the xpath core function "number position()".
 class Round
          Round represents the xpath core function "number round(number)".
 class StringLength
          StringLength represents the xpath core function "number string-length(string?)".
 class Sum
          Sum represents the xpath core function "number sum(node-set)".
 class ToNumber
          ToNumber represents the xpath core function "number number(object?)".