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

public final class MapKeys extends Object
Implements the XPath 3.1 map:keys function.
  • Method Details

    • keys

      @NonNull public static Stream<IAnyAtomicItem> keys(@NonNull Map<IMapKey,?> map)
      An implementation of XPath 3.1 map:keys.
      Parameters:
      map - the map to get the keys for
      Returns:
      a stream of map keys