|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.function.Function
org.ucl.xpath.function.FnLowerCase
Conversion to lower-case function.
Usage: fn:lower-case($arg as xs:string?) as xs:string
This class returns the value of $arg after translating every character to its lower-case correspondent. Every character that does not have an lower-case correspondent is included in the returned value in its original form.
If the value of $arg is the empty sequence, the zero-length string is returned.
Field Summary |
Fields inherited from class org.ucl.xpath.function.Function |
_arity, _fl, _name |
Constructor Summary | |
FnLowerCase()
Constructor for FnLowerCase. |
Method Summary | |
ResultSequence |
evaluate(java.util.Collection args)
Evaluate the arguments. |
static java.util.Collection |
expected_args()
Calculate the expected arguments. |
static ResultSequence |
lower_case(java.util.Collection args)
Convert arguments to lower case. |
Methods inherited from class org.ucl.xpath.function.Function |
arity, convert_argument, convert_arguments, dynamic_context, name, set_function_library, signature, signature, signature, static_context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FnLowerCase()
Method Detail |
public ResultSequence evaluate(java.util.Collection args) throws DynamicError
evaluate
in class Function
args
- are evaluated.
DynamicError
- Dynamic error.public static ResultSequence lower_case(java.util.Collection args) throws DynamicError
args
- are converted to lower case.
DynamicError
- Dynamic error.public static java.util.Collection expected_args()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |