class HTMLModElement
|
Notice of modification to part of a document. More... |
|
|
Public Methods
Protected Methods
Notice of modification to part of a document. See the
INS and
DEL element definitions in HTML 4.0.
HTMLModElement ()
| HTMLModElement |
HTMLModElement (const HTMLModElement &other)
| HTMLModElement |
HTMLModElement (const Node &other)
| HTMLModElement |
HTMLModElement (HTMLElementImpl *impl)
| HTMLModElement |
[protected]
HTMLModElement & operator = (const HTMLModElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLModElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLModElement ()
| ~HTMLModElement |
[const]
A URI designating a document that describes the reason for the
change. See the
cite attribute definition in HTML 4.0.
void setCite ( const DOMString & )
| setCite |
see cite
DOMString dateTime ()
| dateTime |
[const]
The date and time of the change. See the
datetime attribute definition in HTML 4.0.
void setDateTime ( const DOMString & )
| setDateTime |
see dateTime
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |