WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIDOMNSElement
| IID: | cea6f919-7fe6-4bdd-9db6-158d9283f8d3 |
| Inherits From: | nsISupports |
Methods
nsIDOMTextRectangle getBoundingClientRect ( )
nsIDOMTextRectangleList getClientRects ( )
nsIDOMNodeList getElementsByClassName ( DOMString classes )
nsIDOMTextRectangle getBoundingClientRect ( )
Returns the union of all rectangles in the getClientRects() list. Empty rectangles are ignored, except that if all rectangles are empty, we return an empty rectangle positioned at the top-left of the first rectangle in getClientRects().
nsIDOMTextRectangleList getClientRects ( )
nsIDOMNodeList getElementsByClassName ( DOMString classes )
- Arguments:
- classes
Reference documentation is generated from Mozilla's source.
