Class HTMLFrameSetElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLFrameSetElement, Node, NodeList, TypeInfo

public class HTMLFrameSetElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLFrameSetElement
See Also:
  • Constructor Details

    • HTMLFrameSetElementImpl

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

    • getCols

      public String getCols()
      Specified by:
      getCols in interface org.w3c.dom.html.HTMLFrameSetElement
    • setCols

      public void setCols(String cols)
      Specified by:
      setCols in interface org.w3c.dom.html.HTMLFrameSetElement
    • getRows

      public String getRows()
      Specified by:
      getRows in interface org.w3c.dom.html.HTMLFrameSetElement
    • setRows

      public void setRows(String rows)
      Specified by:
      setRows in interface org.w3c.dom.html.HTMLFrameSetElement