public interface

HTMLBaseElement

implements HTMLElement
org.w3c.dom.html.HTMLBaseElement

Class Overview

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

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getHref()
The base URI.
abstract String getTarget()
The default target frame.
abstract void setHref(String href)
abstract void setTarget(String target)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getHref ()

The base URI. See the href attribute definition in HTML 4.0.

public abstract String getTarget ()

The default target frame. See the target attribute definition in HTML 4.0.

public abstract void setHref (String href)

public abstract void setTarget (String target)