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/id/index.html | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/ja/web/xpath/functions/id/index.html (limited to 'files/ja/web/xpath/functions/id') diff --git a/files/ja/web/xpath/functions/id/index.html b/files/ja/web/xpath/functions/id/index.html new file mode 100644 index 0000000000..745c86d70f --- /dev/null +++ b/files/ja/web/xpath/functions/id/index.html @@ -0,0 +1,59 @@ +--- +title: id +slug: Web/XPath/Functions/id +tags: + - XSLT + - XSLT_Reference +translation_of: Web/XPath/Functions/id +--- +

{{ XsltRef() }}

+ +

id 関数は与えられた ID に一致するノードを探し、識別されたノードを格納するノード集合を返します。

+ +

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

+ +

構文

+ +
id(expression )
+
+ +

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

+ +

引数

+ +
+
expression
+
expression がノード集合ならば、そのノード集合内のそれぞれのノードの文字列値が個々の ID として扱われます。返されるノード集合はそれらの ID に対応するノードの集合です。
+
+ +
+
expression が文字列、またはその他のノード集合以外の型である場合、expression は空白で区切られた ID のリストとして扱われます。返されるノード集合はそれらの ID に対応するノードの集合です。
+
+ +

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

+ +

戻り値

+ +

与えられた単一または複数の ID によって識別された、単一または複数のノードを格納したノード集合。

+ +

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

+ +

注記

+ + + +

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

+ +

定義

+ +

XPath 1.0 4.1

+ +

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

+ +

Gecko でのサポート

+ +

一部サポート

+ +
{{ languages( { "en": "en/XPath/Functions/id", "fr": "fr/XPath/Fonctions/id", "pl": "pl/XPath/Funkcje/id" } ) }}
-- cgit v1.2.3-54-g00ecf