
Mozilla::DOM::AbstractView

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.

Pass this to QueryInterface.

Gets a Mozilla::DOM::DocumentView (not sure if this is necessary/useful).
See the DOM Level 2 Views spec.


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.