--- title: boolean slug: Web/XPath/Functions/boolean tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/boolean ---
{{ XsltRef() }}

boolean 関数は式を評価し、 true または false を返します。

構文

boolean( expression )

引数

expression
評価される式です。式は真偽値のほか、数値やノード集合を参照することができます。

返値

expression を評価した結果から得られる真偽値 true または false

メモ

定義

XPath 1.0 4.3

Gecko の対応

対応済み。