java.lang.Object
dev.metaschema.core.metapath.function.library.FnString
Implements the XPath 3.1 fn:string
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IStringItemfnStringItem(IItem item) An implementation of fn::string.
-
Method Details
-
fnStringItem
An implementation of fn::string.- Parameters:
item- the item to get the string value for- Returns:
- the string value
-