Home | History | Annotate | Download | only in win

Lines Matching refs:BSTR

53         /* [in] */ BSTR exceptionMessage,
57 /* [in] */ BSTR name,
63 /* [in] */ BSTR script,
67 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); }
70 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
81 /* [in] */ BSTR description) { return DOMObject::setException(description); }
92 /* [in] */ BSTR name,
111 /* [in] */ BSTR exceptionMessage,
115 /* [in] */ BSTR name,
121 /* [in] */ BSTR script,
125 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); }
128 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
139 /* [in] */ BSTR description) { return DOMObject::setException(description); }
153 /* [in] */ BSTR name,
176 /* [in] */ BSTR exceptionMessage,
180 /* [in] */ BSTR name,
186 /* [in] */ BSTR script,
190 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); }
193 /* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringRepresentation); }
204 /* [in] */ BSTR description) { return DOMDocument::setException(description); }
208 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeName(result); }
211 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeValue(result); }
214 /* [in] */ BSTR value) { return setNodeValue(value); }
271 /* [in] */ BSTR feature,
272 /* [in] */ BSTR version,
276 /* [retval][out] */ BSTR *result) { return DOMDocument::namespaceURI(result); }
279 /* [retval][out] */ BSTR *result) { return DOMDocument::prefix(result); }
282 /* [in] */ BSTR prefix) { return DOMDocument::setPrefix(prefix); }
285 /* [retval][out] */ BSTR *result) { return DOMDocument::localName(result); }
299 /* [retval][out] */ BSTR* result) { return DOMDocument::textContent(result); }
302 /* [in] */ BSTR text) { return DOMDocument::setTextContent(text); }
315 /* [in] */ BSTR tagName,
322 /* [in] */ BSTR data,
326 /* [in] */ BSTR data,
330 /* [in] */ BSTR data,
334 /* [in] */ BSTR target,
335 /* [in] */ BSTR data,
339 /* [in] */ BSTR name,
343 /* [in] */ BSTR name,
347 /* [in] */ BSTR tagName,
356 /* [in] */ BSTR namespaceURI,
357 /* [in] */ BSTR qualifiedName,
361 /* [in] */ BSTR namespaceURI,
362 /* [in] */ BSTR qualifiedName,
366 /* [in] */ BSTR namespaceURI,
367 /* [in] */ BSTR localName,
371 /* [in] */ BSTR elementId,
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,
454 /* [in] */ BSTR name,
460 /* [in] */ BSTR script,
464 /* [in] */ BSTR name) { return DOMElement::removeWebScriptKey(name); }
467 /* [retval][out] */ BSTR* stringRepresentation) { return DOMElement::stringRepresentation(stringRepresentation); }
478 /* [in] */ BSTR description) { return DOMElement::setException(description); }
482 /* [retval][out] */ BSTR *result) { return DOMElement::nodeName(result); }
485 /* [retval][out] */ BSTR *result) { return DOMElement::nodeValue(result); }
488 /* [in] */ BSTR value) { return DOMElement::setNodeValue(value); }
545 /* [in] */ BSTR feature,
546 /* [in] */ BSTR version,
550 /* [retval][out] */ BSTR *result) { return DOMElement::namespaceURI(result); }
553 /* [retval][out] */ BSTR *result) { return DOMElement::prefix(result); }
556 /* [in] */ BSTR prefix) { return DOMElement::setPrefix(prefix); }
559 /* [retval][out] */ BSTR *result) { return DOMElement::localName(result); }
573 /* [retval][out] */ BSTR* result) { return DOMElement::textContent(result); }
576 /* [in] */ BSTR text) { return DOMElement::setTextContent(text); }
580 /* [retval][out] */ BSTR *result) { return DOMElement::tagName(result); }
583 /* [in] */ BSTR name,
584 /* [retval][out] */ BSTR *result) { return DOMElement::getAttribute(name, result); }
587 /* [in] */ BSTR name,
588 /* [in] */ BSTR value) { return DOMElement::setAttribute(name, value); }
591 /* [in] */ BSTR name) { return DOMElement::removeAttribute(name); }
594 /* [in] */ BSTR name,
606 /* [in] */ BSTR name,
610 /* [in] */ BSTR namespaceURI,
611 /* [in] */ BSTR localName,
612 /* [retval][out] */ BSTR *result) { return DOMElement::getAttributeNS(namespaceURI, localName, result); }
615 /* [in] */ BSTR namespaceURI,
616 /* [in] */ BSTR qualifiedName,
617 /* [in] */ BSTR value) { return DOMElement::setAttributeNS(namespaceURI, qualifiedName, value); }
620 /* [in] */ BSTR namespaceURI,
621 /* [in] */ BSTR localName) { return DOMElement::removeAttributeNS(namespaceURI, localName); }
624 /* [in] */ BSTR namespaceURI,
625 /* [in] */ BSTR localName,
633 /* [in] */ BSTR namespaceURI,
634 /* [in] */ BSTR localName,
638 /* [in] */ BSTR name,
642 /* [in] */ BSTR namespaceURI,
643 /* [in] */ BSTR localName,
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,
713 /* [in] */ BSTR name,
719 /* [in] */ BSTR script,
723 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
726 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
737 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
741 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
744 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
747 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
804 /* [in] */ BSTR feature,
805 /* [in] */ BSTR version,
809 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
812 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
815 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
818 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
832 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
835 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
839 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
842 /* [in] */ BSTR name,
843 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
846 /* [in] */ BSTR name,
847 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
850 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
853 /* [in] */ BSTR name,
865 /* [in] */ BSTR name,
869 /* [in] */ BSTR namespaceURI,
870 /* [in] */ BSTR localName,
871 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
874 /* [in] */ BSTR namespaceURI,
875 /* [in] */ BSTR qualifiedName,
876 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
879 /* [in] */ BSTR namespaceURI,
880 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
883 /* [in] */ BSTR namespaceURI,
884 /* [in] */ BSTR localName,
892 /* [in] */ BSTR namespaceURI,
893 /* [in] */ BSTR localName,
897 /* [in] */ BSTR name,
901 /* [in] */ BSTR namespaceURI,
902 /* [in] */ BSTR localName,
911 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
914 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
917 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
920 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
923 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
926 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
929 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
932 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
935 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
938 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
941 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
944 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
947 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
950 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
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,
1018 /* [in] */ BSTR name,
1024 /* [in] */ BSTR script,
1028 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1031 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1042 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1046 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1049 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1052 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1109 /* [in] */ BSTR feature,
1110 /* [in] */ BSTR version,
1114 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1117 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1120 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1123 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1137 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1140 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1144 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1147 /* [in] */ BSTR name,
1148 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1151 /* [in] */ BSTR name,
1152 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1155 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1158 /* [in] */ BSTR name,
1170 /* [in] */ BSTR name,
1174 /* [in] */ BSTR namespaceURI,
1175 /* [in] */ BSTR localName,
1176 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1179 /* [in] */ BSTR namespaceURI,
1180 /* [in] */ BSTR qualifiedName,
1181 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1184 /* [in] */ BSTR namespaceURI,
1185 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1188 /* [in] */ BSTR namespaceURI,
1189 /* [in] */ BSTR localName,
1197 /* [in] */ BSTR namespaceURI,
1198 /* [in] */ BSTR localName,
1202 /* [in] */ BSTR name,
1206 /* [in] */ BSTR namespaceURI,
1207 /* [in] */ BSTR localName,
1216 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1219 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1222 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1225 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1228 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1231 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1234 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1237 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1240 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1243 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1246 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1249 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1252 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1255 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
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,
1342 /* [in] */ BSTR name,
1348 /* [in] */ BSTR script,
1352 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1355 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1366 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1370 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1373 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1376 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1433 /* [in] */ BSTR feature,
1434 /* [in] */ BSTR version,
1438 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1441 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1444 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1447 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1461 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1464 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1468 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1471 /* [in] */ BSTR name,
1472 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1475 /* [in] */ BSTR name,
1476 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1479 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1482 /* [in] */ BSTR name,
1494 /* [in] */ BSTR name,
1498 /* [in] */ BSTR namespaceURI,
1499 /* [in] */ BSTR localName,
1500 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1503 /* [in] */ BSTR namespaceURI,
1504 /* [in] */ BSTR qualifiedName,
1505 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1508 /* [in] */ BSTR namespaceURI,
1509 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1512 /* [in] */ BSTR namespaceURI,
1513 /* [in] */ BSTR localName,
1521 /* [in] */ BSTR namespaceURI,
1522 /* [in] */ BSTR localName,
1526 /* [in] */ BSTR name,
1530 /* [in] */ BSTR namespaceURI,
1531 /* [in] */ BSTR localName,
1540 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1543 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1546 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1549 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1552 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1555 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1558 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1561 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1564 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1567 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1570 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1573 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1576 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1579 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
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,
1640 /* [in] */ BSTR name,
1646 /* [in] */ BSTR script,
1650 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1653 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1664 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1668 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1671 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1674 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1731 /* [in] */ BSTR feature,
1732 /* [in] */ BSTR version,
1736 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1739 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1742 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1745 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1759 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1762 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1766 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1769 /* [in] */ BSTR name,
1770 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1773 /* [in] */ BSTR name,
1774 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1777 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1780 /* [in] */ BSTR name,
1792 /* [in] */ BSTR name,
1796 /* [in] */ BSTR namespaceURI,
1797 /* [in] */ BSTR localName,
1798 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1801 /* [in] */ BSTR namespaceURI,
1802 /* [in] */ BSTR qualifiedName,
1803 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1806 /* [in] */ BSTR namespaceURI,
1807 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1810 /* [in] */ BSTR namespaceURI,
1811 /* [in] */ BSTR localName,
1819 /* [in] */ BSTR namespaceURI,
1820 /* [in] */ BSTR localName,
1824 /* [in] */ BSTR name,
1828 /* [in] */ BSTR namespaceURI,
1829 /* [in] */ BSTR localName,
1838 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1841 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1844 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1847 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1850 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1853 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1856 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1859 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1862 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1865 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1868 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1871 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1874 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1877 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
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,
2050 /* [in] */ BSTR name,
2056 /* [in] */ BSTR script,
2060 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
2063 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
2074 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
2078 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
2081 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
2084 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
2141 /* [in] */ BSTR feature,
2142 /* [in] */ BSTR version,
2146 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
2149 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
2152 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
2155 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
2169 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
2172 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
2176 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
2179 /* [in] */ BSTR name,
2180 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
2183 /* [in] */ BSTR name,
2184 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
2187 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
2190 /* [in] */ BSTR name,
2202 /* [in] */ BSTR name,
2206 /* [in] */ BSTR namespaceURI,
2207 /* [in] */ BSTR localName,
2208 BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
2211 /* [in] */ BSTR namespaceURI,
2212 /* [in] */ BSTR qualifiedName,
2213 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
2216 /* [in] */ BSTR namespaceURI,
2217 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
2220 /* [in] */ BSTR namespaceURI,
2221 /* [in] */ BSTR localName,
2229 /* [in] */ BSTR namespaceURI,
2230 /* [in] */ BSTR localName,
2234 /* [in] */ BSTR name,
2238 /* [in] */ BSTR namespaceURI,
2239 /* [in] */ BSTR localName,
2248 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
2251 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
2254 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
2257 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
2260 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
2263 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
2266 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
2269 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
2272 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
2275 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
2278 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
2281 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
2284 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
2287 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
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,
2375 /* [in] */ BSTR name,
2381 /* [in] */ BSTR script,
2385 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
2388 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
2399 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
2403 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
2406 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
2409 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
2466 /* [in] */ BSTR feature,
2467 /* [in] */ BSTR version,
2471 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
2474 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
2477 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
2480 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
2494 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
2497 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
2501 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
2504 /* [in] */ BSTR name,
2505 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
2508 /* [in] */ BSTR name,
2509 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
2512 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
2515 /* [in] */ BSTR name,
2527 /* [in] */ BSTR name,
2531 /* [in] */ BSTR namespaceURI,
2532 /* [in] */ BSTR localName,
2533 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
2536 /* [in] */ BSTR namespaceURI,
2537 /* [in] */ BSTR qualifiedName,
2538 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
2541 /* [in] */ BSTR namespaceURI,
2542 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
2545 /* [in] */ BSTR namespaceURI,
2546 /* [in] */ BSTR localName,
2554 /* [in] */ BSTR namespaceURI,
2555 /* [in] */ BSTR localName,
2559 /* [in] */ BSTR name,
2563 /* [in] */ BSTR namespaceURI,
2564 /* [in] */ BSTR localName,
2573 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
2576 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
2579 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
2582 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
2585 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
2588 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
2591 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
2594 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
2597 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
2600 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
2603 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
2606 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
2609 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
2612 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }