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

{{ XsltRef() }}

+ +

system-property関数は、指定されたシステムプロパティを表すオブジェクトを返します。

+ +

構文

+ +
system-property(name)
+
+ +

引数

+ +
+
name (任意)
+
システムプロパティの名前。引数は QName である文字列に評価される必要があります。 QName は、式のスコープ内の名前空間宣言を使用して名前に展開されます。 system-property 関数は、名前によって識別されるシステムプロパティの値を表すオブジェクトを戻します。そのようなシステムプロパティがない場合は、空の文字列を返す必要があります。
+
+ +

返値

+ +

指定されたシステムプロパティを表すオブジェクト。

+ +

+ + + +

定義

+ +

XSLT 1.0 12.4

+ +

Gecko での対応

+ +

対応済み

-- cgit v1.2.3-54-g00ecf