Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLTableCellElementImpl
org.w3c.dom.html.HTMLTableCellElement
, org.apache.xerces.dom.ElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String |
|
String | |
int | |
String |
|
String |
|
int | |
String | |
String | |
boolean | |
int | |
String |
|
String | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
public HTMLTableCellElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAbbr()
public String getAlign()
public String getAxis()
public String getBgColor()
public int getCellIndex()
public String getCh()
public String getChOff()
public int getColSpan()
public String getHeaders()
public String getHeight()
public boolean getNoWrap()
public int getRowSpan()
public String getScope()
public String getVAlign()
public String getWidth()
public void setAbbr(String abbr)
public void setAlign(String align)
public void setAxis(String axis)
public void setBgColor(String bgColor)
public void setCellIndex(int cellIndex)
public void setCh(String ch)
public void setChOff(String chOff)
public void setColSpan(int colspan)
public void setHeaders(String headers)
public void setHeight(String height)
public void setNoWrap(boolean noWrap)
public void setRowSpan(int rowspan)
public void setScope(String scope)
public void setVAlign(String vAlign)
public void setWidth(String width)