org.w3c.dom.html

Interface HTMLBaseElement

public interface HTMLBaseElement extends HTMLElement

Document base URI. See the BASE element definition in HTML 4.0.
Method Summary
StringgetHref()
The base URI See the href attribute definition in HTML 4.0.
StringgetTarget()
The default target frame.
voidsetHref(String href)
voidsetTarget(String target)

Method Detail

getHref

public String getHref()
The base URI See the href attribute definition in HTML 4.0.

getTarget

public String getTarget()
The default target frame. See the target attribute definition in HTML 4.0.

setHref

public void setHref(String href)

setTarget

public void setTarget(String target)