DOMHTMLObjectElement Additions Reference

Inherits from
DOMHTMLElement : DOMElement : DOMNode : DOMObject : WebScriptObject : NSObject
Conforms to
DOMEventTarget (DOMNode)
NSCopying (DOMObject)
NSObject (NSObject)
Framework
/System/Library/Frameworks/WebKit.framework
Availability
Available in Mac OS X v10.3.9 and later.
Declared in
WebDOMOperations.h
Companion guides
Safari Document Object Model Overview
WebKit Objective-C Programming Guide

Overview

These additions to the DOMHTMLObjectElement class facilitate communication between the DOM API and WebKit.

Tasks

Getting the Content Frame

Instance Methods

contentFrame

Returns the content frame of the element.

- (WebFrame *)contentFrame

Availability
  • Available in Mac OS X v10.3.9 and later.
Declared In
WebDOMOperations.h


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)