=head1 NAME
Mozilla::DOM::HTMLOptionElement
=for object Mozilla::DOM::HTMLOptionElement
Mozilla::DOM::HTMLOptionElement is a wrapper around an instance of Mozilla's
nsIDOMHTMLOptionElement interface. This class inherits from
L.
* The nsIDOMHTMLOptionElement interface is the interface to a [X]HTML
* option 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::HTMLOptionElement->B()
Pass this to QueryInterface.
=head1 METHODS
=head2 $bool = $htmloptionelement->B()
=head2 $bool = $htmloptionelement->B()
=head2 $form = $htmloptionelement->B()
=head2 $index = $htmloptionelement->B()
=head2 $label = $htmloptionelement->B()
=head2 $bool = $htmloptionelement->B()
=head2 $text = $htmloptionelement->B()
=head2 $value = $htmloptionelement->B()
=head2 $htmloptionelement->B($defaultselected)
=over
=over
=item * $defaultselected (boolean)
=back
=back
=head2 $htmloptionelement->B($disabled)
=over
=over
=item * $disabled (boolean)
=back
=back
=head2 $htmloptionelement->B($label)
=over
=over
=item * $label (string)
=back
=back
=head2 $htmloptionelement->B($selected)
=over
=over
=item * $selected (boolean)
=back
=back
=head2 $htmloptionelement->B($value)
=over
=over
=item * $value (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