org.apache.html.dom

Class HTMLMapElementImpl

public class HTMLMapElementImpl extends HTMLElementImpl implements HTMLMapElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Revision: 1.10 $ $Date: 2005/04/18 01:09:10 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLMapElement org.apache.xerces.dom.ElementImpl

Constructor Summary
HTMLMapElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
NodecloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
HTMLCollectiongetAreas()
StringgetName()
voidsetName(String name)

Constructor Detail

HTMLMapElementImpl

public HTMLMapElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

cloneNode

public Node cloneNode(boolean deep)
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.

getAreas

public HTMLCollection getAreas()

getName

public String getName()

setName

public void setName(String name)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.