All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLBaseElement
- public interface HTMLBaseElement
- extends HTMLElement
Document base URI. See the BASE element definition in HTML 4.0.
-
getHref()
- The base URI See the href attribute definition in HTML 4.0.
-
getTarget()
- The default target frame.
-
setHref(String)
-
-
setTarget(String)
-
getHref
public abstract String getHref()
- The base URI See the href attribute definition in HTML 4.0.
setHref
public abstract void setHref(String href)
getTarget
public abstract String getTarget()
- The default target frame. See the target attribute definition in HTML 4.0.
setTarget
public abstract void setTarget(String target)
All Packages Class Hierarchy This Package Previous Next Index