KHTML
#include <html_inline.h>

Protected Member Functions | |
HTMLModElement (HTMLElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_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() [1/4]
HTMLModElement::HTMLModElement | ( | ) |
Definition at line 315 of file html_inline.cpp.
◆ HTMLModElement() [2/4]
HTMLModElement::HTMLModElement | ( | const HTMLModElement & | other | ) |
Definition at line 319 of file html_inline.cpp.
◆ HTMLModElement() [3/4]
|
inline |
Definition at line 367 of file html_inline.h.
◆ HTMLModElement() [4/4]
|
protected |
Definition at line 323 of file html_inline.cpp.
◆ ~HTMLModElement()
HTMLModElement::~HTMLModElement | ( | ) |
Definition at line 354 of file html_inline.cpp.
Member Function Documentation
◆ cite()
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 358 of file html_inline.cpp.
◆ dateTime()
DOMString HTMLModElement::dateTime | ( | ) | const |
The date and time of the change.
See the datetime attribute definition in HTML 4.0.
Definition at line 369 of file html_inline.cpp.
◆ operator=() [1/2]
HTMLModElement & HTMLModElement::operator= | ( | const HTMLModElement & | other | ) |
Definition at line 348 of file html_inline.cpp.
◆ operator=() [2/2]
HTMLModElement & HTMLModElement::operator= | ( | const Node & | other | ) |
Definition at line 333 of file html_inline.cpp.
◆ setCite()
void HTMLModElement::setCite | ( | const DOMString & | value | ) |
see cite
Definition at line 364 of file html_inline.cpp.
◆ setDateTime()
void HTMLModElement::setDateTime | ( | const DOMString & | value | ) |
see dateTime
Definition at line 375 of file html_inline.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.