org.apache.html.dom

Class HTMLTableCellElementImpl

Implemented Interfaces:
Element, HTMLElement, HTMLTableCellElement, TypeInfo

public class HTMLTableCellElementImpl
extends HTMLElementImpl
implements HTMLTableCellElement

Version:
$Revision: 1.9 $ $Date: 2005/04/18 01:20:21 $
Author:
Assaf Arkin
See Also:
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

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)

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.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

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

Constructor Details

HTMLTableCellElementImpl

public HTMLTableCellElementImpl(HTMLDocumentImpl owner,
                                String name)
Constructor requires owner document.
Parameters:
owner - The owner HTML document

Method Details

getAbbr

public String getAbbr()

getAlign

public String getAlign()

getAxis

public String getAxis()

getBgColor

public String getBgColor()

getCellIndex

public int getCellIndex()

getCh

public String getCh()

getChOff

public String getChOff()

getColSpan

public int getColSpan()

getHeaders

public String getHeaders()

getHeight

public String getHeight()

getNoWrap

public boolean getNoWrap()

getRowSpan

public int getRowSpan()

getScope

public String getScope()

getVAlign

public String getVAlign()

getWidth

public String getWidth()

setAbbr

public void setAbbr(String abbr)

setAlign

public void setAlign(String align)

setAxis

public void setAxis(String axis)

setBgColor

public void setBgColor(String bgColor)

setCellIndex

public void setCellIndex(int cellIndex)

setCh

public void setCh(String ch)

setChOff

public void setChOff(String chOff)

setColSpan

public void setColSpan(int colspan)

setHeaders

public void setHeaders(String headers)

setHeight

public void setHeight(String height)

setNoWrap

public void setNoWrap(boolean noWrap)

setRowSpan

public void setRowSpan(int rowspan)

setScope

public void setScope(String scope)

setVAlign

public void setVAlign(String vAlign)

setWidth

public void setWidth(String width)

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.