import"DOMCore.idl";
|
HRESULT | getNamedItem ([in] BSTR name, [out, retval] IDOMNode **result) |
|
HRESULT | setNamedItem ([in] IDOMNode *arg, [out, retval] IDOMNode **result) |
|
HRESULT | removeNamedItem ([in] BSTR name, [out, retval] IDOMNode **result) |
|
HRESULT | item ([in] UINT index, [out, retval] IDOMNode **result) |
|
HRESULT | length ([out, retval] UINT *result) |
|
HRESULT | getNamedItemNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] IDOMNode **result) |
|
HRESULT | setNamedItemNS ([in] IDOMNode *arg, [out, retval] IDOMNode **result) |
|
HRESULT | removeNamedItemNS ([in] BSTR namespaceURI, [in] BSTR localName, [out, retval] IDOMNode **result) |
|
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) |
|
◆ getNamedItem()
◆ getNamedItemNS()
HRESULT IDOMNamedNodeMap::getNamedItemNS |
( |
[in] BSTR |
namespaceURI, |
|
|
[in] BSTR |
localName, |
|
|
[out, retval] IDOMNode ** |
result |
|
) |
| |
◆ item()
HRESULT IDOMNamedNodeMap::item |
( |
[in] UINT |
index, |
|
|
[out, retval] IDOMNode ** |
result |
|
) |
| |
◆ length()
HRESULT IDOMNamedNodeMap::length |
( |
[out, retval] UINT * |
result | ) |
|
◆ removeNamedItem()
◆ removeNamedItemNS()
HRESULT IDOMNamedNodeMap::removeNamedItemNS |
( |
[in] BSTR |
namespaceURI, |
|
|
[in] BSTR |
localName, |
|
|
[out, retval] IDOMNode ** |
result |
|
) |
| |
◆ setNamedItem()
◆ setNamedItemNS()
The documentation for this interface was generated from the following file: