java.lang.Object
dev.metaschema.core.metapath.function.library.FnConcat
Implements the XPath 3.1 fn:concat
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IStringItemconcat(IAnyAtomicItem... items) An implementation of XPath 3.1 fn:concat.static IStringItemconcat(List<? extends IAnyAtomicItem> items) An implementation of XPath 3.1 fn:concat.static IStringItemconcat(Stream<? extends IAnyAtomicItem> items) An implementation of XPath 3.1 fn:concat.
-
Method Details
-
concat
An implementation of XPath 3.1 fn:concat.- Parameters:
items- the items to concatenate- Returns:
- the atomized result
-
concat
An implementation of XPath 3.1 fn:concat.- Parameters:
items- the items to concatenate- Returns:
- the atomized result
-
concat
An implementation of XPath 3.1 fn:concat.- Parameters:
items- the items to concatenate- Returns:
- the atomized result
-