org.apache.html.dom

Class HTMLTableSectionElementImpl

public class HTMLTableSectionElementImpl extends HTMLElementImpl implements HTMLTableSectionElement

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

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLTableSectionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
NodecloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getRows() gets cleared.
voiddeleteRow(int index)
StringgetAlign()
StringgetCh()
StringgetChOff()
HTMLCollectiongetRows()
StringgetVAlign()
HTMLElementinsertRow(int index)
voidsetAlign(String align)
voidsetCh(String ch)
voidsetChOff(String chOff)
voidsetVAlign(String vAlign)

Constructor Detail

HTMLTableSectionElementImpl

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

deleteRow

public void deleteRow(int index)

getAlign

public String getAlign()

getCh

public String getCh()

getChOff

public String getChOff()

getRows

public HTMLCollection getRows()

getVAlign

public String getVAlign()

insertRow

public HTMLElement insertRow(int index)

setAlign

public void setAlign(String align)

setCh

public void setCh(String ch)

setChOff

public void setChOff(String chOff)

setVAlign

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