Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLBaseElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Document base URI. See the BASE element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLBaseElement Summary:
getHref,   getTarget,   setHref,   setTarget
Method from org.w3c.dom.html.HTMLBaseElement Detail:
 public String getHref()
    The base URI. See the href attribute definition in HTML 4.0.
 public String getTarget()
    The default target frame. See the target attribute definition in HTML 4.0.
 public  void setHref(String href)
 public  void setTarget(String target)