org.kde.koala
public class HTMLAnchorElement extends HTMLElement
UNKNOWN: The anchor element.
Constructor Summary | |
---|---|
protected | HTMLAnchorElement(Class dummy) |
HTMLAnchorElement() | |
HTMLAnchorElement(HTMLAnchorElement other) | |
HTMLAnchorElement(Node other) |
Method Summary | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
void | blur()
Removes keyboard focus from this element. |
String | charset()
The character encoding of the linked resource. |
String | coords()
Comma-separated list of lengths, defining an active region
geometry. |
void | focus()
Gives keyboard focus to this element. |
String | href()
The URI of the linked resource. |
String | hreflang()
Language code of the linked resource. |
String | name()
Anchor name. |
String | rel()
Forward link type. |
String | rev()
Reverse link type. |
void | setAccessKey(String arg1)
see accessKey |
void | setCharset(String arg1)
see charset |
void | setCoords(String arg1)
see coords |
void | setHref(String arg1)
see href |
void | setHreflang(String arg1)
see hreflang |
void | setName(String arg1)
see name |
void | setRel(String arg1)
see rel |
void | setRev(String arg1)
see rev |
void | setShape(String arg1)
see shape |
void | setTabIndex(long arg1)
see tabIndex |
void | setTarget(String arg1)
see target |
void | setType(String arg1)
see type |
String | shape()
The shape of the active area. |
long | tabIndex()
Index that represents the element's position in the tabbing
order. |
String | target()
Frame to render the resource in. |
String | type()
Advisory content type. |
UNKNOWN: A single character access key to give access to the form control.
UNKNOWN: Removes keyboard focus from this element.
UNKNOWN: The character encoding of the linked resource.
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.
UNKNOWN: Gives keyboard focus to this element.
UNKNOWN: The URI of the linked resource.
UNKNOWN: Language code of the linked resource.
UNKNOWN: Anchor name.
UNKNOWN: Forward link type.
UNKNOWN: Reverse link type.
UNKNOWN: see accessKey
UNKNOWN: see charset
UNKNOWN: see coords
UNKNOWN: see href
UNKNOWN: see hreflang
UNKNOWN: see name
UNKNOWN: see rel
UNKNOWN: see rev
UNKNOWN: see shape
UNKNOWN: see tabIndex
UNKNOWN: see target
UNKNOWN: see type
coords
. See the
shape attribute definition in HTML 4.0.UNKNOWN: The shape of the active area.
UNKNOWN: Index that represents the element's position in the tabbing order.
UNKNOWN: Frame to render the resource in.
UNKNOWN: Advisory content type.