FileDocCategorySizeDatePackage
HTMLBaseElement.javaAPI DocJava SE 5 API1192Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLBaseElement

public interface HTMLBaseElement implements HTMLElement
Document base URI. See the BASE element definition in HTML 4.0.

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHref()
The base URI. See the href attribute definition in HTML 4.0.

public java.lang.StringgetTarget()
The default target frame. See the target attribute definition in HTML 4.0.

public voidsetHref(java.lang.String href)

public voidsetTarget(java.lang.String target)