/usr/include/thunderbird/nsIDOMHTMLAreaElement.h is in thunderbird-dev 1:52.8.0-1~deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIDOMHTMLAreaElement.idl
*/
#ifndef __gen_nsIDOMHTMLAreaElement_h__
#define __gen_nsIDOMHTMLAreaElement_h__
#ifndef __gen_nsIDOMHTMLElement_h__
#include "nsIDOMHTMLElement.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
/* starting interface: nsIDOMHTMLAreaElement */
#define NS_IDOMHTMLAREAELEMENT_IID_STR "40c78026-36dc-40ca-9221-de73267e9e99"
#define NS_IDOMHTMLAREAELEMENT_IID \
{0x40c78026, 0x36dc, 0x40ca, \
{ 0x92, 0x21, 0xde, 0x73, 0x26, 0x7e, 0x9e, 0x99 }}
class NS_NO_VTABLE nsIDOMHTMLAreaElement : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMHTMLAREAELEMENT_IID)
/* attribute DOMString alt; */
NS_IMETHOD GetAlt(nsAString & aAlt) = 0;
NS_IMETHOD SetAlt(const nsAString & aAlt) = 0;
/* attribute DOMString coords; */
NS_IMETHOD GetCoords(nsAString & aCoords) = 0;
NS_IMETHOD SetCoords(const nsAString & aCoords) = 0;
/* attribute DOMString shape; */
NS_IMETHOD GetShape(nsAString & aShape) = 0;
NS_IMETHOD SetShape(const nsAString & aShape) = 0;
/* attribute DOMString href; */
NS_IMETHOD GetHref(nsAString & aHref) = 0;
NS_IMETHOD SetHref(const nsAString & aHref) = 0;
/* attribute DOMString target; */
NS_IMETHOD GetTarget(nsAString & aTarget) = 0;
NS_IMETHOD SetTarget(const nsAString & aTarget) = 0;
/* attribute DOMString ping; */
NS_IMETHOD GetPing(nsAString & aPing) = 0;
NS_IMETHOD SetPing(const nsAString & aPing) = 0;
/* attribute DOMString download; */
NS_IMETHOD GetDownload(nsAString & aDownload) = 0;
NS_IMETHOD SetDownload(const nsAString & aDownload) = 0;
/* attribute DOMString protocol; */
NS_IMETHOD GetProtocol(nsAString & aProtocol) = 0;
NS_IMETHOD SetProtocol(const nsAString & aProtocol) = 0;
/* attribute DOMString host; */
NS_IMETHOD GetHost(nsAString & aHost) = 0;
NS_IMETHOD SetHost(const nsAString & aHost) = 0;
/* attribute DOMString hostname; */
NS_IMETHOD GetHostname(nsAString & aHostname) = 0;
NS_IMETHOD SetHostname(const nsAString & aHostname) = 0;
/* attribute DOMString port; */
NS_IMETHOD GetPort(nsAString & aPort) = 0;
NS_IMETHOD SetPort(const nsAString & aPort) = 0;
/* attribute DOMString pathname; */
NS_IMETHOD GetPathname(nsAString & aPathname) = 0;
NS_IMETHOD SetPathname(const nsAString & aPathname) = 0;
/* attribute DOMString search; */
NS_IMETHOD GetSearch(nsAString & aSearch) = 0;
NS_IMETHOD SetSearch(const nsAString & aSearch) = 0;
/* attribute DOMString hash; */
NS_IMETHOD GetHash(nsAString & aHash) = 0;
NS_IMETHOD SetHash(const nsAString & aHash) = 0;
/* attribute boolean noHref; */
NS_IMETHOD GetNoHref(bool *aNoHref) = 0;
NS_IMETHOD SetNoHref(bool aNoHref) = 0;
/* DOMString toString (); */
NS_IMETHOD ToString(nsAString & _retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMHTMLAreaElement, NS_IDOMHTMLAREAELEMENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMHTMLAREAELEMENT \
NS_IMETHOD GetAlt(nsAString & aAlt) override; \
NS_IMETHOD SetAlt(const nsAString & aAlt) override; \
NS_IMETHOD GetCoords(nsAString & aCoords) override; \
NS_IMETHOD SetCoords(const nsAString & aCoords) override; \
NS_IMETHOD GetShape(nsAString & aShape) override; \
NS_IMETHOD SetShape(const nsAString & aShape) override; \
NS_IMETHOD GetHref(nsAString & aHref) override; \
NS_IMETHOD SetHref(const nsAString & aHref) override; \
NS_IMETHOD GetTarget(nsAString & aTarget) override; \
NS_IMETHOD SetTarget(const nsAString & aTarget) override; \
NS_IMETHOD GetPing(nsAString & aPing) override; \
NS_IMETHOD SetPing(const nsAString & aPing) override; \
NS_IMETHOD GetDownload(nsAString & aDownload) override; \
NS_IMETHOD SetDownload(const nsAString & aDownload) override; \
NS_IMETHOD GetProtocol(nsAString & aProtocol) override; \
NS_IMETHOD SetProtocol(const nsAString & aProtocol) override; \
NS_IMETHOD GetHost(nsAString & aHost) override; \
NS_IMETHOD SetHost(const nsAString & aHost) override; \
NS_IMETHOD GetHostname(nsAString & aHostname) override; \
NS_IMETHOD SetHostname(const nsAString & aHostname) override; \
NS_IMETHOD GetPort(nsAString & aPort) override; \
NS_IMETHOD SetPort(const nsAString & aPort) override; \
NS_IMETHOD GetPathname(nsAString & aPathname) override; \
NS_IMETHOD SetPathname(const nsAString & aPathname) override; \
NS_IMETHOD GetSearch(nsAString & aSearch) override; \
NS_IMETHOD SetSearch(const nsAString & aSearch) override; \
NS_IMETHOD GetHash(nsAString & aHash) override; \
NS_IMETHOD SetHash(const nsAString & aHash) override; \
NS_IMETHOD GetNoHref(bool *aNoHref) override; \
NS_IMETHOD SetNoHref(bool aNoHref) override; \
NS_IMETHOD ToString(nsAString & _retval) override;
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIDOMHTMLAREAELEMENT \
NS_METHOD GetAlt(nsAString & aAlt); \
NS_METHOD SetAlt(const nsAString & aAlt); \
NS_METHOD GetCoords(nsAString & aCoords); \
NS_METHOD SetCoords(const nsAString & aCoords); \
NS_METHOD GetShape(nsAString & aShape); \
NS_METHOD SetShape(const nsAString & aShape); \
NS_METHOD GetHref(nsAString & aHref); \
NS_METHOD SetHref(const nsAString & aHref); \
NS_METHOD GetTarget(nsAString & aTarget); \
NS_METHOD SetTarget(const nsAString & aTarget); \
NS_METHOD GetPing(nsAString & aPing); \
NS_METHOD SetPing(const nsAString & aPing); \
NS_METHOD GetDownload(nsAString & aDownload); \
NS_METHOD SetDownload(const nsAString & aDownload); \
NS_METHOD GetProtocol(nsAString & aProtocol); \
NS_METHOD SetProtocol(const nsAString & aProtocol); \
NS_METHOD GetHost(nsAString & aHost); \
NS_METHOD SetHost(const nsAString & aHost); \
NS_METHOD GetHostname(nsAString & aHostname); \
NS_METHOD SetHostname(const nsAString & aHostname); \
NS_METHOD GetPort(nsAString & aPort); \
NS_METHOD SetPort(const nsAString & aPort); \
NS_METHOD GetPathname(nsAString & aPathname); \
NS_METHOD SetPathname(const nsAString & aPathname); \
NS_METHOD GetSearch(nsAString & aSearch); \
NS_METHOD SetSearch(const nsAString & aSearch); \
NS_METHOD GetHash(nsAString & aHash); \
NS_METHOD SetHash(const nsAString & aHash); \
NS_METHOD GetNoHref(bool *aNoHref); \
NS_METHOD SetNoHref(bool aNoHref); \
NS_METHOD ToString(nsAString & _retval);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMHTMLAREAELEMENT(_to) \
NS_IMETHOD GetAlt(nsAString & aAlt) override { return _to GetAlt(aAlt); } \
NS_IMETHOD SetAlt(const nsAString & aAlt) override { return _to SetAlt(aAlt); } \
NS_IMETHOD GetCoords(nsAString & aCoords) override { return _to GetCoords(aCoords); } \
NS_IMETHOD SetCoords(const nsAString & aCoords) override { return _to SetCoords(aCoords); } \
NS_IMETHOD GetShape(nsAString & aShape) override { return _to GetShape(aShape); } \
NS_IMETHOD SetShape(const nsAString & aShape) override { return _to SetShape(aShape); } \
NS_IMETHOD GetHref(nsAString & aHref) override { return _to GetHref(aHref); } \
NS_IMETHOD SetHref(const nsAString & aHref) override { return _to SetHref(aHref); } \
NS_IMETHOD GetTarget(nsAString & aTarget) override { return _to GetTarget(aTarget); } \
NS_IMETHOD SetTarget(const nsAString & aTarget) override { return _to SetTarget(aTarget); } \
NS_IMETHOD GetPing(nsAString & aPing) override { return _to GetPing(aPing); } \
NS_IMETHOD SetPing(const nsAString & aPing) override { return _to SetPing(aPing); } \
NS_IMETHOD GetDownload(nsAString & aDownload) override { return _to GetDownload(aDownload); } \
NS_IMETHOD SetDownload(const nsAString & aDownload) override { return _to SetDownload(aDownload); } \
NS_IMETHOD GetProtocol(nsAString & aProtocol) override { return _to GetProtocol(aProtocol); } \
NS_IMETHOD SetProtocol(const nsAString & aProtocol) override { return _to SetProtocol(aProtocol); } \
NS_IMETHOD GetHost(nsAString & aHost) override { return _to GetHost(aHost); } \
NS_IMETHOD SetHost(const nsAString & aHost) override { return _to SetHost(aHost); } \
NS_IMETHOD GetHostname(nsAString & aHostname) override { return _to GetHostname(aHostname); } \
NS_IMETHOD SetHostname(const nsAString & aHostname) override { return _to SetHostname(aHostname); } \
NS_IMETHOD GetPort(nsAString & aPort) override { return _to GetPort(aPort); } \
NS_IMETHOD SetPort(const nsAString & aPort) override { return _to SetPort(aPort); } \
NS_IMETHOD GetPathname(nsAString & aPathname) override { return _to GetPathname(aPathname); } \
NS_IMETHOD SetPathname(const nsAString & aPathname) override { return _to SetPathname(aPathname); } \
NS_IMETHOD GetSearch(nsAString & aSearch) override { return _to GetSearch(aSearch); } \
NS_IMETHOD SetSearch(const nsAString & aSearch) override { return _to SetSearch(aSearch); } \
NS_IMETHOD GetHash(nsAString & aHash) override { return _to GetHash(aHash); } \
NS_IMETHOD SetHash(const nsAString & aHash) override { return _to SetHash(aHash); } \
NS_IMETHOD GetNoHref(bool *aNoHref) override { return _to GetNoHref(aNoHref); } \
NS_IMETHOD SetNoHref(bool aNoHref) override { return _to SetNoHref(aNoHref); } \
NS_IMETHOD ToString(nsAString & _retval) override { return _to ToString(_retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMHTMLAREAELEMENT(_to) \
NS_IMETHOD GetAlt(nsAString & aAlt) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlt(aAlt); } \
NS_IMETHOD SetAlt(const nsAString & aAlt) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlt(aAlt); } \
NS_IMETHOD GetCoords(nsAString & aCoords) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCoords(aCoords); } \
NS_IMETHOD SetCoords(const nsAString & aCoords) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCoords(aCoords); } \
NS_IMETHOD GetShape(nsAString & aShape) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShape(aShape); } \
NS_IMETHOD SetShape(const nsAString & aShape) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShape(aShape); } \
NS_IMETHOD GetHref(nsAString & aHref) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHref(aHref); } \
NS_IMETHOD SetHref(const nsAString & aHref) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHref(aHref); } \
NS_IMETHOD GetTarget(nsAString & aTarget) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTarget(aTarget); } \
NS_IMETHOD SetTarget(const nsAString & aTarget) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetTarget(aTarget); } \
NS_IMETHOD GetPing(nsAString & aPing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPing(aPing); } \
NS_IMETHOD SetPing(const nsAString & aPing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPing(aPing); } \
NS_IMETHOD GetDownload(nsAString & aDownload) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDownload(aDownload); } \
NS_IMETHOD SetDownload(const nsAString & aDownload) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDownload(aDownload); } \
NS_IMETHOD GetProtocol(nsAString & aProtocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetProtocol(aProtocol); } \
NS_IMETHOD SetProtocol(const nsAString & aProtocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetProtocol(aProtocol); } \
NS_IMETHOD GetHost(nsAString & aHost) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHost(aHost); } \
NS_IMETHOD SetHost(const nsAString & aHost) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHost(aHost); } \
NS_IMETHOD GetHostname(nsAString & aHostname) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHostname(aHostname); } \
NS_IMETHOD SetHostname(const nsAString & aHostname) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHostname(aHostname); } \
NS_IMETHOD GetPort(nsAString & aPort) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPort(aPort); } \
NS_IMETHOD SetPort(const nsAString & aPort) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPort(aPort); } \
NS_IMETHOD GetPathname(nsAString & aPathname) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPathname(aPathname); } \
NS_IMETHOD SetPathname(const nsAString & aPathname) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPathname(aPathname); } \
NS_IMETHOD GetSearch(nsAString & aSearch) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearch(aSearch); } \
NS_IMETHOD SetSearch(const nsAString & aSearch) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearch(aSearch); } \
NS_IMETHOD GetHash(nsAString & aHash) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHash(aHash); } \
NS_IMETHOD SetHash(const nsAString & aHash) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHash(aHash); } \
NS_IMETHOD GetNoHref(bool *aNoHref) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNoHref(aNoHref); } \
NS_IMETHOD SetNoHref(bool aNoHref) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetNoHref(aNoHref); } \
NS_IMETHOD ToString(nsAString & _retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ToString(_retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMHTMLAreaElement : public nsIDOMHTMLAreaElement
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMHTMLAREAELEMENT
nsDOMHTMLAreaElement();
private:
~nsDOMHTMLAreaElement();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsDOMHTMLAreaElement, nsIDOMHTMLAreaElement)
nsDOMHTMLAreaElement::nsDOMHTMLAreaElement()
{
/* member initializers and constructor code */
}
nsDOMHTMLAreaElement::~nsDOMHTMLAreaElement()
{
/* destructor code */
}
/* attribute DOMString alt; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetAlt(nsAString & aAlt)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetAlt(const nsAString & aAlt)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString coords; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetCoords(nsAString & aCoords)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetCoords(const nsAString & aCoords)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString shape; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetShape(nsAString & aShape)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetShape(const nsAString & aShape)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString href; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetHref(nsAString & aHref)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetHref(const nsAString & aHref)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString target; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetTarget(nsAString & aTarget)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetTarget(const nsAString & aTarget)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString ping; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetPing(nsAString & aPing)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetPing(const nsAString & aPing)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString download; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetDownload(nsAString & aDownload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetDownload(const nsAString & aDownload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString protocol; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetProtocol(nsAString & aProtocol)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetProtocol(const nsAString & aProtocol)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString host; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetHost(nsAString & aHost)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetHost(const nsAString & aHost)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString hostname; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetHostname(nsAString & aHostname)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetHostname(const nsAString & aHostname)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString port; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetPort(nsAString & aPort)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetPort(const nsAString & aPort)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString pathname; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetPathname(nsAString & aPathname)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetPathname(const nsAString & aPathname)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString search; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetSearch(nsAString & aSearch)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetSearch(const nsAString & aSearch)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString hash; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetHash(nsAString & aHash)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetHash(const nsAString & aHash)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean noHref; */
NS_IMETHODIMP nsDOMHTMLAreaElement::GetNoHref(bool *aNoHref)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLAreaElement::SetNoHref(bool aNoHref)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* DOMString toString (); */
NS_IMETHODIMP nsDOMHTMLAreaElement::ToString(nsAString & _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMHTMLAreaElement_h__ */
|