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

{{ XsltRef() }}

+ +

namespace-uri 関数は、与えられたノード集合内の最初のノードの名前空間 URI を表す文字列を返します。

+ +

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

+ +

構文

+ +
namespace-uri( [node-set] )
+
+ +

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

+ +

引数

+ +
+
node-set (省略可)
+
このノード集合内の最初のノードの名前空間 URI が返されます。引数を省略すると、現在のコンテキストノードが使用されます。
+
+ +

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

+ +

戻り値

+ +

与えられたノードが属する名前空間の URI を表す文字列。

+ +

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

+ +

注記

+ + + + + +

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

+ +

定義

+ +

XPath 1.0 4.1

+ +

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

+ +

Gecko でのサポート

+ +

サポート済み。

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