aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/system-property/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/xpath/functions/system-property/index.html')
-rw-r--r--files/ja/web/xpath/functions/system-property/index.html43
1 files changed, 43 insertions, 0 deletions
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
+---
+<p>{{ XsltRef() }}</p>
+
+<p><code>system-property</code>関数は、指定されたシステムプロパティを表すオブジェクトを返します。</p>
+
+<h3 id="Syntax" name="Syntax">構文</h3>
+
+<pre class="eval notranslate">system-property(<var>name</var>)
+</pre>
+
+<h3 id="Arguments" name="Arguments">引数</h3>
+
+<dl>
+ <dt><code><var>name</var></code> (任意)</dt>
+ <dd>システムプロパティの名前。引数は QName である文字列に評価される必要があります。 QName は、式のスコープ内の名前空間宣言を使用して名前に展開されます。 system-property 関数は、名前によって識別されるシステムプロパティの値を表すオブジェクトを戻します。そのようなシステムプロパティがない場合は、空の文字列を返す必要があります。</dd>
+</dl>
+
+<h3 id="Returns" name="Returns">返値</h3>
+
+<p>指定されたシステムプロパティを表すオブジェクト。</p>
+
+<h3 id="Notes" name="Notes">注</h3>
+
+<ul>
+ <li>xsl:version: プロセッサーによって実装された XSLT のバージョンを示す数字。このドキュメントで指定されているバージョンの XSLT を実装している XSLT プロセッサの場合、これは 1.0 です</li>
+ <li>xsl:vendor: XSLT プロセッサーのベンダーを識別する文字列</li>
+ <li>xsl:vendor-url: XSLT プロセッサーのベンダーを識別する URL を含む文字列。通常これはベンダーのウェブサイトのホストページ (ホームページ) です</li>
+</ul>
+
+<h3 id="Defined" name="Defined">定義</h3>
+
+<p><a class="external" href="http://www.w3.org/TR/xslt#function-system-property">XSLT 1.0 12.4</a></p>
+
+<h3 id="Gecko_support" name="Gecko_support">Gecko での対応</h3>
+
+<p>対応済み</p>