org.apache.html.dom

Class HTMLAnchorElementImpl

Implemented Interfaces:
Element, HTMLAnchorElement, HTMLElement, TypeInfo

public class HTMLAnchorElementImpl
extends HTMLElementImpl
implements HTMLAnchorElement

Version:
$Revision: 447255 $ $Date: 2006-09-18 01:36:42 -0400 (Mon, 18 Sep 2006) $
Author:
Assaf Arkin
See Also:
org.w3c.dom.html.HTMLAnchorElement, org.apache.xerces.dom.ElementImpl

Field Summary

Fields inherited from class org.apache.xerces.dom.ElementImpl

attributes, name

Fields inherited from class org.apache.xerces.dom.ParentNode

fNodeListCache, firstChild, ownerDocument

Constructor Summary

HTMLAnchorElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Method Summary

void
blur()
void
focus()
String
getAccessKey()
String
getCharset()
String
getCoords()
String
getHref()
String
getHreflang()
String
getName()
String
getRel()
String
getRev()
String
getShape()
int
getTabIndex()
String
getTarget()
String
getType()
void
setAccessKey(String accessKey)
void
setCharset(String charset)
void
setCoords(String coords)
void
setHref(String href)
void
setHreflang(String hreflang)
void
setName(String name)
void
setRel(String rel)
void
setRev(String rev)
void
setShape(String shape)
void
setTabIndex(int tabIndex)
void
setTarget(String target)
void
setType(String type)

Methods inherited from class org.apache.html.dom.HTMLElementImpl

getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Methods inherited from class org.apache.xerces.dom.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setOwnerDocument, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

Methods inherited from class org.apache.xerces.dom.ParentNode

cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setOwnerDocument, setReadOnly, setTextContent, synchronizeChildren

Constructor Details

HTMLAnchorElementImpl

public HTMLAnchorElementImpl(HTMLDocumentImpl owner,
                             String name)
Constructor requires owner document.
Parameters:
owner - The owner HTML document

Method Details

blur

public void blur()

focus

public void focus()

getAccessKey

public String getAccessKey()

getCharset

public String getCharset()

getCoords

public String getCoords()

getHref

public String getHref()

getHreflang

public String getHreflang()

getName

public String getName()

getRel

public String getRel()

getRev

public String getRev()

getShape

public String getShape()

getTabIndex

public int getTabIndex()

getTarget

public String getTarget()

getType

public String getType()

setAccessKey

public void setAccessKey(String accessKey)

setCharset

public void setCharset(String charset)

setCoords

public void setCoords(String coords)

setHref

public void setHref(String href)

setHreflang

public void setHreflang(String hreflang)

setName

public void setName(String name)

setRel

public void setRel(String rel)

setRev

public void setRev(String rev)

setShape

public void setShape(String shape)

setTabIndex

public void setTabIndex(int tabIndex)

setTarget

public void setTarget(String target)

setType

public void setType(String type)

Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.