public class

HTMLTableRowElementImpl

extends HTMLElementImpl
implements HTMLTableRowElement
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.HTMLTableRowElementImpl

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
HTMLTableRowElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
void deleteCell(int index)
String getAlign()
String getBgColor()
HTMLCollection getCells()
String getCh()
String getChOff()
int getRowIndex()
int getSectionRowIndex()
String getVAlign()
HTMLElement insertCell(int index)
void setAlign(String align)
void setBgColor(String bgColor)
void setCells(HTMLCollection cells)
void setCh(String ch)
void setChOff(String chOff)
void setRowIndex(int rowIndex)
void setSectionRowIndex(int sectionRowIndex)
void setVAlign(String vAlign)
[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.HTMLTableRowElement

Public Constructors

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

public void deleteCell (int index)

public String getAlign ()

public String getBgColor ()

public HTMLCollection getCells ()

public String getCh ()

public String getChOff ()

public int getRowIndex ()

public int getSectionRowIndex ()

public String getVAlign ()

public HTMLElement insertCell (int index)

public void setAlign (String align)

public void setBgColor (String bgColor)

public void setCells (HTMLCollection cells)

public void setCh (String ch)

public void setChOff (String chOff)

public void setRowIndex (int rowIndex)

public void setSectionRowIndex (int sectionRowIndex)

public void setVAlign (String vAlign)