khtml Library API Documentation

DOM::HTMLModElement Class Reference

Notice of modification to part of a document. More...

#include <html_inline.h>

Inheritance diagram for DOM::HTMLModElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLModElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLModElement ()
 HTMLModElement (const HTMLModElement &other)
 HTMLModElement (const Node &other)
HTMLModElementoperator= (const HTMLModElement &other)
HTMLModElementoperator= (const Node &other)
 ~HTMLModElement ()
DOMString cite () const
void setCite (const DOMString &)
DOMString dateTime () const
void setDateTime (const DOMString &)

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 364 of file html_inline.h.


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.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLModElement::setCite const DOMString  ) 
 

see cite

Definition at line 366 of file html_inline.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().

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.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLModElement::setDateTime const DOMString  ) 
 

see dateTime

Definition at line 377 of file html_inline.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 07:13:05 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003