public interface

HTMLTitleElement

implements HTMLElement
org.w3c.dom.html.HTMLTitleElement

Class Overview

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

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

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getText()
The specified title as a string.
abstract void setText(String text)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getText ()

The specified title as a string.

public abstract void setText (String text)