Class HTMLTableRowElementImpl

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
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTableRowElement, Node, NodeList, TypeInfo

public class HTMLTableRowElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLTableRowElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLTableRowElementImpl

      public HTMLTableRowElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getRowIndex

      public int getRowIndex()
      Specified by:
      getRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
    • setRowIndex

      public void setRowIndex(int rowIndex)
    • getSectionRowIndex

      public int getSectionRowIndex()
      Specified by:
      getSectionRowIndex in interface org.w3c.dom.html.HTMLTableRowElement
    • setSectionRowIndex

      public void setSectionRowIndex(int sectionRowIndex)
    • getCells

      public org.w3c.dom.html.HTMLCollection getCells()
      Specified by:
      getCells in interface org.w3c.dom.html.HTMLTableRowElement
    • setCells

      public void setCells(org.w3c.dom.html.HTMLCollection cells)
    • insertCell

      public org.w3c.dom.html.HTMLElement insertCell(int index)
      Specified by:
      insertCell in interface org.w3c.dom.html.HTMLTableRowElement
    • deleteCell

      public void deleteCell(int index)
      Specified by:
      deleteCell in interface org.w3c.dom.html.HTMLTableRowElement
    • getAlign

      public String getAlign()
      Specified by:
      getAlign in interface org.w3c.dom.html.HTMLTableRowElement
    • setAlign

      public void setAlign(String align)
      Specified by:
      setAlign in interface org.w3c.dom.html.HTMLTableRowElement
    • getBgColor

      public String getBgColor()
      Specified by:
      getBgColor in interface org.w3c.dom.html.HTMLTableRowElement
    • setBgColor

      public void setBgColor(String bgColor)
      Specified by:
      setBgColor in interface org.w3c.dom.html.HTMLTableRowElement
    • getCh

      public String getCh()
      Specified by:
      getCh in interface org.w3c.dom.html.HTMLTableRowElement
    • setCh

      public void setCh(String ch)
      Specified by:
      setCh in interface org.w3c.dom.html.HTMLTableRowElement
    • getChOff

      public String getChOff()
      Specified by:
      getChOff in interface org.w3c.dom.html.HTMLTableRowElement
    • setChOff

      public void setChOff(String chOff)
      Specified by:
      setChOff in interface org.w3c.dom.html.HTMLTableRowElement
    • getVAlign

      public String getVAlign()
      Specified by:
      getVAlign in interface org.w3c.dom.html.HTMLTableRowElement
    • setVAlign

      public void setVAlign(String vAlign)
      Specified by:
      setVAlign in interface org.w3c.dom.html.HTMLTableRowElement
    • cloneNode

      public Node cloneNode(boolean deep)
      Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
      Specified by:
      cloneNode in interface Node
      Overrides:
      cloneNode in class org.apache.xerces.dom.ElementImpl
      See Also: