java.lang.Object
dev.metaschema.core.metapath.function.library.FnUpperCase
Based on the XPath 3.1 fn:upper-case
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IStringItemfnUpperCase(IStringItem arg) An implementation of fn:upper-case.
-
Method Details
-
fnUpperCase
An implementation of fn:upper-case.- Parameters:
arg- the string to be converted to lower case- Returns:
- the resulting string in upper case
-