public class

HTMLTableCellElementImpl

extends HTMLElementImpl
implements HTMLTableCellElement
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ 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

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLTableCellElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
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)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLElement
From interface org.w3c.dom.html.HTMLTableCellElement

Public Constructors

public HTMLTableCellElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

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)