| Inherits from | DOMObject : WebScriptObject : NSObject |
| Conforms to | |
| Framework | /System/Library/Frameworks/WebKit.framework |
| Availability | Available in Mac OS X v10.3.9 and later. |
| Declared in | DOMExtensions.h WebDOMOperations.h |
| Companion guides |
Additions to the DOMNode class help convert the structured nodes of DOM content into a rich web-viewable form.
Returns a rectangle that bounds the onscreen rendering of the node.
- (NSRect)boundingBox
The rectangle that represents the bounding box of the onscreen rendering of the node.
DOMExtensions.hReturns the rectangles that bound each line of text in the node.
- (NSArray *)lineBoxRects
An array of rectangles, in which each rectangle represents the bounding box of a line of text in the node.
DOMExtensions.hReturns a web archive of the content of the node and its children.
- (WebArchive *)webArchive
A web archive of the content of the node and its children.
WebDOMOperations.hLast updated: 2009-02-04