class HTMLAreaElement

Client-side image map area definition. More...

Full nameDOM::HTMLAreaElement
Definition#include <html_image.h>
InheritsDOM::HTMLElement [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Client-side image map area definition. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-AREA"> AREA element definition </a> in HTML 4.0.

 HTMLAreaElement ()

HTMLAreaElement

 HTMLAreaElement (const HTMLAreaElement &other)

HTMLAreaElement

 HTMLAreaElement (const Node &other)

HTMLAreaElement

 HTMLAreaElement (HTMLAreaElementImpl *impl)

HTMLAreaElement

[protected]

HTMLAreaElement &  operator = (const HTMLAreaElement &other)

operator =

Reimplemented from HTMLElement.

HTMLAreaElement &  operator = (const Node &other)

operator =

Reimplemented from HTMLElement.

 ~HTMLAreaElement ()

~HTMLAreaElement

DOMString  accessKey ()

accessKey

[const]

A single character access key to give access to the form control. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey"> accesskey attribute definition </a> in HTML 4.0.

void  setAccessKey ( const DOMString & )

setAccessKey

see accessKey

DOMString  alt ()

alt

[const]

Alternate text for user agents not rendering the normal content of this element. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt"> alt attribute definition </a> in HTML 4.0.

void  setAlt ( const DOMString & )

setAlt

see alt

DOMString  coords ()

coords

[const]

Comma-separated list of lengths, defining an active region geometry. See also <code> shape </code> for the shape of the region. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-coords"> coords attribute definition </a> in HTML 4.0.

void  setCoords ( const DOMString & )

setCoords

see coords

DOMString  href ()

href

[const]

The URI of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-href"> href attribute definition </a> in HTML 4.0.

void  setHref ( const DOMString & )

setHref

see href

bool  noHref ()

noHref

[const]

Specifies that this area is inactive, i.e., has no associated action. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-nohref"> nohref attribute definition </a> in HTML 4.0.

void  setNoHref ( bool )

setNoHref

see noHref

DOMString  shape ()

shape

[const]

The shape of the active area. The coordinates are given by <code> coords </code> . See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-shape"> shape attribute definition </a> in HTML 4.0.

void  setShape ( const DOMString & )

setShape

see shape

long  tabIndex ()

tabIndex

[const]

Index that represents the element's position in the tabbing order. See the <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-tabindex"> tabindex attribute definition </a> in HTML 4.0.

void  setTabIndex ( long )

setTabIndex

see tabIndex

DOMString  target ()

target

[const]

Frame to render the resource in. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-target"> target attribute definition </a> in HTML 4.0.

void  setTarget ( const DOMString & )

setTarget

see target


Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53.