com.jclark.xsl.expr
final class Converter extends Object
| Method Summary | |
|---|---|
| static boolean | positionToBoolean(double d, ExprContext context) |
| static boolean | toBoolean(String str) |
| static boolean | toBoolean(double num) |
| static boolean | toBoolean(NodeIterator iter) |
| static double | toNumber(String str) |
| static double | toNumber(NodeIterator iter) |
| static double | toNumber(boolean b) |
| static String | toString(NodeIterator iter) |
| static String | toString(Node node) |
| static String | toString(double num) |
| static String | toString(boolean b) |