Module dev.metaschema.core
Class FnStringLength
java.lang.Object
dev.metaschema.core.metapath.function.library.FnStringLength
Implements the XPath 3.1 fn:string-length
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IIntegerItemfnStringLength(IItem item) An implementation of fn:string-length.
-
Method Details
-
fnStringLength
An implementation of fn:string-length.- Parameters:
item- the item the string for which to compute the length- Returns:
- the length of the string
-