Uses of Interface
org.w3c.dom.html2.HTMLTableSectionElement

Packages that use HTMLTableSectionElement
org.mozilla.jrex.dom.html2   
org.w3c.dom.html2   
 

Uses of HTMLTableSectionElement in org.mozilla.jrex.dom.html2
 

Classes in org.mozilla.jrex.dom.html2 that implement HTMLTableSectionElement
 class JRexHTMLTableSectionElementImpl
          A class implementing org.w3c.dom.html2.HTMLTableSectionElement interface.
 

Methods in org.mozilla.jrex.dom.html2 that return HTMLTableSectionElement
 HTMLTableSectionElement JRexHTMLTableElementImpl.getTHead()
           
 HTMLTableSectionElement JRexHTMLTableElementImpl.getTFoot()
           
 

Methods in org.mozilla.jrex.dom.html2 with parameters of type HTMLTableSectionElement
 void JRexHTMLTableElementImpl.setTHead(HTMLTableSectionElement tHead)
           
 void JRexHTMLTableElementImpl.setTFoot(HTMLTableSectionElement tFoot)
           
 

Uses of HTMLTableSectionElement in org.w3c.dom.html2
 

Methods in org.w3c.dom.html2 that return HTMLTableSectionElement
 HTMLTableSectionElement HTMLTableElement.getTHead()
          Returns the table's THEAD, or null if none exists.
 HTMLTableSectionElement HTMLTableElement.getTFoot()
          Returns the table's TFOOT, or null if none exists.
 

Methods in org.w3c.dom.html2 with parameters of type HTMLTableSectionElement
 void HTMLTableElement.setTHead(HTMLTableSectionElement tHead)
          Returns the table's THEAD, or null if none exists.
 void HTMLTableElement.setTFoot(HTMLTableSectionElement tFoot)
          Returns the table's TFOOT, or null if none exists.
 



Copyright © 2004 C.N.Medappa. All Rights Reserved.