org.kde.koala

Class HTMLModElement

public class HTMLModElement extends HTMLElement

Notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.0.

UNKNOWN: Notice of modification to part of a document.

Constructor Summary
protected HTMLModElement(Class dummy)
HTMLModElement()
HTMLModElement(HTMLModElement other)
HTMLModElement(Node other)
Method Summary
Stringcite()
A URI designating a document that describes the reason for the change.
StringdateTime()
The date and time of the change.
voidsetCite(String arg1)
see cite
voidsetDateTime(String arg1)
see dateTime

Constructor Detail

HTMLModElement

protected HTMLModElement(Class dummy)

HTMLModElement

public HTMLModElement()

HTMLModElement

public HTMLModElement(HTMLModElement other)

HTMLModElement

public HTMLModElement(Node other)

Method Detail

cite

public String cite()
A URI designating a document that describes the reason for the change. See the cite attribute definition in HTML 4.0.

UNKNOWN: A URI designating a document that describes the reason for the change.

dateTime

public String dateTime()
The date and time of the change. See the datetime attribute definition in HTML 4.0.

UNKNOWN: The date and time of the change.

setCite

public void setCite(String arg1)
see cite

UNKNOWN: see cite

setDateTime

public void setDateTime(String arg1)
see dateTime

UNKNOWN: see dateTime