aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domstringlist/index.html
blob: dfdf9efb5d060d8acbd88d0badbb892783522093 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: DOMStringList
slug: Web/API/DOMStringList
tags:
  - API
  - DOM
  - DOMStringList
  - Reference
translation_of: Web/API/DOMStringList
---
<p>{{APIRef("DOM")}}</p>

<p><a href="/ja/DOM/DOMString">DOMString</a> (strings) のリストを含むいくつかの API が返す型です。</p>

<h2 id="Properties" name="Properties">プロパティ</h2>

<dl>
 <dt>{{domxref("DOMStringList.length")}} {{ReadOnlyInline}}</dt>
 <dd>リストの長さを返す。</dd>
</dl>

<h2 id="Methods" name="Methods">メソッド</h2>

<dl>
 <dt>{{domxref("DOMStringList.item()")}}</dt>
 <dd>{{domxref("DOMString")}} を返す。</dd>
 <dt>{{domxref("DOMStringList.contains()")}}</dt>
 <dd>与えられた文字列がリストに含まれるかどうかを示す {{jsxref("Boolean")}} を返す。</dd>
</dl>

<h2 id="Specifications" name="Specifications">仕様</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">ステータス</th>
   <th scope="col">コメント</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("HTML WHATWG", "common-dom-interfaces.html#the-domstringlist-interface", "DOMStringList")}}</td>
   <td>{{Spec2("HTML WHATWG")}}</td>
   <td>初期定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>



<p>{{Compat("api.DOMStringList")}}</p>