=head1 NAME
Mozilla::DOM::HTMLOListElement
=for object Mozilla::DOM::HTMLOListElement
Mozilla::DOM::HTMLOListElement is a wrapper around an instance of Mozilla's
nsIDOMHTMLOListElement interface. This class inherits from
L.
* The nsIDOMHTMLOListElement interface is the interface to a [X]HTML
* ol 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::HTMLOListElement->B()
Pass this to QueryInterface.
=head1 METHODS
=head2 $bool = $htmlolistelement->B()
=head2 $start = $htmlolistelement->B()
=head2 $type = $htmlolistelement->B()
=head2 $htmlolistelement->B($compact)
=over
=over
=item * $compact (boolean)
=back
=back
=head2 $htmlolistelement->B($start)
=over
=over
=item * $start (integer (long))
=back
=back
=head2 $htmlolistelement->B($type)
=over
=over
=item * $type (string)
=back
=back
=head1 SEE ALSO
L
=head1 COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See L for a full notice.
=cut