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
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.