org.kde.koala
public class HTMLMapElement extends HTMLElement
UNKNOWN: Client-side image map.
Constructor Summary | |
---|---|
protected | HTMLMapElement(Class dummy) |
HTMLMapElement() | |
HTMLMapElement(HTMLMapElement other) | |
HTMLMapElement(Node other) |
Method Summary | |
---|---|
HTMLCollection | areas()
The list of areas defined for the image map. |
String | name()
Names the map (for use with usemap ). |
void | setName(String arg1)
see name |
UNKNOWN: The list of areas defined for the image map.
usemap
). See the
name attribute definition in HTML 4.0.UNKNOWN: Names the map (for use with usemap
).
UNKNOWN: see name