This article lists the symbols added to WebKit.framework in Mac OS X v10.5.
All of the classes with new symbols are listed alphabetically, with their new class, instance, and delegate methods described.
Complete reference information is available in the DOMCharacterData reference.
deleteData:length: | |
insertData:data: | |
replaceData:length:data: | |
substringData:length: |
Complete reference information is available in the DOMCSSMediaRule reference.
insertRule:index: |
Complete reference information is available in the DOMCSSPrimitiveValue reference.
setFloatValue:floatValue: | |
setStringValue:stringValue: |
Complete reference information is available in the DOMCSSStyleDeclaration reference.
getPropertyShorthand: | |
isPropertyImplicit: | |
setProperty:value:priority: |
Complete reference information is available in the DOMCSSStyleSheet reference.
insertRule:index: |
Complete reference information is available in the DOMDocument reference.
adoptNode: | |
createAttributeNS:qualifiedName: | |
createElementNS:qualifiedName: | |
createExpression:resolver: | |
createNodeIterator:whatToShow:filter: expandEntityReferences: | |
createNSResolver: | |
createProcessingInstruction:data: | |
createTreeWalker:whatToShow:filter: expandEntityReferences: | |
evaluate:contextNode:resolver:type:inResult: | |
getComputedStyle:pseudoElement: | |
getElementsByTagNameNS:localName: | |
getMatchedCSSRules:pseudoElement: | |
getMatchedCSSRules:pseudoElement:authorOnly: | |
getOverrideStyle:pseudoElement: | |
importNode:deep: |
Complete reference information is available in the DOMElement reference.
blur | |
focus | |
getAttributeNodeNS:localName: | |
getAttributeNS:localName: | |
getElementsByTagNameNS:localName: | |
hasAttributeNS:localName: | |
image | Returns an image associated with the receiver. |
removeAttributeNS:localName: | |
scrollIntoView: | |
scrollIntoViewIfNeeded: | |
setAttribute:value: | |
setAttributeNS:qualifiedName:value: |
Complete reference information is available in the DOMEvent reference.
initEvent:canBubbleArg:cancelableArg: |
Complete reference information is available in the DOMHTMLDocument reference.
createDocumentFragmentWithMarkupString:baseURL: | Creates a document fragment containing the given HTML markup. |
createDocumentFragmentWithText: | Creates a document fragment containing the given text. |
Complete reference information is available in the DOMHTMLMarqueeElement reference.
start | |
stop |
Complete reference information is available in the DOMHTMLSelectElement reference.
add:before: |
Complete reference information is available in the DOMImplementation reference.
createCSSStyleSheet:media: | |
createDocument:qualifiedName:doctype: | |
createDocumentType:publicId:systemId: | |
createHTMLDocument: | |
hasFeature:version: |
Complete reference information is available in the DOMKeyboardEvent reference.
getModifierState: |
Complete reference information is available in the DOMMouseEvent reference.
initMouseEvent:canBubble:cancelable:view:detail: screenX:screenY:clientX:clientY:ctrlKey:altKey: shiftKey:metaKey:button:relatedTarget: |
Complete reference information is available in the DOMMutationEvent reference.
initMutationEvent:canBubble:cancelable: relatedNode:prevValue:newValue:attrName: attrChange: |
Complete reference information is available in the DOMNamedNodeMap reference.
getNamedItemNS:localName: | |
removeNamedItemNS:localName: |
Complete reference information is available in the DOMNode reference.
boundingBox | Returns a rectangle that bounds the onscreen rendering of the node. |
insertBefore:refChild: | |
isEqualNode: | |
isSameNode: | |
isSupported:version: | |
lineBoxRects | Returns the rectangles that bound each line of text in the node. |
replaceChild:oldChild: |
Complete reference information is available in the DOMOverflowEvent reference.
initOverflowEvent:horizontalOverflow: verticalOverflow: |
Complete reference information is available in the DOMRange reference.
compareBoundaryPoints:sourceRange: | |
setEnd:offset: | |
setStart:offset: |
Complete reference information is available in the DOMUIEvent reference.
initUIEvent:canBubble:cancelable:view:detail: |
Complete reference information is available in the DOMXPathExpression reference.
evaluate:type:inResult: |
Complete reference information is available in the DOMXPathResult reference.
iterateNext | |
snapshotItem: |
Complete reference information is available in the NSObject reference.
webView:createWebViewModalDialogWithRequest: | Creates a modal window containing a web view that loads the specified request. (required) |
webView:didClearWindowObject:forFrame: | Invoked when the JavaScript window object in a frame is ready for loading. (required) |
webView:drawFooterInRect: | Draws the web view’s footer in the specified rectangle. (required) |
webView:drawHeaderInRect: | Draws the web view’s header in the specified rectangle. (required) |
webView:printFrameView: | Prints the contents of a web frame view. (required) |
webView:runBeforeUnloadConfirmPanelWithMessage: initiatedByFrame: | Displays a confirmation panel containing the specified message before a window closes. (required) |
webView:runJavaScriptAlertPanelWithMessage: initiatedByFrame: | Displays a JavaScript alert panel containing the specified message. (required) |
webView:runJavaScriptConfirmPanelWithMessage: initiatedByFrame: | Displays a JavaScript confirmation panel with the specified message. (required) |
webView:runJavaScriptTextInputPanelWithPrompt: defaultText:initiatedByFrame: | Displays a JavaScript text input panel and returns the entered text. (required) |
webViewFooterHeight: | Returns the height of the web view’s printed page footer. (required) |
webViewHeaderHeight: | Returns the height of the web view’s printed page header. (required) |
webViewRunModal: | Displays a web view in a modal window. (required) |
Complete reference information is available in the WebFrame reference.
globalContext | Returns the global JavaScript execution context for bridging between the WebKit and JavaScriptCore C API. |
windowObject | Returns the JavaScript window object. |
Complete reference information is available in the WebFrameView reference.
canPrintHeadersAndFooters | Returns a Boolean value indicating whether the receiver can print headers and footers. |
documentViewShouldHandlePrint | Returns a Boolean value indicating whether the document view should handle a print operation. |
printDocumentView | Prints the receiver. |
printOperationWithPrintInfo: | Returns a print operation object to print this frame. |
Complete reference information is available in the WebPreferences reference.
setUsesPageCache: | Sets whether the web views associated with the receiver should use the shared page cache. |
usesPageCache | Returns whether the web views associated with the receiver should use the shared page cache. |
Complete reference information is available in the WebScriptObject reference.
JSObject | Returns the JavaScript object corresponding to the receiver. |
Complete reference information is available in the WebView reference.
registerURLSchemeAsLocal: | Adds the specified URL scheme to the list of local schemes. |
canMakeTextStandardSize | Returns whether the current text size is a multiple of 1. |
close | Closes the web view when it’s no longer needed. |
drawsBackground | Returns whether the web view draws a background. |
isLoading | Returns whether the web view is loading content. |
mainFrameDocument | Returns the DOM document for the main frame. |
mainFrameIcon | Returns the site’s favicon. |
mainFrameTitle | Returns the HTML title of the loaded page. |
mainFrameURL | Returns the URL that the main frame loads. |
maintainsInactiveSelection | Returns whether the selection is maintained when focus is lost. |
makeTextStandardSize: | Resets the text size to a multiple of 1. |
moveToBeginningOfSentence: | Moves the insertion point to the beginning of the current sentence. |
moveToBeginningOfSentenceAndModifySelection: | Moves the insertion point and extends the selection to the beginning of the current sentence. |
moveToEndOfSentence: | Moves the insertion point to the end of the current sentence. |
moveToEndOfSentenceAndModifySelection: | Moves the insertion point and extends the selection to the end of the current sentence. |
selectedFrame | Returns the frame with the active selection. |
selectSentence: | Selects the entire sentence around the insertion point. |
setDrawsBackground: | Sets whether a default background is drawn when the webpage has no background set. |
setMainFrameURL: | Sets the URL that the main frame loads. |
setShouldCloseWithWindow: | Sets whether the web view should close when its window or host window closes. |
shouldCloseWithWindow | Returns whether the web view should close when its window or host window closes. |
toggleContinuousSpellChecking: | Toggles whether continuous spell checking is available. |
toggleSmartInsertDelete: | Toggles whether spaces around selected words are inserted or deleted to preserve proper spacing and punctuation. |
All of the protocols with new symbols are listed alphabetically, with their new methods described.
Complete reference information is available in the DOMEventTarget reference.
addEventListener:listener:useCapture: | |
removeEventListener:listener:useCapture: |
Complete reference information is available in the DOMXPathNSResolver reference.
lookupNamespaceURI: |
All of the header files with new symbols are listed alphabetically, with their new symbols described.
All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.
bogusMethod: |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
absoluteLinkURL | |
href | |
hreflang | |
rel | |
rev |
All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.
item: | |
namedItem: |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
DOMRangeExceptionCode |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
DOMXPathException | |
DOMXPathExceptionCode |
All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.
NPN_PopPopupsEnabledState | |
NPN_PushPopupsEnabledState |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
NPCGRegion | |
NPDrawingModel | |
NPDrawingModelCoreGraphics | |
NPDrawingModelOpenGL | |
NPDrawingModelQuickDraw | |
NPNVpluginDrawingModel | |
NPNVsupportsCoreGraphicsBool | |
NPNVsupportsOpenGLBool | |
NPNVsupportsQuickDrawBool | |
NPPVformValue | |
NPQDRegion |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
enumerate | |
NPN_EnumerateProcPtr | |
NPN_PopPopupsEnabledStateProcPtr | |
NPN_PushPopupsEnabledStateProcPtr | |
poppopupsenabledstate | |
pushpopupsenabledstate |
All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.
NPN_Enumerate |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
NPEnumerationFunctionPtr |
All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.
WebMenuItemPDFActualSize | Display a PDF document at its original size. |
WebMenuItemPDFAutoSize | Display a PDF document at a user-specified size. |
WebMenuItemPDFContinuous | Display all pages in a PDF document continuously, using a vertical scroll bar, if necessary. |
WebMenuItemPDFFacingPages | Display a PDF document two pages at a time. |
WebMenuItemPDFNextPage | Display the next page of a PDF document. |
WebMenuItemPDFPreviousPage | Display the previous page of a PDF document. |
WebMenuItemPDFSinglePage | Display a PDF document one page at a time. |
WebMenuItemPDFZoomIn | Scale up a PDF document. |
WebMenuItemPDFZoomOut | Scale down a PDF document. |
WebMenuItemTagLookUpInDictionary | Look up the current selection in the Dictionary. |
WebMenuItemTagOpenWithDefaultApplication | Open the current selection using the default application. |
WebMenuItemTagSearchInSpotlight | Search SpotLight for the current selection. |
WebMenuItemTagSearchWeb | Search the web for the current selection. |
Last updated: 2009-08-28