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.


Method Index

 o getHref()
The base URI See the href attribute definition in HTML 4.0.
 o getTarget()
The default target frame.
 o setHref(String)
 o setTarget(String)

Methods

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

 o setHref
 public abstract void setHref(String href)
 o getTarget
 public abstract String getTarget()
The default target frame. See the target attribute definition in HTML 4.0.

 o setTarget
 public abstract void setTarget(String target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index