FileDocCategorySizeDatePackage
HTMLTitleElement.javaAPI DocJava SE 5 API985Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLTitleElement

public interface HTMLTitleElement implements HTMLElement
The document title. See the TITLE element definition in HTML 4.0.

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetText()
The specified title as a string.

public voidsetText(java.lang.String text)