Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:not

Invert boolean value of its argument.


Syntax

fn:not(sequence $sequence) => boolean

Top of page

Description

This function returns true, if the effective boolean value of $sequence is false, and it returns false, if the effective boolean value of $sequence is true.

Top of page

Argument

$sequence

Description missing.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page