#include <htmlbox.h>
Inheritance diagram for HTMLBox::Replacer:
Public Member Functions | |
Replacer (HTMLBox &ihtmlBox) | |
Constructor. | |
virtual Node * | transform (Node *node) const |
Private Attributes | |
HTMLBox & | htmlBox |
Definition at line 27 of file htmlbox.h.
|
Constructor.
Definition at line 31 of file htmlbox.h. References htmlBox. |
|
Implements Node::Transformer. Definition at line 15 of file htmlbox.cpp. References CInlineHTML, InlineHTML::getHTML(), HTMLBox::getHTML(), Node::getName(), htmlBox, and InlineHTML::setHTML(). |
|
Definition at line 28 of file htmlbox.h. Referenced by Replacer(), and transform(). |