Package | Description |
---|---|
net.sf.practicalxml.xpath |
This package support classes that are primarily used for XPath evaluation.
|
net.sf.practicalxml.xpath.function |
This package contains reusable XPath functions, implemented using
AbstractFunction . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction<T>
A base class for writing XPath functions, using a "template method" approach.
|
class |
AbstractStringFunction
A base class for writing XPath functions that work with string data.
|
Modifier and Type | Class and Description |
---|---|
class |
Lowercase
Converts the string value of its argument to lowercase, using a locale-aware
conversion.
|
class |
Uppercase
Converts the string value of its argument to uppercase, using a locale-aware
conversion.
|
class |
XsiBoolean
Converts its argument to a boolean value, using a modification of the rules
for Schema instances: true is represented by the literal values "true" or
1, ignoring case, while false is everything else.
|