All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLTitleElement

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


Method Index

 o getText()
The specified title as a string.
 o setText(String)

Methods

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

 o setText
 public abstract void setText(String text)

All Packages  Class Hierarchy  This Package  Previous  Next  Index