| 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
WebDOMOperations.hReturns a string corresponding to the content in the range.
- (NSString *)text
Returns a web archive of the content in the range.
- (WebArchive *)webArchive
WebDOMOperations.h
Last updated: 2006-07-31