org.w3c.dom.html
public interface HTMLBaseElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| String | getHref()
The base URI. |
| String | getTarget()
The default target frame. |
| void | setHref(String href) |
| void | setTarget(String target) |