org.apache.html.dom

Class HTMLHeadElementImpl

public class HTMLHeadElementImpl extends HTMLElementImpl implements HTMLHeadElement

INTERNAL:

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

Version: $Revision: 1.9 $ $Date: 2005/04/18 00:46:04 $

Author: Assaf Arkin

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

Constructor Summary
HTMLHeadElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetProfile()
voidsetProfile(String profile)

Constructor Detail

HTMLHeadElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getProfile

public String getProfile()

setProfile

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