org.kde.koala
Class HTMLAnchorElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLAnchorElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLAnchorElement
extends HTMLElement

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


Constructor Summary
  HTMLAnchorElement()
           
protected HTMLAnchorElement(java.lang.Class dummy)
           
  HTMLAnchorElement(HTMLAnchorElement other)
           
  HTMLAnchorElement(Node other)
           
 
Method Summary
 java.lang.String accessKey()
          A single character access key to give access to the form control.
 void blur()
          Removes keyboard focus from this element.
 java.lang.String charset()
          The character encoding of the linked resource.
 java.lang.String coords()
          Comma-separated list of lengths, defining an active region geometry.
 void focus()
          Gives keyboard focus to this element.
 java.lang.String href()
          The URI of the linked resource.
 java.lang.String hreflang()
          Language code of the linked resource.
 java.lang.String name()
          Anchor name.
 java.lang.String rel()
          Forward link type.
 java.lang.String rev()
          Reverse link type.
 void setAccessKey(java.lang.String arg1)
          see accessKey
 void setCharset(java.lang.String arg1)
          see charset
 void setCoords(java.lang.String arg1)
          see coords
 void setHref(java.lang.String arg1)
          see href
 void setHreflang(java.lang.String arg1)
          see hreflang
 void setName(java.lang.String arg1)
          see name
 void setRel(java.lang.String arg1)
          see rel
 void setRev(java.lang.String arg1)
          see rev
 void setShape(java.lang.String arg1)
          see shape
 void setTabIndex(long arg1)
          see tabIndex
 void setTarget(java.lang.String arg1)
          see target
 void setType(java.lang.String arg1)
          see type
 java.lang.String shape()
          The shape of the active area.
 long tabIndex()
          Index that represents the element's position in the tabbing order.
 java.lang.String target()
          Frame to render the resource in.
 java.lang.String type()
          Advisory content type.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLAnchorElement

protected HTMLAnchorElement(java.lang.Class dummy)

HTMLAnchorElement

public HTMLAnchorElement()

HTMLAnchorElement

public HTMLAnchorElement(HTMLAnchorElement other)

HTMLAnchorElement

public HTMLAnchorElement(Node other)
Method Detail

accessKey

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


setAccessKey

public void setAccessKey(java.lang.String arg1)
see accessKey


charset

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


setCharset

public void setCharset(java.lang.String arg1)
see charset


coords

public java.lang.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.


setCoords

public void setCoords(java.lang.String arg1)
see coords


href

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


setHref

public void setHref(java.lang.String arg1)
see href


hreflang

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


setHreflang

public void setHreflang(java.lang.String arg1)
see hreflang


name

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


setName

public void setName(java.lang.String arg1)
see name


rel

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


setRel

public void setRel(java.lang.String arg1)
see rel


rev

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


setRev

public void setRev(java.lang.String arg1)
see rev


shape

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


setShape

public void setShape(java.lang.String arg1)
see shape


tabIndex

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


setTabIndex

public void setTabIndex(long arg1)
see tabIndex


target

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


setTarget

public void setTarget(java.lang.String arg1)
see target


type

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


setType

public void setType(java.lang.String arg1)
see type


blur

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


focus

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