Class HTMLFrameSetElementImpl

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

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

      • HTMLFrameSetElementImpl

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

      • getCols

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

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

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

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