Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLModElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

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

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLModElement Summary:
getCite,   getDateTime,   setCite,   setDateTime
Method from org.w3c.dom.html.HTMLModElement Detail:
 public String getCite()
    A URI designating a document that describes the reason for the change. See the cite attribute definition in HTML 4.0.
 public String getDateTime()
    The date and time of the change. See the datetime attribute definition in HTML 4.0.
 public  void setCite(String cite)
 public  void setDateTime(String dateTime)