public class Uppercase extends AbstractStringFunction
Constructor and Description |
---|
Uppercase() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(String value,
List<?> args)
Subclasses must implement this method.
|
convertToString, evaluate
compareTo, equals, getMaxArgCount, getMinArgCount, getName, getNamespaceUri, getQName, hashCode, isArityMatch, isMatch
public Object evaluate(String value, List<?> args)
AbstractStringFunction
evaluate
in class AbstractStringFunction