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 <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ins">
INS </a> and <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-del">
DEL </a> element definitions in HTML 4.0.
HTMLModElement ()
| HTMLModElement |
HTMLModElement (const HTMLModElement &other)
| HTMLModElement |
HTMLModElement (const Node &other)
| HTMLModElement |
HTMLModElement (HTMLModElementImpl *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 <a href="http://www.w3.org/TR/REC-html40/">
cite attribute definition </a> in HTML 4.0.
void setCite ( const DOMString & )
| setCite |
see cite
DOMString dateTime ()
| dateTime |
[const]
The date and time of the change. See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#adef-datetime">
datetime attribute definition </a> in HTML 4.0.
void setDateTime ( const DOMString & )
| setDateTime |
see dateTime
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |