Frames | No Frames |
Classes implementing org.w3c.dom.html2.HTMLTableSectionElement | |
class | An HTML 'THEAD', 'TFOOT', or 'TBODY' element node.
|
Methods with parameter type org.w3c.dom.html2.HTMLTableSectionElement | |
void | |
void |
Methods with return type org.w3c.dom.html2.HTMLTableSectionElement | |
HTMLTableSectionElement | |
HTMLTableSectionElement |
Methods with parameter type org.w3c.dom.html2.HTMLTableSectionElement | |
void | Returns the table's TFOOT , or null if none
exists.
|
void | Returns the table's THEAD , or null if none
exists.
|
Methods with return type org.w3c.dom.html2.HTMLTableSectionElement | |
HTMLTableSectionElement | Returns the table's TFOOT , or null if none
exists.
|
HTMLTableSectionElement | Returns the table's THEAD , or null if none
exists.
|