not

The not function evaluates a boolean expression and returns the opposite value.

Syntax

not( expression )

Parameters

expression

The expression is evaluated exactly as if it were passed as an argument to the boolean() function.

Return value

True for an expression that evaluates to false; false for an expression that evaluates to true.

Description

Specifications

XPath 1.0 4.3

Gecko support

Supported.