org.w3c.dom.html2
public interface HTMLModElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
---|---|
String | getCite()
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
|
String | getDateTime()
The date and time of the change. |
void | setCite(String cite)
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
|
void | setDateTime(String dateTime)
The date and time of the change. |