HTMLMapElementImplpublic class HTMLMapElementImpl extends HTMLElementImpl implements HTMLMapElement
Fields Summary |
---|
private HTMLCollection | _areas |
Constructors Summary |
---|
public HTMLMapElementImpl(HTMLDocumentImpl owner, String name)Constructor requires owner document.
super( owner, name );
|
|