All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.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 Index

 o getCite()
A URI designating a document that describes the reason for the change.
 o getDateTime()
The date and time of the change.
 o setCite(String)
 o setDateTime(String)

Methods

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

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

 o setDateTime
 public abstract void setDateTime(String dateTime)

All Packages  Class Hierarchy  This Package  Previous  Next  Index