| Package | Description |
|---|---|
| org.apache.commons.jxpath.util |
Utility classes to assist with JXPath implementation(s) and/or usage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTypeConverter
The default implementation of TypeConverter.
|
class |
JXPath11CompatibleTypeConverter
TypeConverter implementation to circumvent automagic
NodeSet
decoding. |
| Modifier and Type | Field and Description |
|---|---|
private static TypeConverter |
TypeUtils.typeConverter |
| Modifier and Type | Method and Description |
|---|---|
static TypeConverter |
TypeUtils.getTypeConverter()
Returns the current type converter.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeUtils.setTypeConverter(TypeConverter converter)
Install an alternative type converter.
|