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