public class

HTMLTableElementImpl

extends HTMLElementImpl
implements HTMLTableElement
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.HTMLTableElementImpl

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
HTMLTableElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
synchronized HTMLElement createCaption()
synchronized HTMLElement createTFoot()
synchronized HTMLElement createTHead()
synchronized void deleteCaption()
synchronized void deleteRow(int index)
synchronized void deleteTFoot()
synchronized void deleteTHead()
String getAlign()
String getBgColor()
String getBorder()
synchronized HTMLTableCaptionElement getCaption()
String getCellPadding()
String getCellSpacing()
String getFrame()
HTMLCollection getRows()
String getRules()
String getSummary()
HTMLCollection getTBodies()
synchronized HTMLTableSectionElement getTFoot()
synchronized HTMLTableSectionElement getTHead()
String getWidth()
HTMLElement insertRow(int index)
void setAlign(String align)
void setBgColor(String bgColor)
void setBorder(String border)
synchronized void setCaption(HTMLTableCaptionElement caption)
void setCellPadding(String cellPadding)
void setCellSpacing(String cellSpacing)
void setFrame(String frame)
void setRules(String rules)
void setSummary(String summary)
synchronized void setTFoot(HTMLTableSectionElement tFoot)
synchronized void setTHead(HTMLTableSectionElement tHead)
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.HTMLTableElement

Public Constructors

public HTMLTableElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public Node cloneNode (boolean deep)

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

public synchronized HTMLElement createCaption ()

public synchronized HTMLElement createTFoot ()

public synchronized HTMLElement createTHead ()

public synchronized void deleteCaption ()

public synchronized void deleteRow (int index)

public synchronized void deleteTFoot ()

public synchronized void deleteTHead ()

public String getAlign ()

public String getBgColor ()

public String getBorder ()

public synchronized HTMLTableCaptionElement getCaption ()

public String getCellPadding ()

public String getCellSpacing ()

public String getFrame ()

public HTMLCollection getRows ()

public String getRules ()

public String getSummary ()

public HTMLCollection getTBodies ()

public synchronized HTMLTableSectionElement getTFoot ()

public synchronized HTMLTableSectionElement getTHead ()

public String getWidth ()

public HTMLElement insertRow (int index)

public void setAlign (String align)

public void setBgColor (String bgColor)

public void setBorder (String border)

public synchronized void setCaption (HTMLTableCaptionElement caption)

public void setCellPadding (String cellPadding)

public void setCellSpacing (String cellSpacing)

public void setFrame (String frame)

public void setRules (String rules)

public void setSummary (String summary)

public synchronized void setTFoot (HTMLTableSectionElement tFoot)

public synchronized void setTHead (HTMLTableSectionElement tHead)

public void setWidth (String width)