Uses of Class
org.jaxen.function.ext.LocaleFunctionSupport
-
Packages that use LocaleFunctionSupport Package Description org.jaxen.function.ext Extension functions to the standard XPath function library. -
-
Uses of LocaleFunctionSupport in org.jaxen.function.ext
Subclasses of LocaleFunctionSupport in org.jaxen.function.ext Modifier and Type Class Description class
LowerFunction
string lower-case(string)
This function can take a second parameter of theLocale
to use for the String conversion.class
UpperFunction
string upper-case(string)
This function can take a second parameter of theLocale
to use for the String conversion.
-