Class HTMLTableSectionElementImpl

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

public class HTMLTableSectionElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLTableSectionElement

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

    • HTMLTableSectionElementImpl

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

    • getAlign

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

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

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

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

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

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

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

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

      public org.w3c.dom.html.HTMLCollection getRows()
      Specified by:
      getRows in interface org.w3c.dom.html.HTMLTableSectionElement
    • insertRow

      public org.w3c.dom.html.HTMLElement insertRow(int index)
      Specified by:
      insertRow in interface org.w3c.dom.html.HTMLTableSectionElement
    • deleteRow

      public void deleteRow(int index)
      Specified by:
      deleteRow in interface org.w3c.dom.html.HTMLTableSectionElement
    • cloneNode

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