Common DOM API

インタフェース
org.w3c.dom.html.HTMLTableSectionElement の使用

HTMLTableSectionElement を使用しているパッケージ
org.w3c.dom.html   
 

org.w3c.dom.html での HTMLTableSectionElement の使用
 

HTMLTableSectionElement を返す org.w3c.dom.html のメソッド
 HTMLTableSectionElement HTMLTableElement.getTHead()
          テーブルの THEAD を返し、存在しない場合は null を 返します。
 HTMLTableSectionElement HTMLTableElement.getTFoot()
          テーブルの TFOOT を返し、存在しない場合は null を 返します。
 

HTMLTableSectionElement 型のパラメータを持つ org.w3c.dom.html のメソッド
 void HTMLTableElement.setTHead(HTMLTableSectionElement tHead)
           
 void HTMLTableElement.setTFoot(HTMLTableSectionElement tFoot)
           
 


Common DOM API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.