KHTML
DOM::HTMLModElement Class Reference
Notice of modification to part of a document. More...
#include <html_inline.h>
Public Member Functions | |
| DOMString | cite () const |
| DOMString | dateTime () const |
| HTMLModElement (const Node &other) | |
| HTMLModElement (const HTMLModElement &other) | |
| HTMLModElement () | |
| HTMLModElement & | operator= (const Node &other) |
| HTMLModElement & | operator= (const HTMLModElement &other) |
| void | setCite (const DOMString &) |
| void | setDateTime (const DOMString &) |
| ~HTMLModElement () | |
Protected Member Functions | |
| HTMLModElement (HTMLElementImpl *impl) | |
Detailed Description
Notice of modification to part of a document.
See the INS and DEL element definitions in HTML 4.0.
Definition at line 362 of file html_inline.h.
Constructor & Destructor Documentation
| HTMLModElement::HTMLModElement | ( | ) |
Definition at line 316 of file html_inline.cpp.
| HTMLModElement::HTMLModElement | ( | const HTMLModElement & | other | ) |
Definition at line 320 of file html_inline.cpp.
| DOM::HTMLModElement::HTMLModElement | ( | const Node & | other | ) | [inline] |
Definition at line 367 of file html_inline.h.
| HTMLModElement::HTMLModElement | ( | HTMLElementImpl * | impl | ) | [protected] |
Definition at line 324 of file html_inline.cpp.
| HTMLModElement::~HTMLModElement | ( | ) |
Definition at line 355 of file html_inline.cpp.
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 359 of file html_inline.cpp.
| DOMString HTMLModElement::dateTime | ( | ) | const |
The date and time of the change.
See the datetime attribute definition in HTML 4.0.
Definition at line 370 of file html_inline.cpp.
| HTMLModElement & HTMLModElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 334 of file html_inline.cpp.
| HTMLModElement & HTMLModElement::operator= | ( | const HTMLModElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 349 of file html_inline.cpp.
| void HTMLModElement::setCite | ( | const DOMString & | value | ) |
see cite
Definition at line 365 of file html_inline.cpp.
| void HTMLModElement::setDateTime | ( | const DOMString & | value | ) |
see dateTime
Definition at line 376 of file html_inline.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference