Package org.loboevolution.html.dom
Interface HTMLAreaElement
- All Superinterfaces:
Element
,EventTarget
,HTMLElement
,HTMLHyperlinkElementUtils
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
Provides special properties and methods (beyond those of the regular object HTMLElement interface
it also has available to it by inheritance) for manipulating the layout and presentation of <area> elements.
-
Field Summary
Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Modifier and TypeMethodDescriptiongetAlt()
Sets or retrieves a text alternative to the graphic.Sets or retrieves the coordinates of the object.getDownload.getPing()
getPing.getReferrerPolicy.getRel()
getRel.getRelList.getShape()
Sets or retrieves the shape of the object.Sets or retrieves the window or frame at which to target content.boolean
isNoHref()
Deprecated.void
setAlt.void
setCoords.void
setDownload
(String download) setDownload.void
setNoHref
(boolean noHref) setNoHref.void
setPing.void
setReferrerPolicy
(String referrerPolicy) setReferrerPolicy.void
setRel.void
setShape.void
setTarget.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getId, getInnerHTML, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttribute
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.dom.HTMLElement
click, getAccessKey, getAccessKeyLabel, getAutocapitalize, getContentEditable, getDir, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getTitle, isDraggable, isHidden, isSpellcheck, isTranslate, setAccessKey, setAutocapitalize, setContentEditable, setDir, setDraggable, setHidden, setInnerText, setLang, setSpellcheck, setTitle, setTranslate
Methods inherited from interface org.loboevolution.html.dom.HTMLHyperlinkElementUtils
getHash, getHost, getHostname, getHref, getOrigin, getPassword, getPathname, getPort, getProtocol, getSearch, getUsername, setHash, setHost, setHostname, setHref, setPassword, setPathname, setPort, setProtocol, setSearch, setUsername
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
-
Method Details
-
getAlt
String getAlt()Sets or retrieves a text alternative to the graphic.- Returns:
- a
String
object.
-
setAlt
setAlt.
- Parameters:
alt
- aString
object.
-
getCoords
String getCoords()Sets or retrieves the coordinates of the object.- Returns:
- a
String
object.
-
setCoords
setCoords.
- Parameters:
coords
- aString
object.
-
getDownload
String getDownload()getDownload.
- Returns:
- a
String
object.
-
setDownload
setDownload.
- Parameters:
download
- aString
object.
-
isNoHref
Deprecated.Sets or gets whether clicks in this region cause action.- Returns:
- a boolean.
-
setNoHref
void setNoHref(boolean noHref) setNoHref.
- Parameters:
noHref
- a boolean.
-
getPing
String getPing()getPing.
- Returns:
- a
String
object.
-
setPing
setPing.
- Parameters:
ping
- aString
object.
-
getReferrerPolicy
String getReferrerPolicy()getReferrerPolicy.
- Returns:
- a
String
object.
-
setReferrerPolicy
setReferrerPolicy.
- Parameters:
referrerPolicy
- aString
object.
-
getRel
String getRel()getRel.
- Returns:
- a
String
object.
-
setRel
setRel.
- Parameters:
rel
- aString
object.
-
getRelList
DOMTokenList getRelList()getRelList.
- Returns:
- a
DOMTokenList
object.
-
getShape
String getShape()Sets or retrieves the shape of the object.- Returns:
- a
String
object.
-
setShape
setShape.
- Parameters:
shape
- aString
object.
-
getTarget
String getTarget()Sets or retrieves the window or frame at which to target content.- Returns:
- a
String
object.
-
setTarget
setTarget.
- Parameters:
target
- aString
object.
-