|
| HRESULT | startContainer ([out, retval] IDOMNode **node) |
| |
| HRESULT | startOffset ([out, retval] int *offset) |
| |
| HRESULT | endContainer ([out, retval] IDOMNode **node) |
| |
| HRESULT | endOffset ([out, retval] int *offset) |
| |
| HRESULT | collapsed ([out, retval] BOOL *result) |
| |
| HRESULT | commonAncestorContainer ([out, retval] IDOMNode **container) |
| |
| HRESULT | setStart ([in] IDOMNode *refNode, [in] int offset) |
| |
| HRESULT | setEnd ([in] IDOMNode *refNode, [in] int offset) |
| |
| HRESULT | setStartBefore ([in] IDOMNode *refNode) |
| |
| HRESULT | setStartAfter ([in] IDOMNode *refNode) |
| |
| HRESULT | setEndBefore ([in] IDOMNode *refNode) |
| |
| HRESULT | setEndAfter ([in] IDOMNode *refNode) |
| |
| HRESULT | collapse ([in] BOOL toStart) |
| |
| HRESULT | selectNode ([in] IDOMNode *refNode) |
| |
| HRESULT | selectNodeContents ([in] IDOMNode *refNode) |
| |
| HRESULT | compareBoundaryPoints ([in] unsigned short how, [in] IDOMRange *sourceRange) |
| |
| HRESULT | deleteContents () |
| |
| HRESULT | extractContents ([out, retval] IDOMDocumentFragment **fragment) |
| |
| HRESULT | cloneContents ([out, retval] IDOMDocumentFragment **fragment) |
| |
| HRESULT | insertNode ([in] IDOMNode *newNode) |
| |
| HRESULT | surroundContents ([in] IDOMNode *newParent) |
| |
| HRESULT | cloneRange ([out, retval] IDOMRange **range) |
| |
| HRESULT | toString ([out, retval] BSTR *str) |
| |
| HRESULT | detach () |
| |
| 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) |
| |