org.apache.html.dom
public class HTMLTableRowElementImpl extends HTMLElementImpl implements HTMLTableRowElement
Version: $Revision: 1.10 $ $Date: 2005/04/18 01:20:21 $
See Also: org.w3c.dom.html.HTMLTableRowElement org.apache.xerces.dom.ElementImpl
| Constructor Summary | |
|---|---|
| HTMLTableRowElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| Node | cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used
for getCells() gets cleared. |
| void | deleteCell(int index) |
| String | getAlign() |
| String | getBgColor() |
| HTMLCollection | getCells() |
| String | getCh() |
| String | getChOff() |
| int | getRowIndex() |
| int | getSectionRowIndex() |
| String | getVAlign() |
| HTMLElement | insertCell(int index) |
| void | setAlign(String align) |
| void | setBgColor(String bgColor) |
| void | setCells(HTMLCollection cells) |
| void | setCh(String ch) |
| void | setChOff(String chOff) |
| void | setRowIndex(int rowIndex) |
| void | setSectionRowIndex(int sectionRowIndex) |
| void | setVAlign(String vAlign) |
Parameters: owner The owner HTML document