org.apache.html.dom

Class HTMLTableElementImpl

public class HTMLTableElementImpl extends HTMLElementImpl implements HTMLTableElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Revision: 1.14 $ $Date: 2005/04/18 01:20:21 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLAnchorElement org.apache.xerces.dom.ElementImpl

Constructor Summary
HTMLTableElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
NodecloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
HTMLElementcreateCaption()
HTMLElementcreateTFoot()
HTMLElementcreateTHead()
voiddeleteCaption()
voiddeleteRow(int index)
voiddeleteTFoot()
voiddeleteTHead()
StringgetAlign()
StringgetBgColor()
StringgetBorder()
HTMLTableCaptionElementgetCaption()
StringgetCellPadding()
StringgetCellSpacing()
StringgetFrame()
HTMLCollectiongetRows()
StringgetRules()
StringgetSummary()
HTMLCollectiongetTBodies()
HTMLTableSectionElementgetTFoot()
HTMLTableSectionElementgetTHead()
StringgetWidth()
HTMLElementinsertRow(int index)
voidsetAlign(String align)
voidsetBgColor(String bgColor)
voidsetBorder(String border)
voidsetCaption(HTMLTableCaptionElement caption)
voidsetCellPadding(String cellPadding)
voidsetCellSpacing(String cellSpacing)
voidsetFrame(String frame)
voidsetRules(String rules)
voidsetSummary(String summary)
voidsetTFoot(HTMLTableSectionElement tFoot)
voidsetTHead(HTMLTableSectionElement tHead)
voidsetWidth(String width)

Constructor Detail

HTMLTableElementImpl

public HTMLTableElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

cloneNode

public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.

createCaption

public HTMLElement createCaption()

createTFoot

public HTMLElement createTFoot()

createTHead

public HTMLElement createTHead()

deleteCaption

public void deleteCaption()

deleteRow

public void deleteRow(int index)

deleteTFoot

public void deleteTFoot()

deleteTHead

public void deleteTHead()

getAlign

public String getAlign()

getBgColor

public String getBgColor()

getBorder

public String getBorder()

getCaption

public HTMLTableCaptionElement getCaption()

getCellPadding

public String getCellPadding()

getCellSpacing

public String getCellSpacing()

getFrame

public String getFrame()

getRows

public HTMLCollection getRows()

getRules

public String getRules()

getSummary

public String getSummary()

getTBodies

public HTMLCollection getTBodies()

getTFoot

public HTMLTableSectionElement getTFoot()

getTHead

public HTMLTableSectionElement getTHead()

getWidth

public String getWidth()

insertRow

public HTMLElement insertRow(int index)

setAlign

public void setAlign(String align)

setBgColor

public void setBgColor(String bgColor)

setBorder

public void setBorder(String border)

setCaption

public void setCaption(HTMLTableCaptionElement caption)

setCellPadding

public void setCellPadding(String cellPadding)

setCellSpacing

public void setCellSpacing(String cellSpacing)

setFrame

public void setFrame(String frame)

setRules

public void setRules(String rules)

setSummary

public void setSummary(String summary)

setTFoot

public void setTFoot(HTMLTableSectionElement tFoot)

setTHead

public void setTHead(HTMLTableSectionElement tHead)

setWidth

public void setWidth(String width)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.