| Package | Description |
|---|---|
| org.w3c.dom.html |
| Modifier and Type | Method and Description |
|---|---|
HTMLTableSectionElement |
HTMLTableElement.getTFoot()
Returns the table's
TFOOT , or
null if none exists.
|
HTMLTableSectionElement |
HTMLTableElement.getTHead()
Returns the table's
THEAD , or
null if none exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLTableElement.setTFoot(HTMLTableSectionElement
|
void |
HTMLTableElement.setTHead(HTMLTableSectionElement
|