The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Mozilla::DOM::HTMLFrameSetElement

=for object Mozilla::DOM::HTMLFrameSetElement

Mozilla::DOM::HTMLFrameSetElement is a wrapper around an instance of Mozilla's
nsIDOMHTMLFrameSetElement interface. This class inherits from
L<HTMLElement|Mozilla::DOM::HTMLElement>.

 * The nsIDOMHTMLFrameSetElement interface is the interface to a
 * [X]HTML frameset element.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-HTML/
 *
 * @status FROZEN

=head1 CLASS METHODS

=head2 $iid = Mozilla::DOM::HTMLFrameSetElement->B<GetIID>()

Pass this to QueryInterface.

=head1 METHODS

=head2 $cols = $htmlframesetelement->B<GetCols>()

=head2 $rows = $htmlframesetelement->B<GetRows>()

=head2 $htmlframesetelement->B<SetCols>($cols)

=over

=over

=item * $cols (string)

=back

=back

=head2 $htmlframesetelement->B<SetRows>($rows)

=over

=over

=item * $rows (string)

=back

=back

=head1 SEE ALSO

L<Mozilla::DOM>

=head1 COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL.  See L<Mozilla::DOM> for a full notice.

=cut