aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/functions/function-available/index.html
blob: bc7552a0ca9c322cc919598add161f07da01586e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: function-available
slug: Web/XPath/Functions/function-available
tags:
  - XSLT
  - XSLT_Reference
translation_of: Web/XPath/Functions/function-available
---
<p>{{ XsltRef() }}</p>

<p><code>function-available</code>関数は、指定された関数が使用可能かどうかを判断し、真偽値 true または false を返します。</p>

<h3 id="Syntax" name="Syntax">構文</h3>

<pre class="eval">function-available(<em>name</em> )
</pre>

<h3 id="Arguments" name="Arguments">引数</h3>

<dl>
 <dt><code><em>name</em></code></dt>
 <dd>テストする関数の名前</dd>
</dl>

<h3 id="Returns" name="Returns">戻り値</h3>

<p>真偽値の <code>true</code> もしくは <code>false</code></p>

<h3 id="Defined" name="Defined">定義</h3>

<p><a class="external" href="http://www.w3.org/TR/xslt#function-function-available">XPath 1.0 15</a></p>

<h3 id="Gecko_support" name="Gecko_support">Gecko のサポート</h3>

<p>サポート済み</p>