KHTML
khtml::AppendNodeCommand Class Reference
#include <htmlediting.h>
Inheritance diagram for khtml::AppendNodeCommand:

Detailed Description
Definition at line 91 of file htmlediting.h.
Public Member Functions | |
DOM::NodeImpl * | appendChild () const |
AppendNodeCommand (DOM::DocumentImpl *, DOM::NodeImpl *parentNode, DOM::NodeImpl *appendChild) | |
DOM::NodeImpl * | parentNode () const |
~AppendNodeCommand () |
Constructor & Destructor Documentation
khtml::AppendNodeCommand::AppendNodeCommand | ( | DOM::DocumentImpl * | , | |
DOM::NodeImpl * | parentNode, | |||
DOM::NodeImpl * | appendChild | |||
) |
khtml::AppendNodeCommand::~AppendNodeCommand | ( | ) |
Definition at line 201 of file htmlediting.cpp.
Member Function Documentation
NodeImpl * khtml::AppendNodeCommand::appendChild | ( | ) | const |
Definition at line 216 of file htmlediting.cpp.
NodeImpl * khtml::AppendNodeCommand::parentNode | ( | ) | const |
Definition at line 210 of file htmlediting.cpp.
The documentation for this class was generated from the following files: