Class FnNot

    • Method Detail

      • 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​(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