Module jdk.xml.dom

Interface HTMLFrameSetElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLFrameSetElement
extends HTMLElement
Create a grid of frames. See the FRAMESET element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Since:
1.4, DOM Level 2
  • Method Details

    • getCols

      String getCols()
      The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.
    • setCols

      void setCols​(String cols)
    • getRows

      String getRows()
      The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.
    • setRows

      void setRows​(String rows)