Class HtmlFrameSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlFrameSet
    extends HtmlElement
    Wrapper for the HTML element "frameset".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Method Detail

      • getRowsAttribute

        public final java.lang.String getRowsAttribute()
        Returns the value of the attribute rows. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute rows or an empty string if that attribute isn't defined
      • getColsAttribute

        public final java.lang.String getColsAttribute()
        Returns the value of the attribute cols. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute cols or an empty string if that attribute isn't defined
      • getOnLoadAttribute

        public final java.lang.String getOnLoadAttribute()
        Returns the value of the attribute onload. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute onload or an empty string if that attribute isn't defined
      • getOnUnloadAttribute

        public final java.lang.String getOnUnloadAttribute()
        Returns the value of the attribute onunload. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute onunload or an empty string if that attribute isn't defined