class HTMLAnchorElement

The anchor element. More...

Full nameDOM::HTMLAnchorElement
Definition#include <html_inline.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

DOMString  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 & )

see accessKey

DOMString  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 & )

see charset

DOMString  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 & )

see coords

DOMString  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 & )

see href

DOMString  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 & )

see hreflang

DOMString  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 & )

see name

DOMString  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 & )

see rel

DOMString  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 & )

see rev

DOMString  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 & )

see shape

long  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 )

see tabIndex

DOMString  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 & )

see target

DOMString  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 & )

see type

void  blur ( )

Removes keyboard focus from this element.

void  focus ( )

Gives keyboard focus to this element.


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.