java.lang.Object
dev.metaschema.core.metapath.function.library.FnStringJoin

public final class FnStringJoin extends Object
Implements the XPath 3.1 fn:string-join function.
  • 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 form
      separator - the optional separator to use between joined items
      Returns:
      the atomized result