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.
-
getText()
- The specified title as a string.
-
setText(String)
-
getText
public abstract String getText()
- The specified title as a string.
setText
public abstract void setText(String text)
All Packages Class Hierarchy This Package Previous Next Index