org.apache.html.dom
public class HTMLTableCellElementImpl extends HTMLElementImpl implements HTMLTableCellElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:20:21 $
See Also: org.w3c.dom.html.HTMLTableCellElement org.apache.xerces.dom.ElementImpl
| Constructor Summary | |
|---|---|
| HTMLTableCellElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| String | getAbbr() |
| String | getAlign() |
| String | getAxis() |
| String | getBgColor() |
| int | getCellIndex() |
| String | getCh() |
| String | getChOff() |
| int | getColSpan() |
| String | getHeaders() |
| String | getHeight() |
| boolean | getNoWrap() |
| int | getRowSpan() |
| String | getScope() |
| String | getVAlign() |
| String | getWidth() |
| void | setAbbr(String abbr) |
| void | setAlign(String align) |
| void | setAxis(String axis) |
| void | setBgColor(String bgColor) |
| void | setCellIndex(int cellIndex) |
| void | setCh(String ch) |
| void | setChOff(String chOff) |
| void | setColSpan(int colspan) |
| void | setHeaders(String headers) |
| void | setHeight(String height) |
| void | setNoWrap(boolean noWrap) |
| void | setRowSpan(int rowspan) |
| void | setScope(String scope) |
| void | setVAlign(String vAlign) |
| void | setWidth(String width) |
Parameters: owner The owner HTML document