|
|
The anchor element. See the A element definition in HTML 4.0.
HTMLAnchorElement ()
| HTMLAnchorElement |
HTMLAnchorElement (const HTMLAnchorElement &other)
| HTMLAnchorElement |
HTMLAnchorElement (const Node &other)
| HTMLAnchorElement |
HTMLAnchorElement (HTMLAnchorElementImpl *impl)
| HTMLAnchorElement |
[protected]
HTMLAnchorElement & operator = (const HTMLAnchorElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLAnchorElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLAnchorElement ()
| ~HTMLAnchorElement |
DOMString accessKey ()
| accessKey |
[const]
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.
void setAccessKey ( const DOMString & )
| setAccessKey |
see accessKey
DOMString charset ()
| charset |
[const]
The character encoding of the linked resource. See the charset attribute definition in HTML 4.0.
void setCharset ( const DOMString & )
| setCharset |
see charset
DOMString coords ()
| coords |
[const]
Comma-separated list of lengths, defining an active region
geometry. See also shape
for the shape of the
region. See the
coords attribute definition in HTML 4.0.
void setCoords ( const DOMString & )
| setCoords |
see coords
DOMString href ()
| href |
[const]
The URI of the linked resource. See the href attribute definition in HTML 4.0.
void setHref ( const DOMString & )
| setHref |
see href
DOMString hreflang ()
| hreflang |
[const]
Language code of the linked resource. See the hreflang attribute definition in HTML 4.0.
void setHreflang ( const DOMString & )
| setHreflang |
see hreflang
DOMString name ()
| name |
[const]
Anchor name. See the name attribute definition in HTML 4.0.
void setName ( const DOMString & )
| setName |
see name
DOMString rel ()
| rel |
[const]
Forward link type. See the rel attribute definition in HTML 4.0.
void setRel ( const DOMString & )
| setRel |
see rel
DOMString rev ()
| rev |
[const]
Reverse link type. See the rev attribute definition in HTML 4.0.
void setRev ( const DOMString & )
| setRev |
see rev
DOMString shape ()
| shape |
[const]
The shape of the active area. The coordinates are given by
coords
. See the
shape attribute definition 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 tabindex attribute definition in HTML 4.0.
void setTabIndex ( long )
| setTabIndex |
see tabIndex
DOMString target ()
| target |
[const]
Frame to render the resource in. See the target attribute definition in HTML 4.0.
void setTarget ( const DOMString & )
| setTarget |
see target
DOMString type ()
| type |
[const]
Advisory content type. See the type attribute definition in HTML 4.0.
void setType ( const DOMString & )
| setType |
see type
void blur ( )
| blur |
Removes keyboard focus from this element.
void focus ( )
| focus |
Gives keyboard focus to this element.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |