org.kde.koala

Class HTMLBaseElement

public class HTMLBaseElement extends HTMLElement

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

UNKNOWN: Document base URI.

Constructor Summary
protected HTMLBaseElement(Class dummy)
HTMLBaseElement()
HTMLBaseElement(HTMLBaseElement other)
HTMLBaseElement(Node other)
Method Summary
Stringhref()
The base URI See the href attribute definition in HTML 4.0.
voidsetHref(String arg1)
see href
voidsetTarget(String arg1)
see target
Stringtarget()
The default target frame.

Constructor Detail

HTMLBaseElement

protected HTMLBaseElement(Class dummy)

HTMLBaseElement

public HTMLBaseElement()

HTMLBaseElement

public HTMLBaseElement(HTMLBaseElement other)

HTMLBaseElement

public HTMLBaseElement(Node other)

Method Detail

href

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

UNKNOWN: The base URI See the .String)" id="setHref(.String)">setHref

public void setHref(String arg1)
see href

UNKNOWN: see href

setTarget

public void setTarget(String arg1)
see target

UNKNOWN: see target

target

public String target()
The default target frame. See the target attribute definition in HTML 4.0.

UNKNOWN: The default target frame.