org.w3c.dom.html

Interface HTMLModElement

public interface HTMLModElement extends HTMLElement

Notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.0.
Method Summary
StringgetCite()
A URI designating a document that describes the reason forthe change.
StringgetDateTime()
The date and time of the change.
voidsetCite(String cite)
voidsetDateTime(String dateTime)

Method Detail

getCite

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

getDateTime

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

setCite

public void setCite(String cite)

setDateTime

public void setDateTime(String dateTime)