org.kde.koala

Class HTMLAnchorElement

public class HTMLAnchorElement extends HTMLElement

The anchor element. See the A element definition in HTML 4.0.

UNKNOWN: The anchor element.

Constructor Summary
protected HTMLAnchorElement(Class dummy)
HTMLAnchorElement()
HTMLAnchorElement(HTMLAnchorElement other)
HTMLAnchorElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
voidblur()
Removes keyboard focus from this element.
Stringcharset()
The character encoding of the linked resource.
Stringcoords()
Comma-separated list of lengths, defining an active region geometry.
voidfocus()
Gives keyboard focus to this element.
Stringhref()
The URI of the linked resource.
Stringhreflang()
Language code of the linked resource.
Stringname()
Anchor name.
Stringrel()
Forward link type.
Stringrev()
Reverse link type.
voidsetAccessKey(String arg1)
see accessKey
voidsetCharset(String arg1)
see charset
voidsetCoords(String arg1)
see coords
voidsetHref(String arg1)
see href
voidsetHreflang(String arg1)
see hreflang
voidsetName(String arg1)
see name
voidsetRel(String arg1)
see rel
voidsetRev(String arg1)
see rev
voidsetShape(String arg1)
see shape
voidsetTabIndex(long arg1)
see tabIndex
voidsetTarget(String arg1)
see target
voidsetType(String arg1)
see type
Stringshape()
The shape of the active area.
longtabIndex()
Index that represents the element's position in the tabbing order.
Stringtarget()
Frame to render the resource in.
Stringtype()
Advisory content type.

Constructor Detail

HTMLAnchorElement

protected HTMLAnchorElement(Class dummy)

HTMLAnchorElement

public HTMLAnchorElement()

HTMLAnchorElement

public HTMLAnchorElement(HTMLAnchorElement other)

HTMLAnchorElement

public HTMLAnchorElement(Node other)

Method Detail

accessKey

public String accessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

UNKNOWN: A single character access key to give access to the form control.

blur

public void blur()
Removes keyboard focus from this element.

UNKNOWN: Removes keyboard focus from this element.

charset

public String charset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.0.

UNKNOWN: The character encoding of the linked resource.

coords

public String coords()
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.

UNKNOWN: Comma-separated list of lengths, defining an active region geometry.

focus

public void focus()
Gives keyboard focus to this element.

UNKNOWN: Gives keyboard focus to this element.

href

public String href()
The URI of the linked resource. See the href attribute definition in HTML 4.0.

UNKNOWN: The URI of the linked resource.

hreflang

public String hreflang()
Language code of the linked resource. See the hreflang attribute definition in HTML 4.0.

UNKNOWN: Language code of the linked resource.

name

public String name()
Anchor name. See the name attribute definition in HTML 4.0.

UNKNOWN: Anchor name.

rel

public String rel()
Forward link type. See the rel attribute definition in HTML 4.0.

UNKNOWN: Forward link type.

rev

public String rev()
Reverse link type. See the rev attribute definition in HTML 4.0.

UNKNOWN: Reverse link type.

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setCharset

public void setCharset(String arg1)
see charset

UNKNOWN: see charset

setCoords

public void setCoords(String arg1)
see coords

UNKNOWN: see coords

setHref

public void setHref(String arg1)
see href

UNKNOWN: see href

setHreflang

public void setHreflang(String arg1)
see hreflang

UNKNOWN: see hreflang

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setRel

public void setRel(String arg1)
see rel

UNKNOWN: see rel

setRev

public void setRev(String arg1)
see rev

UNKNOWN: see rev

setShape

public void setShape(String arg1)
see shape

UNKNOWN: see shape

setTabIndex

public void setTabIndex(long arg1)
see tabIndex

UNKNOWN: see tabIndex

setTarget

public void setTarget(String arg1)
see target

UNKNOWN: see target

setType

public void setType(String arg1)
see type

UNKNOWN: see type

shape

public String shape()
The shape of the active area. The coordinates are given by coords . See the shape attribute definition in HTML 4.0.

UNKNOWN: The shape of the active area.

tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

UNKNOWN: Index that represents the element's position in the tabbing order.

target

public String target()
Frame to render the resource in. See the target attribute definition in HTML 4.0.

UNKNOWN: Frame to render the resource in.

type

public String type()
Advisory content type. See the type attribute definition in HTML 4.0.

UNKNOWN: Advisory content type.