| + | _convertValueToObjcValue:originRootObject:rootObject: | WebScriptObject(Private) | static |
| + | _convertValueToObjcValue:originRootObject:rootObject: | WebScriptObject(Private) | static |
| - | _globalContextRef | WebScriptObject(Private) | |
| - | _globalContextRef | WebScriptObject(Private) | |
| - | _hasImp | WebScriptObject(Private) | |
| - | _hasImp | WebScriptObject(Private) | |
| - | _imp | WebScriptObject(Private) | |
| - | _imp | WebScriptObject(Private) | |
| - | _init | WebScriptObject(Private) | |
| - | _init | WebScriptObject(Private) | |
| - | _initializeScriptDOMNodeImp | WebScriptObject(Private) | |
| - | _initializeScriptDOMNodeImp | WebScriptObject(Private) | |
| - | _initWithJSObject:originRootObject:rootObject: | WebScriptObject(Private) | |
| - | _initWithJSObject:originRootObject:rootObject: | WebScriptObject(Private) | |
| _internal | DOMObject | protected |
| - | _originRootObject | WebScriptObject(Private) | |
| - | _originRootObject | WebScriptObject(Private) | |
| _private | WebScriptObject | protected |
| - | _rootObject | WebScriptObject(Private) | |
| - | _rootObject | WebScriptObject(Private) | |
| - | _setImp:originRootObject:rootObject: | WebScriptObject(Private) | |
| - | _setImp:originRootObject:rootObject: | WebScriptObject(Private) | |
| - | _setOriginRootObject:andRootObject: | WebScriptObject(Private) | |
| - | _setOriginRootObject:andRootObject: | WebScriptObject(Private) | |
| - | AddRef | DOMDocument | inline |
| - | adoptNode: | DOMDocument | |
| anchors | DOMDocument | |
| - | appendChild | DOMDocument | inline |
| IDOMDocument::appendChild([in] IDOMNode *oldChild, [out, retval] IDOMNode **result) | IDOMNode | |
| - | appendChild: | DOMNode | |
| applets | DOMDocument | |
| - | attributes | DOMDocument | inline |
| DOMNode::attributes | DOMNode | |
| IDOMDocument::attributes([out, retval] IDOMNamedNodeMap **result) | IDOMNode | |
| body | DOMDocument | |
| - | callWebScriptMethod | DOMDocument | inline |
| - | callWebScriptMethod | WebScriptObject | inline |
| IWebScriptObject::callWebScriptMethod([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) | IWebScriptObject | |
| - | callWebScriptMethod:withArguments: | WebScriptObject | |
| - | callWebScriptMethod:withArguments: | WebScriptObject | |
| - | caretRangeFromPoint:y: | DOMDocument(DOMDocumentPrivate) | |
| childElementCount | DOMDocument(DOMDocumentPrivate) | |
| - | childNodes | DOMDocument | inline |
| DOMNode::childNodes | DOMNode | |
| IDOMDocument::childNodes([out, retval] IDOMNodeList **result) | IDOMNode | |
| children | DOMDocument(DOMDocumentPrivate) | |
| - | cloneNode | DOMDocument | inline |
| IDOMDocument::cloneNode([in] BOOL deep, [out, retval] IDOMNode **result) | IDOMNode | |
| - | cloneNode: | DOMNode | |
| - | compareDocumentPosition: | DOMNode | |
| compatMode | DOMDocument(DOMDocumentPrivate) | |
| - | contains: | DOMNode | |
| contentType | DOMDocument(DOMDocumentPrivate) | |
| cookie | DOMDocument | |
| - | createAttribute | DOMDocument | |
| IDOMDocument::createAttribute([in] BSTR name, [out, retval] IDOMAttr **result) | IDOMDocument | |
| - | createAttribute: | DOMDocument | |
| - | createAttributeNS | DOMDocument | |
| IDOMDocument::createAttributeNS([in] BSTR namespaceURI, [in] BSTR qualifiedName, [out, retval] IDOMAttr **result) | IDOMDocument | |
| - | createAttributeNS:: | DOMDocument(DOMDocumentDeprecated) | |
| - | createAttributeNS:qualifiedName: | DOMDocument | |
| - | createCDATASection | DOMDocument | |
| IDOMDocument::createCDATASection([in] BSTR data, [out, retval] IDOMCDATASection **result) | IDOMDocument | |
| - | createCDATASection: | DOMDocument | |
| - | createComment | DOMDocument | |
| IDOMDocument::createComment([in] BSTR data, [out, retval] IDOMComment **result) | IDOMDocument | |
| - | createComment: | DOMDocument | |
| - | createDocumentFragment | DOMDocument | |
| - | createDocumentFragment | DOMDocument | |
| IDOMDocument::createDocumentFragment([out, retval] IDOMDocumentFragment **result) | IDOMDocument | |
| - | createElement | DOMDocument | |
| IDOMDocument::createElement([in] BSTR tagName, [out, retval] IDOMElement **result) | IDOMDocument | |
| - | createElement: | DOMDocument | |
| - | createElementNS | DOMDocument | |
| IDOMDocument::createElementNS([in] BSTR namespaceURI, [in] BSTR qualifiedName, [out, retval] IDOMElement **result) | IDOMDocument | |
| - | createElementNS:: | DOMDocument(DOMDocumentDeprecated) | |
| - | createElementNS:qualifiedName: | DOMDocument | |
| - | createEntityReference | DOMDocument | |
| IDOMDocument::createEntityReference([in] BSTR name, [out, retval] IDOMEntityReference **result) | IDOMDocument | |
| - | createEntityReference: | DOMDocument | |
| - | createEvent | DOMDocument | |
| IDOMDocumentEvent::createEvent([in] BSTR eventType, [out, retval] IDOMEvent **result) | IDOMDocumentEvent | |
| - | createEvent: | DOMDocument | |
| - | createExpression:: | DOMDocument(DOMDocumentDeprecated) | |
| - | createExpression:resolver: | DOMDocument | |
| + | createInstance | DOMDocument | static |
| - | createNodeIterator:::: | DOMDocument(DOMDocumentDeprecated) | |
| - | createNodeIterator:whatToShow:filter:expandEntityReferences: | DOMDocument | |
| - | createNSResolver: | DOMDocument | |
| - | createProcessingInstruction | DOMDocument | |
| IDOMDocument::createProcessingInstruction([in] BSTR target, [in] BSTR data, [out, retval] IDOMProcessingInstruction **result) | IDOMDocument | |
| - | createProcessingInstruction:: | DOMDocument(DOMDocumentDeprecated) | |
| - | createProcessingInstruction:data: | DOMDocument | |
| - | createRange | DOMDocument | |
| - | createTextNode | DOMDocument | |
| IDOMDocument::createTextNode([in] BSTR data, [out, retval] IDOMText **result) | IDOMDocument | |
| - | createTextNode: | DOMDocument | |
| - | createTreeWalker:::: | DOMDocument(DOMDocumentDeprecated) | |
| - | createTreeWalker:whatToShow:filter:expandEntityReferences: | DOMDocument | |
| currentScript | DOMDocument(DOMDocumentPrivate) | |
| defaultView | DOMDocument | |
| dir | DOMDocument(DOMDocumentPrivate) | |
| doctype | DOMDocument | |
| - | doctype | DOMDocument | |
| IDOMDocument::doctype([out, retval] IDOMDocumentType **result) | IDOMDocument | |
| - | document | DOMDocument | inline |
| documentElement | DOMDocument | |
| - | documentElement | DOMDocument | |
| IDOMDocument::documentElement([out, retval] IDOMElement **result) | IDOMDocument | |
| domain | DOMDocument | |
| - | DOMDocument | DOMDocument | protected |
| - | elementFromPoint:y: | DOMDocument | |
| - | endPosition | DOMNode(VisiblePositionExtensions) | |
| - | evaluate::::: | DOMDocument(DOMDocumentDeprecated) | |
| - | evaluate:contextNode:resolver:type:inResult: | DOMDocument | |
| - | evaluateWebScript | DOMDocument | inline |
| IWebScriptObject::evaluateWebScript([in] BSTR script, [out, retval] VARIANT *result) | IWebScriptObject | |
| - | evaluateWebScript: | WebScriptObject | |
| - | evaluateWebScript: | WebScriptObject | |
| - | execCommand: | DOMDocument | |
| - | execCommand:userInterface: | DOMDocument | |
| - | execCommand:userInterface:value: | DOMDocument | |
| - | firstChild | DOMDocument | inline |
| DOMNode::firstChild | DOMNode | |
| IDOMDocument::firstChild([out, retval] IDOMNode **result) | IDOMNode | |
| firstElementChild | DOMDocument(DOMDocumentPrivate) | |
| forms | DOMDocument | |
| - | getComputedStyle | DOMDocument | |
| IDOMViewCSS::getComputedStyle([in] IDOMElement *elt, [in] BSTR pseudoElt, [out, retval] IDOMCSSStyleDeclaration **result) | IDOMViewCSS | |
| - | getComputedStyle:: | DOMDocument(DOMDocumentDeprecated) | |
| - | getComputedStyle:pseudoElement: | DOMDocument | |
| - | getElementById | DOMDocument | |
| IDOMDocument::getElementById([in] BSTR elementId, [out, retval] IDOMElement **result) | IDOMDocument | |
| - | getElementById: | DOMDocument | |
| - | getElementsByClassName: | DOMDocument | |
| - | getElementsByName: | DOMDocument | |
| - | getElementsByTagName | DOMDocument | |
| IDOMDocument::getElementsByTagName([in] BSTR tagName, [out, retval] IDOMNodeList **result) | IDOMDocument | |
| - | getElementsByTagName: | DOMDocument | |
| - | getElementsByTagNameNS | DOMDocument | |
| IDOMDocument::getElementsByTagNameNS([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] IDOMNodeList **result) | IDOMDocument | |
| - | getElementsByTagNameNS:: | DOMDocument(DOMDocumentDeprecated) | |
| - | getElementsByTagNameNS:localName: | DOMDocument | |
| - | getMatchedCSSRules:pseudoElement: | DOMDocument | |
| - | getMatchedCSSRules:pseudoElement:authorOnly: | DOMDocument | |
| - | getOverrideStyle:: | DOMDocument(DOMDocumentDeprecated) | |
| - | getOverrideStyle:pseudoElement: | DOMDocument | |
| - | hasAttributes | DOMDocument | inline |
| - | hasAttributes | DOMNode | |
| IDOMDocument::hasAttributes([out, retval] BOOL *result) | IDOMNode | |
| - | hasChildNodes | DOMDocument | inline |
| - | hasChildNodes | DOMNode | |
| IDOMDocument::hasChildNodes([out, retval] BOOL *result) | IDOMNode | |
| - | hasWebScriptKey: | WebScriptObject(StagedForPublic) | |
| - | hasWebScriptKey: | WebScriptObject(StagedForPublic) | |
| - | hasWebScriptKey: | WebScriptObject(StagedForPublic) | |
| head | DOMDocument(DOMDocumentPrivate) | |
| hidden | DOMDocument(DOMDocumentPrivate) | |
| images | DOMDocument | |
| implementation | DOMDocument | |
| - | implementation | DOMDocument | |
| IDOMDocument::implementation([out, retval] IDOMImplementation **result) | IDOMDocument | |
| - | importNode | DOMDocument | |
| IDOMDocument::importNode([in] IDOMNode *importedNode, [in] BOOL deep, [out, retval] IDOMNode **result) | IDOMDocument | |
| - | importNode:: | DOMDocument(DOMDocumentDeprecated) | |
| - | importNode:deep: | DOMDocument | |
| - | insertBefore | DOMDocument | inline |
| IDOMDocument::insertBefore([in] IDOMNode *newChild, [in] IDOMNode *refChild, [out, retval] IDOMNode **result) | IDOMNode | |
| - | insertBefore:: | DOMNode(DOMNodeDeprecated) | |
| - | insertBefore:refChild: | DOMNode | |
| - | inspect | DOMNode(DOMNodePrivate) | |
| isConnected | DOMNode(DOMNodePrivate) | |
| - | isDefaultNamespace: | DOMNode | |
| - | isEqualNode | DOMDocument | inline |
| IDOMDocument::isEqualNode([in] IDOMNode *other, [out, retval] BOOL *result) | IDOMNode | |
| - | isEqualNode: | DOMNode | |
| - | isSameNode | DOMDocument | inline |
| IDOMDocument::isSameNode([in] IDOMNode *other, [out, retval] BOOL *result) | IDOMNode | |
| - | isSameNode: | DOMNode | |
| - | isSupported | DOMDocument | inline |
| IDOMDocument::isSupported([in] BSTR feature, [in] BSTR version, [out, retval] BOOL *result) | IDOMNode | |
| - | isSupported:: | DOMNode(DOMNodeDeprecated) | |
| - | isSupported:version: | DOMNode | |
| - | lastChild | DOMDocument | inline |
| DOMNode::lastChild | DOMNode | |
| IDOMDocument::lastChild([out, retval] IDOMNode **result) | IDOMNode | |
| lastElementChild | DOMDocument(DOMDocumentPrivate) | |
| links | DOMDocument | |
| - | localName | DOMDocument | inline |
| DOMNode::localName | DOMNode | |
| IDOMDocument::localName([out, retval] BSTR *result) | IDOMNode | |
| - | lookupNamespaceURI: | DOMNode | |
| - | lookupPrefix: | DOMNode | |
| m_document | DOMDocument | protected |
| m_refCount | WebScriptObject | protected |
| - | namespaceURI | DOMDocument | inline |
| DOMNode::namespaceURI | DOMNode | |
| IDOMDocument::namespaceURI([out, retval] BSTR *result) | IDOMNode | |
| - | nextSibling | DOMDocument | inline |
| DOMNode::nextSibling | DOMNode | |
| IDOMDocument::nextSibling([out, retval] IDOMNode **result) | IDOMNode | |
| - | nodeName | DOMDocument | inline |
| DOMNode::nodeName | DOMNode | |
| IDOMDocument::nodeName([out, retval] BSTR *result) | IDOMNode | |
| - | nodeType | DOMDocument | inline |
| DOMNode::nodeType | DOMNode | |
| IDOMDocument::nodeType([out, retval] unsigned short *result) | IDOMNode | |
| - | nodeValue | DOMDocument | inline |
| DOMNode::nodeValue | DOMNode | |
| IDOMDocument::nodeValue([out, retval] BSTR *result) | IDOMNode | |
| - | normalize | DOMDocument | inline |
| - | NS_UNAVAILABLE | DOMObject | |
| origin | DOMDocument(DOMDocumentPrivate) | |
| - | ownerDocument | DOMDocument | inline |
| DOMNode::ownerDocument | DOMNode | |
| IDOMDocument::ownerDocument([out, retval] IDOMDocument **result) | IDOMNode | |
| - | parentNode | DOMDocument | inline |
| DOMNode::parentNode | DOMNode | |
| IDOMDocument::parentNode([out, retval] IDOMNode **result) | IDOMNode | |
| - | prefix | DOMDocument | inline |
| DOMNode::prefix | DOMNode | |
| IDOMDocument::prefix([out, retval] BSTR *result) | IDOMNode | |
| - | previousSibling | DOMDocument | inline |
| DOMNode::previousSibling | DOMNode | |
| IDOMDocument::previousSibling([out, retval] IDOMNode **result) | IDOMNode | |
| - | queryCommandEnabled: | DOMDocument | |
| - | queryCommandIndeterm: | DOMDocument | |
| - | queryCommandState: | DOMDocument | |
| - | queryCommandSupported: | DOMDocument | |
| - | queryCommandValue: | DOMDocument | |
| - | QueryInterface | DOMDocument | |
| - | querySelector: | DOMDocument | |
| - | querySelectorAll: | DOMDocument | |
| referrer | DOMDocument | |
| - | Release | DOMDocument | inline |
| - | removeChild | DOMDocument | inline |
| IDOMDocument::removeChild([in] IDOMNode *oldChild, [out, retval] IDOMNode **result) | IDOMNode | |
| - | removeChild: | DOMNode | |
| - | removeWebScriptKey | DOMDocument | inline |
| IWebScriptObject::removeWebScriptKey([in] BSTR name) | IWebScriptObject | |
| - | removeWebScriptKey: | WebScriptObject | |
| - | removeWebScriptKey: | WebScriptObject | |
| - | replaceChild | DOMDocument | inline |
| IDOMDocument::replaceChild([in] IDOMNode *newChild, [in] IDOMNode *oldChild, [out, retval] IDOMNode **result) | IDOMNode | |
| - | replaceChild:: | DOMNode(DOMNodeDeprecated) | |
| - | replaceChild:oldChild: | DOMNode | |
| + | scriptObjectForJSObject:originRootObject:rootObject: | WebScriptObject(Private) | static |
| + | scriptObjectForJSObject:originRootObject:rootObject: | WebScriptObject(Private) | static |
| scrollingElement | DOMDocument(DOMDocumentPrivate) | |
| - | setException | DOMDocument | inline |
| IWebScriptObject::setException([in] BSTR description) | IWebScriptObject | |
| - | setException: | WebScriptObject | |
| - | setException: | WebScriptObject | |
| - | setNodeValue | DOMDocument | inline |
| IDOMDocument::setNodeValue([in] BSTR value) | IDOMNode | |
| - | setPrefix | DOMDocument | inline |
| IDOMDocument::setPrefix([in] BSTR prefix) | IDOMNode | |
| - | setTextContent | DOMDocument | inline |
| IDOMDocument::setTextContent([in] BSTR text) | IDOMNode | |
| - | setWebScriptValueAtIndex | DOMDocument | inline |
| IWebScriptObject::setWebScriptValueAtIndex([in] unsigned int index, [in] VARIANT val) | IWebScriptObject | |
| - | setWebScriptValueAtIndex:value: | WebScriptObject | |
| - | setWebScriptValueAtIndex:value: | WebScriptObject | |
| - | startPosition | DOMNode(VisiblePositionExtensions) | |
| - | stringRepresentation | DOMDocument | inline |
| - | stringRepresentation | WebScriptObject | |
| IWebScriptObject::stringRepresentation([out, retval] BSTR *stringRepresentation) | IWebScriptObject | |
| styleSheets | DOMDocument | |
| - | textContent | DOMDocument | inline |
| IDOMDocument::textContent([out, retval] BSTR *result) | IDOMNode | |
| - | throwException | DOMDocument | inline |
| IWebScriptObject::throwException([in] BSTR exceptionMessage, [out, retval] BOOL *result) | IWebScriptObject | |
| + | throwException: | WebScriptObject | static |
| + | throwException: | WebScriptObject | static |
| title | DOMDocument | |
| URL | DOMDocument | |
| - | URLWithAttributeString: | DOMDocument(WebDOMDocumentOperations) | |
| visibilityState | DOMDocument(DOMDocumentPrivate) | |
| webArchive | DOMNode(WebDOMNodeOperations) | |
| - | webArchiveByFilteringSubframes: | DOMNode(WebDOMNodeOperationsPrivate) | |
| webFrame | DOMDocument(WebDOMDocumentOperations) | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMDocument | |
| - | WEBKIT_AVAILABLE_MAC | DOMObject(DOMLinkStyle) | |
| webkitCurrentFullScreenElement | DOMDocument(DOMDocumentPrivate) | |
| - | webkitExitFullscreen | DOMDocument(DOMDocumentPrivate) | |
| webkitFullscreenElement | DOMDocument(DOMDocumentPrivate) | |
| webkitFullscreenEnabled | DOMDocument(DOMDocumentPrivate) | |
| webkitFullScreenKeyboardInputAllowed | DOMDocument(DOMDocumentPrivate) | |
| webkitIsFullScreen | DOMDocument(DOMDocumentPrivate) | |
| - | WebScriptObject | WebScriptObject | |
| - | WebScriptObject | WebScriptObject | inline |
| - | webScriptValueAtIndex | DOMDocument | inline |
| IWebScriptObject::webScriptValueAtIndex([in] unsigned int index, [out, retval] VARIANT *result) | IWebScriptObject | |
| - | webScriptValueAtIndex: | WebScriptObject | |
| - | webScriptValueAtIndex: | WebScriptObject | |
| - | ~DOMDocument | DOMDocument | protected |
| - | ~WebScriptObject | WebScriptObject | |
| - | ~WebScriptObject | WebScriptObject | inline |