|
| DocumentType | createDocumentType (DOMString qualifiedName, DOMString publicId, DOMString systemId) |
| |
| XMLDocument | createDocument (DOMString? namespaceURI, [TreatNullAs=EmptyString] DOMString qualifiedName, optional DocumentType? doctype=null) |
| |
| HTMLDocument | createHTMLDocument (optional DOMString title) |
| |
| boolean | hasFeature () |
| |
| CSSStyleSheet | createCSSStyleSheet (optional DOMString title="undefined", optional DOMString media="undefined") |
| |
| BOOL | hasFeature:version: (NSString *feature, [version] 10_5 WEBKIT_AVAILABLE_MAC) |
| |
| DOMDocumentType * | createDocumentType:publicId:systemId: (NSString *qualifiedName, [publicId] NSString *publicId, [systemId] 10_5 WEBKIT_AVAILABLE_MAC) |
| |
| DOMDocument * | createDocument:qualifiedName:doctype: (NSString *namespaceURI, [qualifiedName] NSString *qualifiedName, [doctype] 10_5 WEBKIT_AVAILABLE_MAC) |
| |
| DOMCSSStyleSheet * | createCSSStyleSheet:media: (NSString *title, [media] 10_5 WEBKIT_AVAILABLE_MAC) |
| |
| DOMHTMLDocument * | createHTMLDocument: (10_5 WEBKIT_AVAILABLE_MAC) |
| |
| BOOL | hasFeature:: (NSString *feature, [] 10_4, 10_5 WEBKIT_DEPRECATED_MAC) |
| |
| DOMDocumentType * | createDocumentType::: (NSString *qualifiedName, [] NSString *publicId, [] 10_4, 10_5 WEBKIT_DEPRECATED_MAC) |
| |
| DOMDocument * | createDocument::: (NSString *namespaceURI, [] NSString *qualifiedName, [] 10_4, 10_5 WEBKIT_DEPRECATED_MAC) |
| |
| DOMCSSStyleSheet * | createCSSStyleSheet:: (NSString *title, [] 10_4, 10_5 WEBKIT_DEPRECATED_MAC) |
| |
| (instancetype) | - NS_UNAVAILABLE |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - AddRef |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - Release |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - throwException |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - callWebScriptMethod |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - evaluateWebScript |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - removeWebScriptKey |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - stringRepresentation |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - webScriptValueAtIndex |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - setWebScriptValueAtIndex |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - setException |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
| |
| (DOMStyleSheet *sheet) | - WEBKIT_AVAILABLE_MAC |
| |
| (10_5) | - WEBKIT_AVAILABLE_MAC |
| |
| (id) | - callWebScriptMethod:withArguments: |
| |
| (id) | - evaluateWebScript: |
| |
| (void) | - removeWebScriptKey: |
| |
| (NSString *) | - stringRepresentation |
| |
| (id) | - webScriptValueAtIndex: |
| |
| (void) | - setWebScriptValueAtIndex:value: |
| |
| (void) | - setException: |
| |
| (10_5) | - WEBKIT_AVAILABLE_MAC |
| |
| (id) | - callWebScriptMethod:withArguments: |
| |
| (id) | - evaluateWebScript: |
| |
| (void) | - removeWebScriptKey: |
| |
| (NSString *) | - stringRepresentation |
| |
| (id) | - webScriptValueAtIndex: |
| |
| (void) | - setWebScriptValueAtIndex:value: |
| |
| (void) | - setException: |
| |
| () | - WebScriptObject |
| |
| (virtual) | - ~WebScriptObject |
| |
| () | - WebScriptObject |
| |
| (virtual) | - ~WebScriptObject |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - callWebScriptMethod |
| |
| (id) | - _init |
| |
| (id) | - _init |
| |
| (id) | - _initWithJSObject:originRootObject:rootObject: |
| |
| (id) | - _initWithJSObject:originRootObject:rootObject: |
| |
| (void) | - _setImp:originRootObject:rootObject: |
| |
| (void) | - _setImp:originRootObject:rootObject: |
| |
| (void) | - _setOriginRootObject:andRootObject: |
| |
| (void) | - _setOriginRootObject:andRootObject: |
| |
| (void) | - _initializeScriptDOMNodeImp |
| |
| (void) | - _initializeScriptDOMNodeImp |
| |
| (JSC::JSObject *) | - _imp |
| |
| (JSC::JSObject *) | - _imp |
| |
| (BOOL) | - _hasImp |
| |
| (BOOL) | - _hasImp |
| |
| (JSC::Bindings::RootObject *) | - _rootObject |
| |
| (JSC::Bindings::RootObject *) | - _rootObject |
| |
| (JSC::Bindings::RootObject *) | - _originRootObject |
| |
| (JSC::Bindings::RootObject *) | - _originRootObject |
| |
| (JSGlobalContextRef) | - _globalContextRef |
| |
| (JSGlobalContextRef) | - _globalContextRef |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| HRESULT | throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result) |
| |
| HRESULT | callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) |
| |
| HRESULT | evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result) |
| |
| HRESULT | removeWebScriptKey ([in] BSTR name) |
| |
| HRESULT | stringRepresentation ([out, retval] BSTR *stringRepresentation) |
| |
| HRESULT | webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result) |
| |
| HRESULT | setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val) |
| |
| HRESULT | setException ([in] BSTR description) |
| |