Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLAreaElementImpl
org.w3c.dom.html.HTMLAreaElement
, 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 |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
Constructor Summary | |
|
Method Summary | |
String | |
String |
|
String | |
String |
|
boolean | |
String |
|
int | |
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
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.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public HTMLAreaElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAccessKey()
- Specified by:
- getAccessKey in interface org.w3c.dom.html.HTMLAreaElement
public String getCoords()
- Specified by:
- getCoords in interface org.w3c.dom.html.HTMLAreaElement
public boolean getNoHref()
- Specified by:
- getNoHref in interface org.w3c.dom.html.HTMLAreaElement
public int getTabIndex()
- Specified by:
- getTabIndex in interface org.w3c.dom.html.HTMLAreaElement
public String getTarget()
- Specified by:
- getTarget in interface org.w3c.dom.html.HTMLAreaElement
public void setAccessKey(String accessKey)
- Specified by:
- setAccessKey in interface org.w3c.dom.html.HTMLAreaElement
public void setAlt(String alt)
- Specified by:
- setAlt in interface org.w3c.dom.html.HTMLAreaElement
public void setCoords(String coords)
- Specified by:
- setCoords in interface org.w3c.dom.html.HTMLAreaElement
public void setHref(String href)
- Specified by:
- setHref in interface org.w3c.dom.html.HTMLAreaElement
public void setNoHref(boolean noHref)
- Specified by:
- setNoHref in interface org.w3c.dom.html.HTMLAreaElement
public void setShape(String shape)
- Specified by:
- setShape in interface org.w3c.dom.html.HTMLAreaElement
public void setTabIndex(int tabIndex)
- Specified by:
- setTabIndex in interface org.w3c.dom.html.HTMLAreaElement
public void setTarget(String target)
- Specified by:
- setTarget in interface org.w3c.dom.html.HTMLAreaElement