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

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:

$protocol (string)

$nshtmlanchorelement->SetProtocol($protocol)

Input:

$aProtocol (string)

$host = $nshtmlanchorelement->GetHost()

Output:

$host (string)

$nshtmlanchorelement->SetHost($host)

Input:

$aHost (string)

$hostname = $nshtmlanchorelement->GetHostname()

Output:

$hostname (string)

$nshtmlanchorelement->SetHostname($hostname)

Input:

$aHostname (string)

$pathname = $nshtmlanchorelement->GetPathname()

Output:

$pathname (string)

$nshtmlanchorelement->SetPathname($pathname)

Input:

$aPathname (string)

$search = $nshtmlanchorelement->GetSearch()

Output:

$search (string)

$nshtmlanchorelement->SetSearch($search)

Input:

$aSearch (string)

$port = $nshtmlanchorelement->GetPort()

Output:

$port (string)

$nshtmlanchorelement->SetPort($port)

Input:

$aPort (string)

$hash = $nshtmlanchorelement->GetHash()

Output:

$hash (string)

$nshtmlanchorelement->SetHash($hash)

Input:

$aHash (string)

$text = $nshtmlanchorelement->GetText()

Output:

$text (string)

$retval = $nshtmlanchorelement->ToString()

Output:

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