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

NAME

Mozilla::DOM::NSDocument

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

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$characterset = $nsdocument->GetCharacterSet()

$dir = $nsdocument->GetDir()

$nsdocument->SetDir($dir)

$location = $nsdocument->GetLocation()

$location (Mozilla::DOM::Location)

$title = $nsdocument->GetTitle()

$nsdocument->SetTitle($title)

$contenttype = $nsdocument->GetContentType()

$lastmodified = $nsdocument->GetLastModified()

$referrer = $nsdocument->GetReferrer()

$retval = $nsdocument->GetBoxObjectFor($elt)

XXX: not implemented (nsIBoxObject not wrapped)

$nsdocument->SetBoxObjectFor($elt, $boxobject)

XXX: not implemented (nsIBoxObject not wrapped)

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.