File
Doc
Category
Size
Date
Package
HTMLTitleElement.java
API Doc
Java SE 5 API
985
Fri Aug 26 14:58:40 BST 2005
org.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.String
getText
()
The specified title as a string.
public void
setText
(
java.lang.String
text)
Java Code Source