jd.xml.xslt.extension.exslt
Class MathFunctions

java.lang.Object
  extended byjd.xml.xslt.extension.exslt.MathFunctions

public class MathFunctions
extends Object

The Functions of the EXSLT Math Module. They are made available by an JavaExtensionHandler.


Constructor Summary
MathFunctions()
           
 
Method Summary
static XObject highest(XObject object)
          Implements math:highest, version 1.2.
static XObject lowest(XObject object)
          Implements math:lowest, version 1.2.
static double max(XObject object)
          Implements math:max, version 1.2.
static double min(XObject object)
          Implements math:min, version 1.2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathFunctions

public MathFunctions()
Method Detail

min

public static double min(XObject object)
                  throws XsltException
Implements math:min, version 1.2.

Throws:
XsltException

max

public static double max(XObject object)
                  throws XsltException
Implements math:max, version 1.2.

Throws:
XsltException

lowest

public static XObject lowest(XObject object)
                      throws XsltException
Implements math:lowest, version 1.2.

Throws:
XsltException

highest

public static XObject highest(XObject object)
                       throws XsltException
Implements math:highest, version 1.2.

Throws:
XsltException