Lines Matching full:bstr
55 /* [in] */ BSTR exceptionMessage,
59 /* [in] */ BSTR name,
65 /* [in] */ BSTR script,
69 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); }
72 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
83 /* [in] */ BSTR description) { return DOMObject::setException(description); }
94 /* [in] */ BSTR name,
113 /* [in] */ BSTR exceptionMessage,
117 /* [in] */ BSTR name,
123 /* [in] */ BSTR script,
127 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); }
130 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
141 /* [in] */ BSTR description) { return DOMObject::setException(description); }
155 /* [in] */ BSTR name,
178 /* [in] */ BSTR exceptionMessage,
182 /* [in] */ BSTR name,
188 /* [in] */ BSTR script,
192 /* [in] */ BSTR name) { return DOMDocument::removeWebScriptKey(name); }
195 /* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringRepresentation); }
206 /* [in] */ BSTR description) { return DOMDocument::setException(description); }
210 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeName(result); }
213 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeValue(result); }
216 /* [in] */ BSTR value) { return setNodeValue(value); }
273 /* [in] */ BSTR feature,
274 /* [in] */ BSTR version,
278 /* [retval][out] */ BSTR *result) { return DOMDocument::namespaceURI(result); }
281 /* [retval][out] */ BSTR *result) { return DOMDocument::prefix(result); }
284 /* [in] */ BSTR prefix) { return DOMDocument::setPrefix(prefix); }
287 /* [retval][out] */ BSTR *result) { return DOMDocument::localName(result); }
301 /* [retval][out] */ BSTR* result) { return DOMDocument::textContent(result); }
304 /* [in] */ BSTR text) { return DOMDocument::setTextContent(text); }
317 /* [in] */ BSTR tagName,
324 /* [in] */ BSTR data,
328 /* [in] */ BSTR data,
332 /* [in] */ BSTR data,
336 /* [in] */ BSTR target,
337 /* [in] */ BSTR data,
341 /* [in] */ BSTR name,
345 /* [in] */ BSTR name,
349 /* [in] */ BSTR tagName,
358 /* [in] */ BSTR namespaceURI,
359 /* [in] */ BSTR qualifiedName,
363 /* [in] */ BSTR namespaceURI,
364 /* [in] */ BSTR qualifiedName,
368 /* [in] */ BSTR namespaceURI,
369 /* [in] */ BSTR localName,
373 /* [in] */ BSTR elementId,
378 /* [retval][out] */ BSTR *result);
381 /* [in] */ BSTR title);
384 /* [retval][out] */ BSTR *result);
387 /* [retval][out] */ BSTR *result);
390 /* [retval][out] */ BSTR *result);
414 /* [retval][out] */ BSTR *result);
417 /* [in] */ BSTR cookie);
424 /* [in] */ BSTR text);
427 /* [in] */ BSTR text);
430 /* [in] */ BSTR elementId,
434 /* [in] */ BSTR elementName,
452 /* [in] */ BSTR exceptionMessage,
456 /* [in] */ BSTR name,
462 /* [in] */ BSTR script,
466 /* [in] */ BSTR name) { return DOMElement::removeWebScriptKey(name); }
469 /* [retval][out] */ BSTR* stringRepresentation) { return DOMElement::stringRepresentation(stringRepresentation); }
480 /* [in] */ BSTR description) { return DOMElement::setException(description); }
484 /* [retval][out] */ BSTR *result) { return DOMElement::nodeName(result); }
487 /* [retval][out] */ BSTR *result) { return DOMElement::nodeValue(result); }
490 /* [in] */ BSTR value) { return DOMElement::setNodeValue(value); }
547 /* [in] */ BSTR feature,
548 /* [in] */ BSTR version,
552 /* [retval][out] */ BSTR *result) { return DOMElement::namespaceURI(result); }
555 /* [retval][out] */ BSTR *result) { return DOMElement::prefix(result); }
558 /* [in] */ BSTR prefix) { return DOMElement::setPrefix(prefix); }
561 /* [retval][out] */ BSTR *result) { return DOMElement::localName(result); }
575 /* [retval][out] */ BSTR* result) { return DOMElement::textContent(result); }
578 /* [in] */ BSTR text) { return DOMElement::setTextContent(text); }
582 /* [retval][out] */ BSTR *result) { return DOMElement::tagName(result); }
585 /* [in] */ BSTR name,
586 /* [retval][out] */ BSTR *result) { return DOMElement::getAttribute(name, result); }
589 /* [in] */ BSTR name,
590 /* [in] */ BSTR value) { return DOMElement::setAttribute(name, value); }
593 /* [in] */ BSTR name) { return DOMElement::removeAttribute(name); }
596 /* [in] */ BSTR name,
608 /* [in] */ BSTR name,
612 /* [in] */ BSTR namespaceURI,
613 /* [in] */ BSTR localName,
614 /* [retval][out] */ BSTR *result) { return DOMElement::getAttributeNS(namespaceURI, localName, result); }
617 /* [in] */ BSTR namespaceURI,
618 /* [in] */ BSTR qualifiedName,
619 /* [in] */ BSTR value) { return DOMElement::setAttributeNS(namespaceURI, qualifiedName, value); }
622 /* [in] */ BSTR namespaceURI,
623 /* [in] */ BSTR localName) { return DOMElement::removeAttributeNS(namespaceURI, localName); }
626 /* [in] */ BSTR namespaceURI,
627 /* [in] */ BSTR localName,
635 /* [in] */ BSTR namespaceURI,
636 /* [in] */ BSTR localName,
640 /* [in] */ BSTR name,
644 /* [in] */ BSTR namespaceURI,
645 /* [in] */ BSTR localName,
654 /* [retval][out] */ BSTR *result);
657 /* [in] */ BSTR idName);
660 /* [retval][out] */ BSTR *result);
663 /* [in] */ BSTR title);
666 /* [retval][out] */ BSTR *result);
669 /* [in] */ BSTR lang);
672 /* [retval][out] */ BSTR *result);
675 /* [in] */ BSTR dir);
678 /* [retval][out] */ BSTR *result);
681 /* [in] */ BSTR className);
684 /* [retval][out] */ BSTR *result);
687 /* [in] */ BSTR html);
690 /* [retval][out] */ BSTR *result);
693 /* [in] */ BSTR text);
711 /* [in] */ BSTR exceptionMessage,
715 /* [in] */ BSTR name,
721 /* [in] */ BSTR script,
725 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
728 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
739 /* [in] */ BSTR
743 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
746 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
749 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
806 /* [in] */ BSTR feature,
807 /* [in] */ BSTR version,
811 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
814 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
817 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
820 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
834 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
837 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
841 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
844 /* [in] */ BSTR name,
845 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
848 /* [in] */ BSTR name,
849 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
852 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
855 /* [in] */ BSTR name,
867 /* [in] */ BSTR name,
871 /* [in] */ BSTR namespaceURI,
872 /* [in] */ BSTR localName,
873 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
876 /* [in] */ BSTR namespaceURI,
877 /* [in] */ BSTR qualifiedName,
878 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
881 /* [in] */ BSTR namespaceURI,
882 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
885 /* [in] */ BSTR namespaceURI,
886 /* [in] */ BSTR localName,
894 /* [in] */ BSTR namespaceURI,
895 /* [in] */ BSTR localName,
899 /* [in] */ BSTR name,
903 /* [in] */ BSTR namespaceURI,
904 /* [in] */ BSTR localName,
913 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
916 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
919 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
922 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
925 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
928 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
931 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
934 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
937 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
940 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
943 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
946 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
949 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
952 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
962 /* [retval][out] */ BSTR *result);
965 /* [in] */ BSTR name);
968 /* [retval][out] */ BSTR *result);
971 /* [in] */ BSTR acceptCharset);
974 /* [retval][out] */ BSTR *result);
977 /* [in] */ BSTR action);
980 /* [retval][out] */ BSTR *result);
983 /* [retval][out] */ BSTR *encType);
986 /* [retval][out] */ BSTR *method);
989 /* [in] */ BSTR method);
992 /* [retval][out] */ BSTR *result);
995 /* [in] */ BSTR target);
1016 /* [in] */ BSTR exceptionMessage,
1020 /* [in] */ BSTR name,
1026 /* [in] */ BSTR script,
1030 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1033 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1044 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1048 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1051 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1054 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1111 /* [in] */ BSTR feature,
1112 /* [in] */ BSTR version,
1116 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1119 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1122 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1125 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1139 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1142 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1146 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1149 /* [in] */ BSTR name,
1150 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1153 /* [in] */ BSTR name,
1154 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1157 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1160 /* [in] */ BSTR name,
1172 /* [in] */ BSTR name,
1176 /* [in] */ BSTR namespaceURI,
1177 /* [in] */ BSTR localName,
1178 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1181 /* [in] */ BSTR namespaceURI,
1182 /* [in] */ BSTR qualifiedName,
1183 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1186 /* [in] */ BSTR namespaceURI,
1187 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1190 /* [in] */ BSTR namespaceURI,
1191 /* [in] */ BSTR localName,
1199 /* [in] */ BSTR namespaceURI,
1200 /* [in] */ BSTR localName,
1204 /* [in] */ BSTR name,
1208 /* [in] */ BSTR namespaceURI,
1209 /* [in] */ BSTR localName,
1218 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1221 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1224 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1227 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1230 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1233 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1236 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1239 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1242 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1245 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1248 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1251 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1254 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1257 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
1261 /* [retval][out] */ BSTR *result);
1270 /* [retval][out] */ BSTR *result);
1273 /* [in] */ BSTR value);
1297 /* [retval][out] */ BSTR *result);
1300 /* [in] */ BSTR name);
1340 /* [in] */ BSTR exceptionMessage,
1344 /* [in] */ BSTR name,
1350 /* [in] */ BSTR script,
1354 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1357 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1368 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1372 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1375 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1378 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1435 /* [in] */ BSTR feature,
1436 /* [in] */ BSTR version,
1440 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1443 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1446 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1449 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1463 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1466 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1470 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1473 /* [in] */ BSTR name,
1474 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1477 /* [in] */ BSTR name,
1478 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1481 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1484 /* [in] */ BSTR name,
1496 /* [in] */ BSTR name,
1500 /* [in] */ BSTR namespaceURI,
1501 /* [in] */ BSTR localName,
1502 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1505 /* [in] */ BSTR namespaceURI,
1506 /* [in] */ BSTR qualifiedName,
1507 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1510 /* [in] */ BSTR namespaceURI,
1511 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1514 /* [in] */ BSTR namespaceURI,
1515 /* [in] */ BSTR localName,
1523 /* [in] */ BSTR namespaceURI,
1524 /* [in] */ BSTR localName,
1528 /* [in] */ BSTR name,
1532 /* [in] */ BSTR namespaceURI,
1533 /* [in] */ BSTR localName,
1542 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1545 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1548 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1551 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1554 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1557 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1560 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1563 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1566 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1569 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1572 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1575 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1578 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1581 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
1594 /* [retval][out] */ BSTR *result);
1606 /* [retval][out] */ BSTR *result);
1609 /* [in] */ BSTR label);
1618 /* [retval][out] */ BSTR *result);
1621 /* [in] */ BSTR value);
1638 /* [in] */ BSTR exceptionMessage,
1642 /* [in] */ BSTR name,
1648 /* [in] */ BSTR script,
1652 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
1655 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
1666 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
1670 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
1673 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1676 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
1733 /* [in] */ BSTR feature,
1734 /* [in] */ BSTR version,
1738 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
1741 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
1744 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
1747 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
1761 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
1764 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
1768 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1771 /* [in] */ BSTR name,
1772 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
1775 /* [in] */ BSTR name,
1776 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
1779 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1782 /* [in] */ BSTR name,
1794 /* [in] */ BSTR name,
1798 /* [in] */ BSTR namespaceURI,
1799 /* [in] */ BSTR localName,
1800 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
1803 /* [in] */ BSTR namespaceURI,
1804 /* [in] */ BSTR qualifiedName,
1805 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
1808 /* [in] */ BSTR namespaceURI,
1809 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
1812 /* [in] */ BSTR namespaceURI,
1813 /* [in] */ BSTR localName,
1821 /* [in] */ BSTR namespaceURI,
1822 /* [in] */ BSTR localName,
1826 /* [in] */ BSTR name,
1830 /* [in] */ BSTR namespaceURI,
1831 /* [in] */ BSTR localName,
1840 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
1843 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
1846 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
1849 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
1852 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
1855 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
1858 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
1861 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
1864 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
1867 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
1870 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
1873 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
1876 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
1879 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
1883 /* [retval][out] */ BSTR *result);
1886 /* [in] */ BSTR val);
1892 /* [in] */ BSTR checked);
1898 /* [retval][out] */ BSTR *result);
1901 /* [in] */ BSTR accept);
1904 /* [retval][out] */ BSTR *result);
1907 /* [in] */ BSTR key);
1910 /* [retval][out] */ BSTR *result);
1913 /* [in] */ BSTR align);
1916 /* [retval][out] */ BSTR *result);
1919 /* [in] */ BSTR alt);
1940 /* [retval][out] */ BSTR *name);
1943 /* [in] */ BSTR name);
1958 /* [retval][out] */ BSTR *result);
1961 /* [in] */ BSTR src);
1970 /* [retval][out] */ BSTR *result);
1973 /* [in] */ BSTR type);
1976 /* [retval][out] */ BSTR *result);
1979 /* [in] */ BSTR useMap);
1982 /* [retval][out] */ BSTR *result);
1985 /* [in] */ BSTR value);
2013 /* [in] */ BSTR replacementString,
2031 /* [in] */ BSTR value);
2048 /* [in] */ BSTR exceptionMessage,
2052 /* [in] */ BSTR name,
2058 /* [in] */ BSTR script,
2062 /* [in] */ BSTR name) { return DOMHTMLElement::removeWebScriptKey(name); }
2065 /* [retval][out] */ BSTR* stringRepresentation) { return DOMHTMLElement::stringRepresentation(stringRepresentation); }
2076 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); }
2080 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeName(result); }
2083 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
2086 /* [in] */ BSTR value) { return DOMHTMLElement::setNodeValue(value); }
2143 /* [in] */ BSTR feature,
2144 /* [in] */ BSTR version,
2148 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::namespaceURI(result); }
2151 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::prefix(result); }
2154 /* [in] */ BSTR prefix) { return DOMHTMLElement::setPrefix(prefix); }
2157 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::localName(result); }
2171 /* [retval][out] */ BSTR* result) { return DOMHTMLElement::textContent(result); }
2174 /* [in] */ BSTR text) { return DOMHTMLElement::setTextContent(text); }
2178 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
2181 /* [in] */ BSTR name,
2182 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttribute(name, result); }
2185 /* [in] */ BSTR name,
2186 /* [in] */ BSTR value) { return DOMHTMLElement::setAttribute(name, value); }
2189 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
2192 /* [in] */ BSTR name,
2204 /* [in] */ BSTR name,
2208 /* [in] */ BSTR namespaceURI,
2209 /* [in] */ BSTR
2210 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::getAttributeNS(namespaceURI, localName, result); }
2213 /* [in] */ BSTR namespaceURI,
2214 /* [in] */ BSTR qualifiedName,
2215 /* [in] */ BSTR value) { return DOMHTMLElement::setAttributeNS(namespaceURI, qualifiedName, value); }
2218 /* [in] */ BSTR namespaceURI,
2219 /* [in] */ BSTR localName) { return DOMHTMLElement::removeAttributeNS(namespaceURI, localName); }
2222 /* [in] */ BSTR namespaceURI,
2223 /* [in] */ BSTR localName,
2231 /* [in] */ BSTR namespaceURI,
2232 /* [in] */ BSTR localName,
2236 /* [in] */ BSTR name,
2240 /* [in] */ BSTR namespaceURI,
2241 /* [in] */ BSTR localName,
2250 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::idName(result); }
2253 /* [in] */ BSTR idName) { return DOMHTMLElement::setIdName(idName); }
2256 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::title(result); }
2259 /* [in] */ BSTR title) { return DOMHTMLElement::setTitle(title); }
2262 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::lang(result); }
2265 /* [in] */ BSTR lang) { return DOMHTMLElement::setLang(lang); }
2268 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::dir(result); }
2271 /* [in] */ BSTR dir) { return DOMHTMLElement::setDir(dir); }
2274 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::className(result); }
2277 /* [in] */ BSTR className) { return DOMHTMLElement::setClassName(className); }
2280 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerHTML(result); }
2283 /* [in] */ BSTR html) { return DOMHTMLElement::setInnerHTML(html); }
2286 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::innerText(result); }
2289 /* [in] */ BSTR text) { return DOMHTMLElement::setInnerText(text); }
2293 /* [retval][out] */ BSTR *result);
2296 /* [in] */ BSTR val);
2302 /* [retval][out] */ BSTR *result);
2305 /* [in] */ BSTR key);
2320 /* [retval][out] */ BSTR *name);
2323 /* [in] */ BSTR name);
2344 /* [retval][out] */ BSTR *result);
2347 /* [retval][out] */ BSTR *result);
2350 /* [in] */ BSTR value);