org.apache.html.dom

Class HTMLTitleElementImpl

public class HTMLTitleElementImpl extends HTMLElementImpl implements HTMLTitleElement

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:20:21 $

Author: Assaf Arkin

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

Constructor Summary
HTMLTitleElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetText()
voidsetText(String text)

Constructor Detail

HTMLTitleElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getText

public String getText()

setText

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