filters
DomNode Class Reference
List of all members.Detailed Description
Definition at line 26 of file rtfimport_dom.h.
Public Member Functions | |
DomNode () | |
DomNode (const char *doctype) | |
void | clear (int level=0) |
void | addNode (const char *name) |
void | addTextNode (const char *text, QTextCodec *codec) |
void | addBorder (int id, const QColor &color, int style, double width) |
void | addColor (const QColor &color) |
void | addRect (int left, int top, int right, int bottom) |
void | addKey (const QDateTime &dt, const QString &filename, const QString &name=QString::null) |
void | addFrameSet (const char *name, int frameType, int frameInfo) |
void | addFrame (int left, int top, int right, int bottom, int autoCreateNewFrame, int newFrameBehaviour, int sheetSide) |
void | setAttribute (const QString &attribute, const QString &value) |
void | setAttribute (const char *name, int value) |
void | setAttribute (const char *name, double value) |
void | closeNode (const char *name) |
void | closeTag (bool nl) |
void | appendNode (const DomNode &child) |
void | append (const QCString &cstr) |
void | append (const QString &_str) |
void | append (const char ch) |
bool | isEmpty () const |
QString | toString () const |
Constructor & Destructor Documentation
|
Creates a new document.
Definition at line 67 of file rtfimport_dom.cpp. |
Member Function Documentation
|
Add border to existing frameset (see KWord DTD).
Definition at line 124 of file rtfimport_dom.cpp. |
|
Add color attributes to document node.
Definition at line 143 of file rtfimport_dom.cpp. |
|
Add frame to existing frameset (see KWord DTD).
Definition at line 205 of file rtfimport_dom.cpp. |
|
Add frameset to document (see KWord DTD).
Definition at line 192 of file rtfimport_dom.cpp. |
|
Add pixmap or clipart key.
Definition at line 167 of file rtfimport_dom.cpp. |
|
Adds a new node.
Definition at line 94 of file rtfimport_dom.cpp. |
|
Add rectangle attributes to document node.
Definition at line 153 of file rtfimport_dom.cpp. |
|
Adds a text node.
Definition at line 107 of file rtfimport_dom.cpp. |
|
Appends XML text to node.
Definition at line 315 of file rtfimport_dom.cpp. |
|
Appends XML text to node.
Definition at line 320 of file rtfimport_dom.cpp. |
|
Appends a child node.
Definition at line 305 of file rtfimport_dom.cpp. |
|
Creates a new document node (no memory allocation).
Definition at line 82 of file rtfimport_dom.cpp. |
|
Closes a document node.
Definition at line 256 of file rtfimport_dom.cpp. |
|
Closes the current XML tag (if open).
Definition at line 281 of file rtfimport_dom.cpp. |
|
Returns true if node is empty.
Definition at line 333 of file rtfimport_dom.cpp. |
|
Sets a new attribute to a double value.
Definition at line 245 of file rtfimport_dom.cpp. |
|
Sets a new attribute to an integer value.
Definition at line 235 of file rtfimport_dom.cpp. |
|
Sets a new attribute to a string value.
Definition at line 221 of file rtfimport_dom.cpp. |
|
Returns the data of the document node.
Definition at line 341 of file rtfimport_dom.cpp. |
The documentation for this class was generated from the following files: