com.jclark.xsl.expr
Class Converter
java.lang.Object
com.jclark.xsl.expr.Converter
final class Converter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toNumber
static double toNumber(java.lang.String str)
toNumber
static double toNumber(NodeIterator iter)
throws XSLException
- Throws:
XSLException
toNumber
static double toNumber(boolean b)
toBoolean
static boolean toBoolean(java.lang.String str)
toBoolean
static boolean toBoolean(double num)
toBoolean
static boolean toBoolean(NodeIterator iter)
throws XSLException
- Throws:
XSLException
toString
static java.lang.String toString(NodeIterator iter)
throws XSLException
- Throws:
XSLException
toString
static java.lang.String toString(Node node)
throws XSLException
- Throws:
XSLException
toString
static java.lang.String toString(double num)
toString
static java.lang.String toString(boolean b)
positionToBoolean
static boolean positionToBoolean(double d,
ExprContext context)
throws XSLException
- Throws:
XSLException