FileDocCategorySizeDatePackage
HTMLModElement.javaAPI DocJava SE 5 API1315Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLModElement

public interface HTMLModElement implements 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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCite()
A URI designating a document that describes the reason for the change. See the cite attribute definition in HTML 4.0.

public java.lang.StringgetDateTime()
The date and time of the change. See the datetime attribute definition in HTML 4.0.

public voidsetCite(java.lang.String cite)

public voidsetDateTime(java.lang.String dateTime)