com.jclark.xsl.expr

Class Converter

final class Converter extends Object

Method Summary
static booleanpositionToBoolean(double d, ExprContext context)
static booleantoBoolean(String str)
static booleantoBoolean(double num)
static booleantoBoolean(NodeIterator iter)
static doubletoNumber(String str)
static doubletoNumber(NodeIterator iter)
static doubletoNumber(boolean b)
static StringtoString(NodeIterator iter)
static StringtoString(Node node)
static StringtoString(double num)
static StringtoString(boolean b)

Method Detail

positionToBoolean

static boolean positionToBoolean(double d, ExprContext context)

toBoolean

static boolean toBoolean(String str)

toBoolean

static boolean toBoolean(double num)

toBoolean

static boolean toBoolean(NodeIterator iter)

toNumber

static double toNumber(String str)

toNumber

static double toNumber(NodeIterator iter)

toNumber

static double toNumber(boolean b)

toString

static String toString(NodeIterator iter)

toString

static String toString(Node node)

toString

static String toString(double num)

toString

static String toString(boolean b)