From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/xpath/functions/false/index.html | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 files/ja/web/xpath/functions/false/index.html (limited to 'files/ja/web/xpath/functions/false') diff --git a/files/ja/web/xpath/functions/false/index.html b/files/ja/web/xpath/functions/false/index.html new file mode 100644 index 0000000000..a6748ec1e0 --- /dev/null +++ b/files/ja/web/xpath/functions/false/index.html @@ -0,0 +1,49 @@ +--- +title: 'false' +slug: Web/XPath/Functions/false +tags: + - XSLT + - XSLT_Reference +translation_of: Web/XPath/Functions/false +--- +

{{ XsltRef() }}

+ +

false 関数は真偽値 false を返します。

+ +

{{ 英語版章題("Syntax") }}

+ +

構文

+ +
false()
+
+ +

{{ 英語版章題("Returns") }}

+ +

戻り値

+ +

真偽値 false

+ +

{{ 英語版章題("Notes") }}

+ +

注記

+ +

この関数は比較の一部として役立ちます。

+ +
<xsl:if test="boolean((1 &gt; 2) = false())">
+ The expression evaluates as true
+</xsl:if>
+
+ +

{{ 英語版章題("Defined") }}

+ +

定義

+ +

XPath 1.0 4.3

+ +

{{ 英語版章題("Gecko support") }}

+ +

Gecko でのサポート

+ +

サポート済み。

+ +

{{ languages( { "en": "en/XPath/Functions/false", "fr": "fr/XPath/Fonctions/false", "pl": "pl/XPath/Funkcje/false" } ) }}

-- cgit v1.2.3-54-g00ecf