org.apache.html.dom
public class HTMLTableSectionElementImpl extends HTMLElementImpl implements HTMLTableSectionElement
Version: $Revision: 1.10 $ $Date: 2005/04/18 01:20:21 $
See Also: org.w3c.dom.html.HTMLTableSectionElement org.apache.xerces.dom.ElementImpl
Constructor Summary | |
---|---|
HTMLTableSectionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
|
Method Summary | |
---|---|
Node | cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used
for getRows() gets cleared. |
void | deleteRow(int index) |
String | getAlign() |
String | getCh() |
String | getChOff() |
HTMLCollection | getRows() |
String | getVAlign() |
HTMLElement | insertRow(int index) |
void | setAlign(String align) |
void | setCh(String ch) |
void | setChOff(String chOff) |
void | setVAlign(String vAlign) |
Parameters: owner The owner HTML document