Uses of Interface
org.apache.commons.jxpath.util.TypeConverter

Packages that use TypeConverter
org.apache.commons.jxpath.util   
 

Uses of TypeConverter in org.apache.commons.jxpath.util
 

Classes in org.apache.commons.jxpath.util that implement TypeConverter
 class BasicTypeConverter
          The default implementation of TypeConverter.
 

Fields in org.apache.commons.jxpath.util declared as TypeConverter
private static TypeConverter TypeUtils.typeConverter
           
 

Methods in org.apache.commons.jxpath.util that return TypeConverter
static TypeConverter TypeUtils.getTypeConverter()
          Returns the current type converter.
 

Methods in org.apache.commons.jxpath.util with parameters of type TypeConverter
static void TypeUtils.setTypeConverter(TypeConverter converter)
          Install an alternative type converter.