NAME
Mozilla::DOM::NSHTMLAreaElement
Mozilla::DOM::NSHTMLAreaElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLAreaElement interface. This class inherits from Supports.
CLASS METHODS
$iid = Mozilla::DOM::NSHTMLAreaElement->GetIID()
Pass this to QueryInterface.
METHODS
$protocol = $nshtmlareaelement->GetProtocol()
Output:
$nshtmlareaelement->SetProtocol($protocol)
Input:
$host = $nshtmlareaelement->GetHost()
Output:
$nshtmlareaelement->SetHost($host)
Input:
$hostname = $nshtmlareaelement->GetHostname()
Output:
$nshtmlareaelement->SetHostname($hostname)
Input:
$pathname = $nshtmlareaelement->GetPathname()
Output:
$nshtmlareaelement->SetPathname($pathname)
Input:
$search = $nshtmlareaelement->GetSearch()
Output:
$nshtmlareaelement->SetSearch($search)
Input:
$port = $nshtmlareaelement->GetPort()
Output:
$nshtmlareaelement->SetPort($port)
Input:
$hash = $nshtmlareaelement->GetHash()
Output:
$nshtmlareaelement->SetHash($hash)
Input:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.