|
| HRESULT | elements ([out, retval] IDOMHTMLCollection **result) |
| |
| HRESULT | length ([out, retval] int *result) |
| |
| HRESULT | name ([out, retval] BSTR *result) |
| |
| HRESULT | setName ([in] BSTR name) |
| |
| HRESULT | acceptCharset ([out, retval] BSTR *result) |
| |
| HRESULT | setAcceptCharset ([in] BSTR acceptCharset) |
| |
| HRESULT | action ([out, retval] BSTR *result) |
| |
| HRESULT | setAction ([in] BSTR action) |
| |
| HRESULT | encType ([out, retval] BSTR *result) |
| |
| HRESULT | setEnctype ([out, retval] BSTR *encType) |
| |
| HRESULT | method ([out, retval] BSTR *method) |
| |
| HRESULT | setMethod ([in] BSTR method) |
| |
| HRESULT | target ([out, retval] BSTR *result) |
| |
| HRESULT | setTarget ([in] BSTR target) |
| |
| HRESULT | submit () |
| |
| HRESULT | reset () |
| |
| HRESULT | idName ([out, retval] BSTR *result) |
| |
| HRESULT | setIdName ([in] BSTR idName) |
| |
| HRESULT | title ([out, retval] BSTR *result) |
| |
| HRESULT | setTitle ([in] BSTR title) |
| |
| HRESULT | lang ([out, retval] BSTR *result) |
| |
| HRESULT | setLang ([in] BSTR lang) |
| |
| HRESULT | dir ([out, retval] BSTR *result) |
| |
| HRESULT | setDir ([in] BSTR dir) |
| |
| HRESULT | className ([out, retval] BSTR *result) |
| |
| HRESULT | setClassName ([in] BSTR className) |
| |
| HRESULT | innerHTML ([out, retval] BSTR *result) |
| |
| HRESULT | setInnerHTML ([in] BSTR html) |
| |
| HRESULT | innerText ([out, retval] BSTR *result) |
| |
| HRESULT | setInnerText ([in] BSTR text) |
| |
| HRESULT | tagName ([out, retval] BSTR *result) |
| |
| HRESULT | getAttribute ([in] BSTR name, [out, retval] BSTR *result) |
| |
| HRESULT | setAttribute ([in] BSTR name, [in] BSTR value) |
| |
| HRESULT | removeAttribute ([in] BSTR name) |
| |
| HRESULT | getAttributeNode ([in] BSTR name, [out, retval] IDOMAttr **result) |
| |
| HRESULT | setAttributeNode ([in] IDOMAttr *newAttr, [out, retval] IDOMAttr **result) |
| |
| HRESULT | removeAttributeNode ([in] IDOMAttr *oldAttr, [out, retval] IDOMAttr **result) |
| |
| HRESULT | getElementsByTagName ([in] BSTR name, [out, retval] IDOMNodeList **result) |
| |
| HRESULT | getAttributeNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] BSTR *result) |
| |
| HRESULT | setAttributeNS ([in] BSTR namespaceURI, [in] BSTR qualifiedName, [in] BSTR value) |
| |
| HRESULT | removeAttributeNS ([in] BSTR namespaceURI, [in] BSTR localName) |
| |
| HRESULT | getAttributeNodeNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] IDOMAttr **result) |
| |
| HRESULT | setAttributeNodeNS ([in] IDOMAttr *newAttr, [out, retval] IDOMAttr **result) |
| |
| HRESULT | getElementsByTagNameNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] IDOMNodeList **result) |
| |
| HRESULT | hasAttribute ([in] BSTR name, [out, retval] BOOL *result) |
| |
| HRESULT | hasAttributeNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] BOOL *result) |
| |
| HRESULT | focus () |
| |
| HRESULT | blur () |
| |
| HRESULT | nodeName ([out, retval] BSTR *result) |
| |
| HRESULT | nodeValue ([out, retval] BSTR *result) |
| |
| HRESULT | setNodeValue ([in] BSTR value) |
| |
| HRESULT | nodeType ([out, retval] unsigned short *result) |
| |
| HRESULT | parentNode ([out, retval] IDOMNode **result) |
| |
| HRESULT | childNodes ([out, retval] IDOMNodeList **result) |
| |
| HRESULT | firstChild ([out, retval] IDOMNode **result) |
| |
| HRESULT | lastChild ([out, retval] IDOMNode **result) |
| |
| HRESULT | previousSibling ([out, retval] IDOMNode **result) |
| |
| HRESULT | nextSibling ([out, retval] IDOMNode **result) |
| |
| HRESULT | attributes ([out, retval] IDOMNamedNodeMap **result) |
| |
| HRESULT | ownerDocument ([out, retval] IDOMDocument **result) |
| |
| HRESULT | insertBefore ([in] IDOMNode *newChild, [in] IDOMNode *refChild, [out, retval] IDOMNode **result) |
| |
| HRESULT | replaceChild ([in] IDOMNode *newChild, [in] IDOMNode *oldChild, [out, retval] IDOMNode **result) |
| |
| HRESULT | removeChild ([in] IDOMNode *oldChild, [out, retval] IDOMNode **result) |
| |
| HRESULT | appendChild ([in] IDOMNode *oldChild, [out, retval] IDOMNode **result) |
| |
| HRESULT | hasChildNodes ([out, retval] BOOL *result) |
| |
| HRESULT | cloneNode ([in] BOOL deep, [out, retval] IDOMNode **result) |
| |
| HRESULT | normalize () |
| |
| HRESULT | isSupported ([in] BSTR feature, [in] BSTR version, [out, retval] BOOL *result) |
| |
| HRESULT | namespaceURI ([out, retval] BSTR *result) |
| |
| HRESULT | prefix ([out, retval] BSTR *result) |
| |
| HRESULT | setPrefix ([in] BSTR prefix) |
| |
| HRESULT | localName ([out, retval] BSTR *result) |
| |
| HRESULT | hasAttributes ([out, retval] BOOL *result) |
| |
| HRESULT | isSameNode ([in] IDOMNode *other, [out, retval] BOOL *result) |
| |
| HRESULT | isEqualNode ([in] IDOMNode *other, [out, retval] BOOL *result) |
| |
| HRESULT | textContent ([out, retval] BSTR *result) |
| |
| HRESULT | setTextContent ([in] BSTR text) |
| |
| 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) |
| |