Class HtmlFrameSet

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

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

  • Method Details

    • getRowsAttribute

      public final 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 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 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 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