The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mozilla::DOM::NSHTMLOptionElement

Mozilla::DOM::NSHTMLOptionElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLOptionElement interface. This class inherits from Supports.

CLASS METHODS

$iid = Mozilla::DOM::NSHTMLOptionElement->GetIID()

Pass this to QueryInterface.

METHODS

$text = $nshtmloptionelement->GetText()

Output:

$text (string)

$nshtmloptionelement->SetText($text)

Input:

$aText (string)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

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