org.w3c.dom.html2

Interface HTMLTitleElement

public interface HTMLTitleElement extends HTMLElement

The document title. See the TITLE element definition in HTML 4.01.

See also the Document Object Model (DOM) Level 2 HTML Specification.

Method Summary
StringgetText()
The specified title as a string.
voidsetText(String text)
The specified title as a string.

Method Detail

getText

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

setText

public void setText(String text)
The specified title as a string.