Class HTMLTableSectionElementImpl

All Implemented Interfaces:
Cloneable, Element, 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
See Also:
  • Field Details

  • 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
    • insertRowX

      int insertRowX(int index, HTMLTableRowElementImpl newRow)
    • deleteRow

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

      int deleteRowX(int index)
    • 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 ElementImpl
      See Also: