java.lang.Object
dev.metaschema.core.metapath.function.library.FnStringJoin
Implements the XPath 3.1 fn:string-join
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IStringItemfnStringJoin(List<? extends IAnyAtomicItem> items, IStringItem separator) An implementation of XPath 3.1 fn:string-join.
-
Method Details
-
fnStringJoin
@NonNull public static IStringItem fnStringJoin(@NonNull List<? extends IAnyAtomicItem> items, @Nullable IStringItem separator) An implementation of XPath 3.1 fn:string-join.- Parameters:
items- the items to join in string formseparator- the optional separator to use between joined items- Returns:
- the atomized result
-