|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMHTMLDocument.h>
Protected Member Functions | |
| () | - DOMHTMLDocument |
Protected Member Functions inherited from DOMDocument | |
| () | - DOMDocument |
| () | - ~DOMDocument |
| - DOMHTMLDocument | (WebCore::Document *) | d |
Reimplemented from DOMDocument.
| - (HRESULT) anchors | (_COM_Outptr_opt_ IDOMHTMLCollection **) | collection |
| - (virtual HRESULT STDMETHODCALLTYPE) appendChild | (_In_opt_ IDOMNode *) | oldChild | |
| (_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMDocument.
| - (HRESULT) applets | (_COM_Outptr_opt_ IDOMHTMLCollection **) | collection |
| - (virtual HRESULT STDMETHODCALLTYPE) attributes | (_COM_Outptr_opt_ IDOMNamedNodeMap **) | result |
Reimplemented from DOMDocument.
| - (HRESULT) body | (_COM_Outptr_opt_ IDOMHTMLElement **) | bodyElement |
| - (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
| (__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
| (int) | cArgs | ||
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) childNodes | (_COM_Outptr_opt_ IDOMNodeList **) | result |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (HRESULT) close |
Implements IDOMHTMLDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) close |
Implements IDOMHTMLDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createAttribute | (_In_ BSTR) | name | |
| (_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createAttributeNS | (_In_ BSTR) | namespaceURI | |
| (_In_ BSTR) | qualifiedName | ||
| (_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createCDATASection | (_In_ BSTR) | data | |
| (_COM_Outptr_opt_ IDOMCDATASection **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createComment | (_In_ BSTR) | data | |
| (_COM_Outptr_opt_ IDOMComment **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createDocumentFragment | (_COM_Outptr_opt_ IDOMDocumentFragment **) | result |
Reimplemented from DOMDocument.
| - (DOMDocumentFragment *) createDocumentFragmentWithMarkupString: | (NSString *) | markupString | |
| baseURL: | (10_5) | WEBKIT_AVAILABLE_MAC | |
Provided by category DOMHTMLDocument(DOMHTMLDocumentExtensions).
| - (DOMDocumentFragment *) createDocumentFragmentWithText: | (10_5) | WEBKIT_AVAILABLE_MAC |
Provided by category DOMHTMLDocument(DOMHTMLDocumentExtensions).
| - (virtual HRESULT STDMETHODCALLTYPE) createElement | (_In_ BSTR) | tagName | |
| (_COM_Outptr_opt_ IDOMElement **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createElementNS | (_In_ BSTR) | namespaceURI | |
| (_In_ BSTR) | qualifiedName | ||
| (_COM_Outptr_opt_ IDOMElement **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createEntityReference | (_In_ BSTR) | name | |
| (_COM_Outptr_opt_ IDOMEntityReference **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createProcessingInstruction | (_In_ BSTR) | target | |
| (_In_ BSTR) | data | ||
| (_COM_Outptr_opt_ IDOMProcessingInstruction **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) createTextNode | (_In_ BSTR) | data | |
| (_COM_Outptr_opt_ IDOMText **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) doctype | (_COM_Outptr_opt_ IDOMDocumentType **) | result |
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) documentElement | (_COM_Outptr_opt_ IDOMElement **) | result |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (HRESULT) forms | (_COM_Outptr_opt_ IDOMHTMLCollection **) | collection |
| - (virtual HRESULT STDMETHODCALLTYPE) getElementById | (_In_ BSTR) | elementId | |
| (_COM_Outptr_opt_ IDOMElement **) | result | ||
Reimplemented from DOMDocument.
| - (HRESULT) getElementById_ | (_In_ BSTR) | elementId | |
| (_COM_Outptr_opt_ IDOMElement **) | element | ||
| - (HRESULT) getElementsByName | (_In_ BSTR) | elementName | |
| (_COM_Outptr_opt_ IDOMNodeList **) | nodeList | ||
| - (virtual HRESULT STDMETHODCALLTYPE) getElementsByTagName | (_In_ BSTR) | tagName | |
| (_COM_Outptr_opt_ IDOMNodeList **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) getElementsByTagNameNS | (_In_ BSTR) | namespaceURI | |
| (_In_ BSTR) | localName | ||
| (_COM_Outptr_opt_ IDOMNodeList **) | result | ||
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (HRESULT) images | (_COM_Outptr_opt_ IDOMHTMLCollection **) | collection |
| - (virtual HRESULT STDMETHODCALLTYPE) implementation | (_COM_Outptr_opt_ IDOMImplementation **) | result |
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) importNode | (_In_opt_ IDOMNode *) | importedNode | |
| (BOOL) | deep | ||
| (_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) insertBefore | (_In_opt_ IDOMNode *) | newChild | |
| (_In_opt_ IDOMNode *) | refChild | ||
| (_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) isSupported | (_In_ BSTR) | feature | |
| (_In_ BSTR) | version | ||
| (_Out_ BOOL *) | result | ||
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (HRESULT) links | (_COM_Outptr_opt_ IDOMHTMLCollection **) | collection |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) nodeType | (_Out_ unsigned short *) | result |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) normalize |
Reimplemented from DOMDocument.
| - (HRESULT) open |
Implements IDOMHTMLDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) open |
Implements IDOMHTMLDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) ownerDocument | (_COM_Outptr_opt_ IDOMDocument **) | result |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) removeChild | (_In_opt_ IDOMNode *) | oldChild | |
| (_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) replaceChild | (_In_opt_ IDOMNode *) | newChild | |
| (_In_opt_ IDOMNode *) | oldChild | ||
| (_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMDocument.
| - (HRESULT) setBody | (_In_opt_ IDOMHTMLElement *) |
| - (HRESULT) setCookie | (_In_) | BSTR |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (HRESULT) setTitle | (_In_) | BSTR |
| - (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
| (VARIANT) | val | ||
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMDocument.
Reimplemented from DOMDocument.
| - (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
| (_Out_ BOOL *) | result | ||
Reimplemented from DOMDocument.
| - (DOMHTMLCollection* embeds) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (DOMHTMLCollection* plugins) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (DOMHTMLCollection* scripts) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (int width) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (int height) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (NSString* designMode) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (NSString* compatMode) WEBKIT_AVAILABLE_MAC | (10_6) |
| - (NSString* bgColor) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (NSString* fgColor) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (NSString* alinkColor) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (NSString* linkColor) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (10_6) WEBKIT_AVAILABLE_MAC |
JSObject
Reimplemented from DOMDocument.
| - (10_5) WEBKIT_AVAILABLE_MAC |
JSObject
Reimplemented from DOMDocument.
| - (10_5) WEBKIT_AVAILABLE_MAC |
JSObject
Reimplemented from DOMDocument.
| - (NSString* vlinkColor) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMDocument.
1.8.13