• Home
  • Raw
  • Download

Lines Matching refs:BSTR

53         /* [in] */ BSTR exceptionMessage,  in throwException()
57 /* [in] */ BSTR name, in callWebScriptMethod()
63 /* [in] */ BSTR script, in evaluateWebScript()
67 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); } in removeWebScriptKey()
70 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRep… in stringRepresentation()
81 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException()
92 /* [in] */ BSTR name,
111 /* [in] */ BSTR exceptionMessage, in throwException()
115 /* [in] */ BSTR name, in callWebScriptMethod()
121 /* [in] */ BSTR script, in evaluateWebScript()
125 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); } in removeWebScriptKey()
128 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRep… in stringRepresentation()
139 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException()
153 /* [in] */ BSTR name,
176 /* [in] */ BSTR exceptionMessage, in throwException()
180 /* [in] */ BSTR name, in callWebScriptMethod()
186 /* [in] */ BSTR script, in evaluateWebScript()
190 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); } in removeWebScriptKey()
193 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringR… in stringRepresentation()
204 /* [in] */ BSTR description) { return DOMDocument::setException(description); } in setException()
208 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeName(result); } in nodeName()
211 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeValue(result); } in nodeValue()
214 /* [in] */ BSTR value) { return setNodeValue(value); } in setNodeValue()
271 /* [in] */ BSTR feature, in isSupported()
272 /* [in] */ BSTR version, in isSupported()
276 /* [retval][out] */ BSTR *result) { return DOMDocument::namespaceURI(result); } in namespaceURI()
279 /* [retval][out] */ BSTR *result) { return DOMDocument::prefix(result); } in prefix()
282 /* [in] */ BSTR prefix) { return DOMDocument::setPrefix(prefix); } in setPrefix()
285 /* [retval][out] */ BSTR *result) { return DOMDocument::localName(result); } in localName()
299 /* [retval][out] */ BSTR* result) { return DOMDocument::textContent(result); } in textContent()
302 /* [in] */ BSTR text) { return DOMDocument::setTextContent(text); } in setTextContent()
315 /* [in] */ BSTR tagName, in createElement()
322 /* [in] */ BSTR data, in createTextNode()
326 /* [in] */ BSTR data, in createComment()
330 /* [in] */ BSTR data, in createCDATASection()
334 /* [in] */ BSTR target, in createProcessingInstruction()
335 /* [in] */ BSTR data, in createProcessingInstruction()
339 /* [in] */ BSTR name, in createAttribute()
343 /* [in] */ BSTR name, in createEntityReference()
347 /* [in] */ BSTR tagName, in getElementsByTagName()
356 /* [in] */ BSTR namespaceURI, in createElementNS()
357 /* [in] */ BSTR qualifiedName, in createElementNS()
361 /* [in] */ BSTR namespaceURI, in createAttributeNS()
362 /* [in] */ BSTR qualifiedName, in createAttributeNS()
366 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
367 /* [in] */ BSTR localName, in getElementsByTagNameNS()
371 /* [in] */ BSTR elementId, in getElementById()
376 /* [retval][out] */ BSTR *result);
379 /* [in] */ BSTR title);
382 /* [retval][out] */ BSTR *result);
385 /* [retval][out] */ BSTR *result);
388 /* [retval][out] */ BSTR *result);
412 /* [retval][out] */ BSTR *result);
415 /* [in] */ BSTR cookie);
422 /* [in] */ BSTR text);
425 /* [in] */ BSTR text);
428 /* [in] */ BSTR elementId,
432 /* [in] */ BSTR elementName,
450 /* [in] */ BSTR exceptionMessage, in throwException()
454 /* [in] */ BSTR name, in callWebScriptMethod()
460 /* [in] */ BSTR script, in evaluateWebScript()
464 /* [in] */ BSTR name) { return DOMElement::removeWebScriptKey(name); } in removeWebScriptKey()
467 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMElement::stringRepresentation(stringRe… in stringRepresentation()
478 /* [in] */ BSTR description) { return DOMElement::setException(description); } in setException()
482 /* [retval][out] */ BSTR *result) { return DOMElement::nodeName(result); } in nodeName()
485 /* [retval][out] */ BSTR *result) { return DOMElement::nodeValue(result); } in nodeValue()
488 /* [in] */ BSTR value) { return DOMElement::setNodeValue(value); } in setNodeValue()
545 /* [in] */ BSTR feature, in isSupported()
546 /* [in] */ BSTR version, in isSupported()
550 /* [retval][out] */ BSTR *result) { return DOMElement::namespaceURI(result); } in namespaceURI()
553 /* [retval][out] */ BSTR *result) { return DOMElement::prefix(result); } in prefix()
556 /* [in] */ BSTR prefix) { return DOMElement::setPrefix(prefix); } in setPrefix()
559 /* [retval][out] */ BSTR *result) { return DOMElement::localName(result); } in localName()
573 /* [retval][out] */ BSTR* result) { return DOMElement::textContent(result); } in textContent()
576 /* [in] */ BSTR text) { return DOMElement::setTextContent(text); } in setTextContent()
580 /* [retval][out] */ BSTR *result) { return DOMElement::tagName(result); } in tagName()
583 /* [in] */ BSTR name, in getAttribute()
584 /* [retval][out] */ BSTR *result) { return DOMElement::getAttribute(name, result); } in getAttribute()
587 /* [in] */ BSTR name, in setAttribute()
588 /* [in] */ BSTR value) { return DOMElement::setAttribute(name, value); } in setAttribute()
591 /* [in] */ BSTR name) { return DOMElement::removeAttribute(name); } in removeAttribute()
594 /* [in] */ BSTR name, in getAttributeNode()
606 /* [in] */ BSTR name, in getElementsByTagName()
610 /* [in] */ BSTR namespaceURI, in getAttributeNS()
611 /* [in] */ BSTR localName, in getAttributeNS()
612 …/* [retval][out] */ BSTR *result) { return DOMElement::getAttributeNS(namespaceURI, localName, res… in getAttributeNS()
615 /* [in] */ BSTR namespaceURI, in setAttributeNS()
616 /* [in] */ BSTR qualifiedName, in setAttributeNS()
617 … /* [in] */ BSTR value) { return DOMElement::setAttributeNS(namespaceURI, qualifiedName, value); } in setAttributeNS()
620 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
621 … /* [in] */ BSTR localName) { return DOMElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
624 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
625 /* [in] */ BSTR localName, in getAttributeNodeNS()
633 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
634 /* [in] */ BSTR localName, in getElementsByTagNameNS()
638 /* [in] */ BSTR name, in hasAttribute()
642 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
643 /* [in] */ BSTR localName, in hasAttributeNS()
652 /* [retval][out] */ BSTR *result);
655 /* [in] */ BSTR idName);
658 /* [retval][out] */ BSTR *result);
661 /* [in] */ BSTR title);
664 /* [retval][out] */ BSTR *result);
667 /* [in] */ BSTR lang);
670 /* [retval][out] */ BSTR *result);
673 /* [in] */ BSTR dir);
676 /* [retval][out] */ BSTR *result);
679 /* [in] */ BSTR className);
682 /* [retval][out] */ BSTR *result);
685 /* [in] */ BSTR html);
688 /* [retval][out] */ BSTR *result);
691 /* [in] */ BSTR text);
709 /* [in] */ BSTR exceptionMessage, in throwException()
713 /* [in] */ BSTR name, in callWebScriptMethod()
719 /* [in] */ BSTR script, in evaluateWebScript()
723 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
726 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
737 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
741 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
744 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
747 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
804 /* [in] */ BSTR feature, in isSupported()
805 /* [in] */ BSTR version, in isSupported()
809 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
812 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
815 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
818 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
832 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
835 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
839 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
842 /* [in] */ BSTR name, in getAttribute()
843 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
846 /* [in] */ BSTR name, in setAttribute()
847 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
850 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
853 /* [in] */ BSTR name, in getAttributeNode()
865 /* [in] */ BSTR name, in getElementsByTagName()
869 /* [in] */ BSTR namespaceURI, in getAttributeNS()
870 /* [in] */ BSTR localName, in getAttributeNS()
871 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
874 /* [in] */ BSTR namespaceURI, in setAttributeNS()
875 /* [in] */ BSTR qualifiedName, in setAttributeNS()
876 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
879 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
880 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
883 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
884 /* [in] */ BSTR localName, in getAttributeNodeNS()
892 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
893 /* [in] */ BSTR localName, in getElementsByTagNameNS()
897 /* [in] */ BSTR name, in hasAttribute()
901 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
902 /* [in] */ BSTR localName, in hasAttributeNS()
911 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
914 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
917 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
920 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
923 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
926 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
929 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
932 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
935 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
938 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
941 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
944 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
947 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
950 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()
960 /* [retval][out] */ BSTR *result);
963 /* [in] */ BSTR name);
966 /* [retval][out] */ BSTR *result);
969 /* [in] */ BSTR acceptCharset);
972 /* [retval][out] */ BSTR *result);
975 /* [in] */ BSTR action);
978 /* [retval][out] */ BSTR *result);
981 /* [retval][out] */ BSTR *encType);
984 /* [retval][out] */ BSTR *method);
987 /* [in] */ BSTR method);
990 /* [retval][out] */ BSTR *result);
993 /* [in] */ BSTR target);
1014 /* [in] */ BSTR exceptionMessage, in throwException()
1018 /* [in] */ BSTR name, in callWebScriptMethod()
1024 /* [in] */ BSTR script, in evaluateWebScript()
1028 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
1031 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
1042 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
1046 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
1049 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
1052 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
1109 /* [in] */ BSTR feature, in isSupported()
1110 /* [in] */ BSTR version, in isSupported()
1114 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
1117 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
1120 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
1123 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
1137 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
1140 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
1144 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
1147 /* [in] */ BSTR name, in getAttribute()
1148 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
1151 /* [in] */ BSTR name, in setAttribute()
1152 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
1155 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
1158 /* [in] */ BSTR name, in getAttributeNode()
1170 /* [in] */ BSTR name, in getElementsByTagName()
1174 /* [in] */ BSTR namespaceURI, in getAttributeNS()
1175 /* [in] */ BSTR localName, in getAttributeNS()
1176 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1179 /* [in] */ BSTR namespaceURI, in setAttributeNS()
1180 /* [in] */ BSTR qualifiedName, in setAttributeNS()
1181 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
1184 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
1185 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
1188 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
1189 /* [in] */ BSTR localName, in getAttributeNodeNS()
1197 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
1198 /* [in] */ BSTR localName, in getElementsByTagNameNS()
1202 /* [in] */ BSTR name, in hasAttribute()
1206 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
1207 /* [in] */ BSTR localName, in hasAttributeNS()
1216 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
1219 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
1222 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
1225 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
1228 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
1231 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
1234 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
1237 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
1240 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
1243 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
1246 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
1249 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
1252 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
1255 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()
1259 /* [retval][out] */ BSTR *result);
1268 /* [retval][out] */ BSTR *result);
1271 /* [in] */ BSTR value);
1295 /* [retval][out] */ BSTR *result);
1298 /* [in] */ BSTR name);
1338 /* [in] */ BSTR exceptionMessage, in throwException()
1342 /* [in] */ BSTR name, in callWebScriptMethod()
1348 /* [in] */ BSTR script, in evaluateWebScript()
1352 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
1355 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
1366 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
1370 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
1373 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
1376 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
1433 /* [in] */ BSTR feature, in isSupported()
1434 /* [in] */ BSTR version, in isSupported()
1438 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
1441 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
1444 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
1447 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
1461 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
1464 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
1468 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
1471 /* [in] */ BSTR name, in getAttribute()
1472 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
1475 /* [in] */ BSTR name, in setAttribute()
1476 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
1479 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
1482 /* [in] */ BSTR name, in getAttributeNode()
1494 /* [in] */ BSTR name, in getElementsByTagName()
1498 /* [in] */ BSTR namespaceURI, in getAttributeNS()
1499 /* [in] */ BSTR localName, in getAttributeNS()
1500 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1503 /* [in] */ BSTR namespaceURI, in setAttributeNS()
1504 /* [in] */ BSTR qualifiedName, in setAttributeNS()
1505 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
1508 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
1509 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
1512 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
1513 /* [in] */ BSTR localName, in getAttributeNodeNS()
1521 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
1522 /* [in] */ BSTR localName, in getElementsByTagNameNS()
1526 /* [in] */ BSTR name, in hasAttribute()
1530 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
1531 /* [in] */ BSTR localName, in hasAttributeNS()
1540 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
1543 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
1546 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
1549 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
1552 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
1555 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
1558 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
1561 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
1564 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
1567 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
1570 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
1573 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
1576 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
1579 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()
1592 /* [retval][out] */ BSTR *result);
1604 /* [retval][out] */ BSTR *result);
1607 /* [in] */ BSTR label);
1616 /* [retval][out] */ BSTR *result);
1619 /* [in] */ BSTR value);
1636 /* [in] */ BSTR exceptionMessage, in throwException()
1640 /* [in] */ BSTR name, in callWebScriptMethod()
1646 /* [in] */ BSTR script, in evaluateWebScript()
1650 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
1653 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
1664 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
1668 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
1671 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
1674 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
1731 /* [in] */ BSTR feature, in isSupported()
1732 /* [in] */ BSTR version, in isSupported()
1736 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
1739 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
1742 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
1745 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
1759 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
1762 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
1766 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
1769 /* [in] */ BSTR name, in getAttribute()
1770 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
1773 /* [in] */ BSTR name, in setAttribute()
1774 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
1777 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
1780 /* [in] */ BSTR name, in getAttributeNode()
1792 /* [in] */ BSTR name, in getElementsByTagName()
1796 /* [in] */ BSTR namespaceURI, in getAttributeNS()
1797 /* [in] */ BSTR localName, in getAttributeNS()
1798 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
1801 /* [in] */ BSTR namespaceURI, in setAttributeNS()
1802 /* [in] */ BSTR qualifiedName, in setAttributeNS()
1803 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
1806 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
1807 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
1810 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
1811 /* [in] */ BSTR localName, in getAttributeNodeNS()
1819 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
1820 /* [in] */ BSTR localName, in getElementsByTagNameNS()
1824 /* [in] */ BSTR name, in hasAttribute()
1828 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
1829 /* [in] */ BSTR localName, in hasAttributeNS()
1838 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
1841 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
1844 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
1847 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
1850 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
1853 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
1856 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
1859 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
1862 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
1865 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
1868 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
1871 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
1874 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
1877 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()
1881 /* [retval][out] */ BSTR *result);
1884 /* [in] */ BSTR val);
1890 /* [in] */ BSTR checked);
1896 /* [retval][out] */ BSTR *result);
1899 /* [in] */ BSTR accept);
1902 /* [retval][out] */ BSTR *result);
1905 /* [in] */ BSTR key);
1908 /* [retval][out] */ BSTR *result);
1911 /* [in] */ BSTR align);
1914 /* [retval][out] */ BSTR *result);
1917 /* [in] */ BSTR alt);
1938 /* [retval][out] */ BSTR *name);
1941 /* [in] */ BSTR name);
1956 /* [retval][out] */ BSTR *result);
1959 /* [in] */ BSTR src);
1968 /* [retval][out] */ BSTR *result);
1971 /* [in] */ BSTR type);
1974 /* [retval][out] */ BSTR *result);
1977 /* [in] */ BSTR useMap);
1980 /* [retval][out] */ BSTR *result);
1983 /* [in] */ BSTR value);
2011 /* [in] */ BSTR replacementString,
2029 /* [in] */ BSTR value);
2046 /* [in] */ BSTR exceptionMessage, in throwException()
2050 /* [in] */ BSTR name, in callWebScriptMethod()
2056 /* [in] */ BSTR script, in evaluateWebScript()
2060 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
2063 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
2074 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
2078 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
2081 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
2084 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
2141 /* [in] */ BSTR feature, in isSupported()
2142 /* [in] */ BSTR version, in isSupported()
2146 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
2149 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
2152 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
2155 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
2169 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
2172 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
2176 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
2179 /* [in] */ BSTR name, in getAttribute()
2180 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
2183 /* [in] */ BSTR name, in setAttribute()
2184 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
2187 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
2190 /* [in] */ BSTR name, in getAttributeNode()
2202 /* [in] */ BSTR name, in getElementsByTagName()
2206 /* [in] */ BSTR namespaceURI, in getAttributeNS()
2207 /* [in] */ BSTR localName, in getAttributeNS()
2208 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
2211 /* [in] */ BSTR namespaceURI, in setAttributeNS()
2212 /* [in] */ BSTR qualifiedName, in setAttributeNS()
2213 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
2216 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
2217 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
2220 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
2221 /* [in] */ BSTR localName, in getAttributeNodeNS()
2229 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
2230 /* [in] */ BSTR localName, in getElementsByTagNameNS()
2234 /* [in] */ BSTR name, in hasAttribute()
2238 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
2239 /* [in] */ BSTR localName, in hasAttributeNS()
2248 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
2251 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
2254 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
2257 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
2260 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
2263 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
2266 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
2269 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
2272 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
2275 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
2278 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
2281 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
2284 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
2287 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()
2291 /* [retval][out] */ BSTR *result);
2294 /* [in] */ BSTR val);
2300 /* [retval][out] */ BSTR *result);
2303 /* [in] */ BSTR key);
2318 /* [retval][out] */ BSTR *name);
2321 /* [in] */ BSTR name);
2342 /* [retval][out] */ BSTR *result);
2345 /* [retval][out] */ BSTR *result);
2348 /* [in] */ BSTR value);
2371 /* [in] */ BSTR exceptionMessage, in throwException()
2375 /* [in] */ BSTR name, in callWebScriptMethod()
2381 /* [in] */ BSTR script, in evaluateWebScript()
2385 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); } in removeWebScriptKey()
2388 …/* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stri… in stringRepresentation()
2399 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException()
2403 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); } in nodeName()
2406 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
2409 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); } in setNodeValue()
2466 /* [in] */ BSTR feature, in isSupported()
2467 /* [in] */ BSTR version, in isSupported()
2471 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); } in namespaceURI()
2474 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); } in prefix()
2477 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); } in setPrefix()
2480 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); } in localName()
2494 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); } in textContent()
2497 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); } in setTextContent()
2501 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); } in tagName()
2504 /* [in] */ BSTR name, in getAttribute()
2505 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); } in getAttribute()
2508 /* [in] */ BSTR name, in setAttribute()
2509 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); } in setAttribute()
2512 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); } in removeAttribute()
2515 /* [in] */ BSTR name, in getAttributeNode()
2527 /* [in] */ BSTR name, in getElementsByTagName()
2531 /* [in] */ BSTR namespaceURI, in getAttributeNS()
2532 /* [in] */ BSTR localName, in getAttributeNS()
2533 …/* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName,… in getAttributeNS()
2536 /* [in] */ BSTR namespaceURI, in setAttributeNS()
2537 /* [in] */ BSTR qualifiedName, in setAttributeNS()
2538 …/* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value)… in setAttributeNS()
2541 /* [in] */ BSTR namespaceURI, in removeAttributeNS()
2542 … /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); } in removeAttributeNS()
2545 /* [in] */ BSTR namespaceURI, in getAttributeNodeNS()
2546 /* [in] */ BSTR localName, in getAttributeNodeNS()
2554 /* [in] */ BSTR namespaceURI, in getElementsByTagNameNS()
2555 /* [in] */ BSTR localName, in getElementsByTagNameNS()
2559 /* [in] */ BSTR name, in hasAttribute()
2563 /* [in] */ BSTR namespaceURI, in hasAttributeNS()
2564 /* [in] */ BSTR localName, in hasAttributeNS()
2573 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); } in idName()
2576 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); } in setIdName()
2579 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); } in title()
2582 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); } in setTitle()
2585 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); } in lang()
2588 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); } in setLang()
2591 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); } in dir()
2594 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); } in setDir()
2597 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); } in className()
2600 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); } in setClassName()
2603 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); } in innerHTML()
2606 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); } in setInnerHTML()
2609 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); } in innerText()
2612 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); } in setInnerText()