org.w3c.dom.html2
public interface HTMLTitleElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| String | getText()
The specified title as a string. |
| void | setText(String text)
The specified title as a string. |