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

NAME

Mozilla::DOM::NSHTMLSelectElement

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

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$retval = $nshtmlselectelement->Item($index)

Input:

$index (int)

Output:

$retval (Mozilla::DOM::Node)

$retval = $nshtmlselectelement->NamedItem($name)

Input:

$name (string)

Output:

$retval (Mozilla::DOM::Node)

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.