public interface

HTMLModElement

implements HTMLElement
org.w3c.dom.html.HTMLModElement

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getCite()
A URI designating a document that describes the reason for the change.
abstract String getDateTime()
The date and time of the change.
abstract void setCite(String cite)
abstract void setDateTime(String dateTime)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

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.

public abstract String getDateTime ()

The date and time of the change. See the datetime attribute definition in HTML 4.0.

public abstract void setCite (String cite)

public abstract void setDateTime (String dateTime)