org.apache.html.dom

Class HTMLTableRowElementImpl

public class HTMLTableRowElementImpl extends HTMLElementImpl implements HTMLTableRowElement

INTERNAL:

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

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

Author: Assaf Arkin

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

Constructor Summary
HTMLTableRowElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
NodecloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
voiddeleteCell(int index)
StringgetAlign()
StringgetBgColor()
HTMLCollectiongetCells()
StringgetCh()
StringgetChOff()
intgetRowIndex()
intgetSectionRowIndex()
StringgetVAlign()
HTMLElementinsertCell(int index)
voidsetAlign(String align)
voidsetBgColor(String bgColor)
voidsetCells(HTMLCollection cells)
voidsetCh(String ch)
voidsetChOff(String chOff)
voidsetRowIndex(int rowIndex)
voidsetSectionRowIndex(int sectionRowIndex)
voidsetVAlign(String vAlign)

Constructor Detail

HTMLTableRowElementImpl

public HTMLTableRowElementImpl(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 getCells() gets cleared.

deleteCell

public void deleteCell(int index)

getAlign

public String getAlign()

getBgColor

public String getBgColor()

getCells

public HTMLCollection getCells()

getCh

public String getCh()

getChOff

public String getChOff()

getRowIndex

public int getRowIndex()

getSectionRowIndex

public int getSectionRowIndex()

getVAlign

public String getVAlign()

insertCell

public HTMLElement insertCell(int index)

setAlign

public void setAlign(String align)

setBgColor

public void setBgColor(String bgColor)

setCells

public void setCells(HTMLCollection cells)

setCh

public void setCh(String ch)

setChOff

public void setChOff(String chOff)

setRowIndex

public void setRowIndex(int rowIndex)

setSectionRowIndex

public void setSectionRowIndex(int sectionRowIndex)

setVAlign

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