DOM::HTMLModElement Class Reference
#include <html_inline.h>
Inheritance diagram for DOM::HTMLModElement:

Detailed Description
Notice of modification to part of a document.See the INS and DEL element definitions in HTML 4.0.
Definition at line 364 of file html_inline.h.
Public Member Functions | |
| HTMLModElement () | |
| HTMLModElement (const HTMLModElement &other) | |
| HTMLModElement (const Node &other) | |
| HTMLModElement & | operator= (const HTMLModElement &other) |
| HTMLModElement & | operator= (const Node &other) |
| ~HTMLModElement () | |
| DOMString | cite () const |
| void | setCite (const DOMString &) |
| DOMString | dateTime () const |
| void | setDateTime (const DOMString &) |
Protected Member Functions | |
| HTMLModElement (HTMLElementImpl *impl) | |
Member Function Documentation
| DOMString HTMLModElement::cite | ( | ) | const |
A URI designating a document that describes the reason for the change.
See the cite attribute definition in HTML 4.0.
Definition at line 360 of file html_inline.cpp.
| void HTMLModElement::setCite | ( | const DOMString & | ) |
| DOMString HTMLModElement::dateTime | ( | ) | const |
The date and time of the change.
See the datetime attribute definition in HTML 4.0.
Definition at line 371 of file html_inline.cpp.
| void HTMLModElement::setDateTime | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

