From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/exslt/exsl/index.html | 6 + files/ja/web/exslt/exsl/node-set/index.html | 36 ++++++ files/ja/web/exslt/exsl/object-type/index.html | 43 +++++++ files/ja/web/exslt/index.html | 154 +++++++++++++++++++++++++ files/ja/web/exslt/math/highest/index.html | 38 ++++++ files/ja/web/exslt/math/index.html | 6 + files/ja/web/exslt/math/lowest/index.html | 38 ++++++ 7 files changed, 321 insertions(+) create mode 100644 files/ja/web/exslt/exsl/index.html create mode 100644 files/ja/web/exslt/exsl/node-set/index.html create mode 100644 files/ja/web/exslt/exsl/object-type/index.html create mode 100644 files/ja/web/exslt/index.html create mode 100644 files/ja/web/exslt/math/highest/index.html create mode 100644 files/ja/web/exslt/math/index.html create mode 100644 files/ja/web/exslt/math/lowest/index.html (limited to 'files/ja/web/exslt') diff --git a/files/ja/web/exslt/exsl/index.html b/files/ja/web/exslt/exsl/index.html new file mode 100644 index 0000000000..9ddddaebc7 --- /dev/null +++ b/files/ja/web/exslt/exsl/index.html @@ -0,0 +1,6 @@ +--- +title: exsl +slug: Web/EXSLT/exsl +translation_of: Web/EXSLT/exsl +--- +

{{wiki.localize('System.API.page-generated-for-subpage')}}

diff --git a/files/ja/web/exslt/exsl/node-set/index.html b/files/ja/web/exslt/exsl/node-set/index.html new file mode 100644 index 0000000000..03f67e3748 --- /dev/null +++ b/files/ja/web/exslt/exsl/node-set/index.html @@ -0,0 +1,36 @@ +--- +title: node-set +slug: Web/EXSLT/exsl/node-set +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/exsl/node-set +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+exsl:node-set()は、xsl:variableの値を取得するための選択属性の代わりに、xsl:variableを見た時に得られる返却ツリー・フラグメントからノードセットを返します。これにより、変数内に生成されたXMLを複数ステップで処理させることができる。 +

また、文字列をテキストノードに変換するためにexsl:node-set()を使うことができます。 +

+

Syntax

+
exsl:node-set(object)
+
+

Arguments

+
object +
対応するノードセットを返却するためのオブジェクト +
+

Returns

+

指定されたobjectに対応するノードセット +

+

Defined

+

EXSLT - EXSL:NODE-SET +

+

Gecko support

+

Gecko 1.9およびそれ以降でサポートされる。 +


+

+
+
+{{ languages( { "en": "en/EXSLT/exsl/node-set", "es": "es/EXSLT/exsl/node-set", "fr": "fr/EXSLT/exsl/node-set" } ) }} diff --git a/files/ja/web/exslt/exsl/object-type/index.html b/files/ja/web/exslt/exsl/object-type/index.html new file mode 100644 index 0000000000..704757e8a3 --- /dev/null +++ b/files/ja/web/exslt/exsl/object-type/index.html @@ -0,0 +1,43 @@ +--- +title: object-type +slug: Web/EXSLT/exsl/object-type +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/exsl/object-type +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+exsl:object-type() 指定されたオブジェクトの型を示す文字列を返却する。 +

{{ Note("ほとんどの XSLT オブジェクトの型は安全に他の型へ自動変換されることがある。; しかしながら、ある自動変換はエラーを発生させる。特に、非ノードセットをノードセットとして扱う場合がそうである。この関数により、名前付きテンプレートや拡張関数の作者は、引数の値に柔軟性を容易に持たせることができる。") }} +

+

構文

+
exsl:object-type(object)
+
+

引数

+
object +
型が返却されるオブジェクト +
+

戻り値

+

下記いずれかのオブジェクトの型 +

+ +

定義

+

EXSLT - EXSL:OBJECT-TYPE +

+

Gecko 対応

+

Gecko 1.9、および以降でサポート +


+

+
+
+{{ languages( { "en": "en/EXSLT/exsl/object-type", "es": "es/EXSLT/exsl/object-type", "fr": "fr/EXSLT/exsl/object-type" } ) }} diff --git a/files/ja/web/exslt/index.html b/files/ja/web/exslt/index.html new file mode 100644 index 0000000000..e6e843fbef --- /dev/null +++ b/files/ja/web/exslt/index.html @@ -0,0 +1,154 @@ +--- +title: EXSLT +slug: Web/EXSLT +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT +--- +

{{XSLTRef}}

+ +
+ +{{QuickLinksWithSubpages("/ja/docs/EXSLT")}}
+ +

{{ Fx_minversion_header(3) }}

+ +

EXSLTは XSLTの拡張です. 幾つかのモジュールがある。Firefox にサポートされているものを以下に示す:

+ +
+
Common (exsl)
+
基本的な拡張要素と関数。
+
Math (math)
+
ノード比較ルーチン。
+
Regular expressions (regexp)
+
JavaScriptスタイル正規表現を扱う。
+
Sets (set)
+
集合操作ルーチン。
+
Strings (str)
+
文字列操作関数。
+
+ +

EXSLT使用方法

+ +

EXSLT拡張を使用するためには、スタイルシートに拡張名前空間として名前空間を宣言する必要があります。 例)正規表現パッケージの使用:

+ +
<xsl:stylesheet version="1.0"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:regexp="http://exslt.org/regular-expressions"
+                extension-element-prefixes="regexp">
+
+<xsl:import href="regexp.xsl" />
+
+...
+
+</xsl:stylesheet>
+
+ +

Common

+ +

 EXSLT CommonパッケージはXSLTの機能に関わる基本関数を提供します。Commonパッケージの名前空間は http://exslt.org/common.

+ +

Functions

+ + + +

Math

+ +

EXSLT Mathパッケージは数値とノード比較に関わる関数を提供する。Mathパッケージの名前空間は http://exslt.org/math.

+ +

Functions

+ + + +

Regular expressions

+ +

EXSLT Regular ExpressionsパッケージはJavaScriptスタイルの正規表現を使った、 検査(test)、検索(match)、および置換(replace)を行う関数を提供する。

+ +

Regular Expressionsの名前空間は http://exslt.org/regular-expressions.

+ +

Functions

+ + + +

Sets

+ +

EXSLT Setsパッケージは集合操作関数を提供する。Setsパッケージの名前空間は

+ +
http://exslt.org/sets.
+
+ +

Functions

+ + + +

Strings

+ +

EXSLT Stringsパッケージは文字列操作関数を提供する。 Stringsパッケージの名前空間はhttp://exslt.org/sets.

+ +

Functions

+ + + +

Functions

+ + + +

See also

+ + + +

</div>

+ +

{{ languages( { "en": "en/EXSLT", "es": "es/EXSLT", "fr": "fr/EXSLT", "pl": "pl/EXSLT" } ) }}

diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html new file mode 100644 index 0000000000..9db5221372 --- /dev/null +++ b/files/ja/web/exslt/math/highest/index.html @@ -0,0 +1,38 @@ +--- +title: highest +slug: Web/EXSLT/math/highest +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/math/highest +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+math:highest() 指定されたノードセットの最大値を持つノードを返却する。( math:max() を使用して計算した最大値). +

ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。 +

{{ Note() }} +

+

構文

+
math:highest(nodeSet)
+
+

引数

+
nodeSet +
最大値を持つノードが返されるノードセット +
+

戻り値

+

math:max()が返したノードのコピーからなる +結果ツリー・フラグメント +

+

定義

+

EXSLT - MATH:HIGHEST +

+

Gecko 対応

+

Gecko 1.9、および以降でサポート +


+

+
+
+{{ languages( { "en": "en/EXSLT/math/highest", "es": "es/EXSLT/math/highest", "fr": "fr/EXSLT/math/highest" } ) }} diff --git a/files/ja/web/exslt/math/index.html b/files/ja/web/exslt/math/index.html new file mode 100644 index 0000000000..fe412ed7d8 --- /dev/null +++ b/files/ja/web/exslt/math/index.html @@ -0,0 +1,6 @@ +--- +title: math +slug: Web/EXSLT/math +translation_of: Web/EXSLT/math +--- +

{{wiki.localize('System.API.page-generated-for-subpage')}}

diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html new file mode 100644 index 0000000000..32ffbabff6 --- /dev/null +++ b/files/ja/web/exslt/math/lowest/index.html @@ -0,0 +1,38 @@ +--- +title: lowest +slug: Web/EXSLT/math/lowest +tags: + - EXSLT + - XSLT + - XSLT_Reference +translation_of: Web/EXSLT/math/lowest +--- +

+{{ XsltRef() }} +{{ Fx_minversion_header(3) }} +


+math:lowest() 指定されたノードセットの最小値を持つノードを返却する。( math:min() を使用して計算した最小値). +

ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。 +

{{ Note() }} +

+

構文

+
math:lowest(nodeSet)
+
+

引数

+
nodeSet +
最小値を持つノードが返されるノードセット +
+

戻り値

+

math:min()が返したノードのコピーからなる +結果ツリー・フラグメント +

+

定義

+

EXSLT - MATH:LOWEST +

+

Gecko 対応

+

Gecko 1.9、および以降でサポート +


+

+
+
+{{ languages( { "en": "en/EXSLT/math/lowest", "es": "es/EXSLT/math/lowest", "fr": "fr/EXSLT/math/lowest" } ) }} -- cgit v1.2.3-54-g00ecf