public class

ModElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.ModElement

Class Overview

Notice of modification to part of a document.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
ModElement()
Public Methods
static ModElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getCite()
A URI designating a document that describes the reason for the change.
final String getDateTime()
The date and time of the change.
final void setCite(String cite)
A URI designating a document that describes the reason for the change.
final void setDateTime(String dateTime)
The date and time of the change.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected ModElement ()

Public Methods

public static ModElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final String getCite ()

A URI designating a document that describes the reason for the change.

public final String getDateTime ()

The date and time of the change.

public final void setCite (String cite)

A URI designating a document that describes the reason for the change.

public final void setDateTime (String dateTime)

The date and time of the change.