org.w3c.dom.html

Interface HTMLTitleElement

public interface HTMLTitleElement extends HTMLElement

The document title. See the TITLE element definition in HTML 4.0.
Method Summary
StringgetText()
The specified title as a string.
voidsetText(String text)

Method Detail

getText

public String getText()
The specified title as a string.

setText

public void setText(String text)