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

public final class FnStringLength extends Object
Implements the XPath 3.1 fn:string-length functions.
  • Method Details

    • fnStringLength

      @NonNull public static IIntegerItem fnStringLength(@NonNull IItem item)
      An implementation of fn:string-length.
      Parameters:
      item - the item the string for which to compute the length
      Returns:
      the length of the string