|
Common DOM API | ||||||||||
前 次 | フレームあり フレームなし |
HTMLCollection を使用しているパッケージ | |
org.w3c.dom.html |
org.w3c.dom.html での HTMLCollection の使用 |
HTMLCollection を返す org.w3c.dom.html のメソッド | |
HTMLCollection |
HTMLTableSectionElement.getRows()
テーブルセクション内の行のコレクション。 |
HTMLCollection |
HTMLTableRowElement.getCells()
行内のセルのコレクション。 |
HTMLCollection |
HTMLTableElement.getRows()
THEAD 要素、TFOOT 要素、およびすべての TBODY
要素を含む、テーブル内のすべての行のコレクションを返します。 |
HTMLCollection |
HTMLTableElement.getTBodies()
定義済みのテーブル本体のコレクションを返します。 |
HTMLCollection |
HTMLSelectElement.getOptions()
この要素に含まれる OPTION 要素のコレクション。 |
HTMLCollection |
HTMLMapElement.getAreas()
イメージマップとして定義された領域のリスト。 |
HTMLCollection |
HTMLFormElement.getElements()
フォーム内にあるすべてのコントロール要素のコレクションを返します。 |
HTMLCollection |
HTMLDocument.getImages()
ドキュメント内にあるすべての IMG 要素のコレクション。 |
HTMLCollection |
HTMLDocument.getApplets()
ドキュメント内のアプレットや APPLET (非推奨) 要素を含む、ドキュメント
内にあるすべての OBJECT 要素のコレクションです。 |
HTMLCollection |
HTMLDocument.getLinks()
href 属性の値が設定された、ドキュメント内にあるすべての
AREA 要素とアンカー (A ) 要素のコレクション。 |
HTMLCollection |
HTMLDocument.getForms()
ドキュメント内にあるすべてのフォームのコレクション。 |
HTMLCollection |
HTMLDocument.getAnchors()
name 属性の値が設定された、ドキュメント内にあるすべてのアンカー
(A ) 要素のコレクション。 |
|
Common DOM API | ||||||||||
前 次 | フレームあり フレームなし |