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

public final class FnNot extends Object
Implements the XPath 3.1 fn:not function.
  • Method Details

    • fnNot

      @NonNull public static IBooleanItem fnNot(@NonNull IItem item)
      Get the negated, effective boolean value of the provided item.

      Based on the XPath 3.1 fn:not function.

      Parameters:
      item - the item to get the negated, effective boolean value for
      Returns:
      the negated boolean value
    • fnNot

      @NonNull public static IBooleanItem fnNot(@NonNull ISequence<?> sequence)
      Get the negated, effective boolean value of the provided item.

      Based on the XPath 3.1 fn:not function.

      Parameters:
      sequence - the sequence to get the negated, effective boolean value for
      Returns:
      the negated boolean value