|
|
The anchor element. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-A"> A element definition </a> 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 <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 charset ()
| charset |
[const]
The character encoding of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-charset"> charset attribute definition </a> 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 <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
DOMString hreflang ()
| hreflang |
[const]
Language code of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-hreflang"> hreflang attribute definition </a> in HTML 4.0.
void setHreflang ( const DOMString & )
| setHreflang |
see hreflang
DOMString name ()
| name |
[const]
Anchor name. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-name-A"> name attribute definition </a> in HTML 4.0.
void setName ( const DOMString & )
| setName |
see name
DOMString rel ()
| rel |
[const]
Forward link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel"> rel attribute definition </a> in HTML 4.0.
void setRel ( const DOMString & )
| setRel |
see rel
DOMString rev ()
| rev |
[const]
Reverse link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rev"> rev attribute definition </a> 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 <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
DOMString type ()
| type |
[const]
Advisory content type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-type-A"> type attribute definition </a> 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: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |