| 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 | WebDOMOperations.h |
| Companion guides |
Additions to the DOMRange class facilitate communication between the DOM API and WebKit and help convert web content into standard markup form.
Returns a string in markup format corresponding to the content in the range.
- (NSString *)markupString
An entity-encoded string containing markup for content that falls within the specified DOM range.
WebDOMOperations.hReturns a web archive of the content in the range.
- (WebArchive *)webArchive
A web archive of all content that falls within the specified DOM range.
WebDOMOperations.h
Last updated: 2009-08-19