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

NAME

Mozilla::DOM::AbstractView

DESCRIPTION

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

Note: I think the only way to get an AbstractView is with UIEvent's GetView method.

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$docview = $view->GetDocument

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

    See the DOM Level 2 Views spec.

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.