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

NAME

Mozilla::DOM::NSHTMLHRElement

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

 * The nsIDOMNSHTMLHRElement interface contains extensions to the
 * interface for [X]HTML hr elements, for compatibility with IE.

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$color = $nshtmlhrelement->GetColor()

Output:

$color (string)

$nshtmlhrelement->SetColor($color)

Input:

$aColor (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.