diff options
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/xpath/functions/true/index.html | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/files/ja/web/xpath/functions/true/index.html b/files/ja/web/xpath/functions/true/index.html index e92255e96b..8a45d17b95 100644 --- a/files/ja/web/xpath/functions/true/index.html +++ b/files/ja/web/xpath/functions/true/index.html @@ -8,29 +8,22 @@ translation_of: Web/XPath/Functions/true --- <p>{{ XsltRef() }}</p> -<p><code>true</code> 関数は真偽値 true を返します。</p> +<p><br> + <code>true</code> 関数は true の論理値を返します。</p> -<p>{{ 英語版章題("Syntax") }}</p> - -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3> +<h3 id="Syntax">構文</h3> <pre class="eval">true() </pre> -<p>{{ 英語版章題("Returns") }}</p> - -<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3> - -<p>真偽値 <code>true</code>.</p> - -<p>{{ 英語版章題("Defined") }}</p> +<h3 id="Returns">返値</h3> -<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3> +<p>論理値 <code>true</code> です。</p> -<p><a class="external" href="http://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p> +<h3 id="Defined">定義</h3> -<p>{{ 英語版章題("Gecko support") }}</p> +<p><a href="https://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p> -<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3> +<h3 id="Gecko_support">Gecko の対応</h3> <p>対応済み。</p> |