|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.extension.exslt.MathFunctions
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 |
public MathFunctions()
Method Detail |
public static double min(XObject object) throws XsltException
XsltException
public static double max(XObject object) throws XsltException
XsltException
public static XObject lowest(XObject object) throws XsltException
XsltException
public static XObject highest(XObject object) throws XsltException
XsltException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |