Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

not


not 関数は式を真偽値として評価し、その逆の値を返します。

構文

not( expression )

引数

expression
この式は boolean() 関数の引数として渡された場合とまったく同じように評価されます。

戻り値

false と評価できる式に対しては true を返し、true と評価できる式に対しては false を返します。

注記

  • この関数は boolean() 関数と同様のふるまいをしますが、返される値はその逆です。

定義

XPath 1.0 4.3

Gecko でのサポート

サポート済み。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: Shoot
 最終更新者: Shoot,