Class HTMLFrameSetElementImpl

    • Constructor Detail

      • HTMLFrameSetElementImpl

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

      • 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