The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mozilla::DOM::DocumentView

DESCRIPTION

Mozilla::DOM::DocumentView is a wrapper around an instance of Mozilla's nsIDOMDocumentView interface. This inherits from Supports.

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$view = $docview->GetDefaultView

    Gets a Mozilla::DOM::AbstractView (not sure if this is necessary/useful).

    See the DOM Level 2 Views specification.

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.