#include <stree.h>
Inheritance diagram for InlineHTML:

Public Member Functions | |
| InlineHTML (Node *statement) | |
| Constructor. | |
| virtual ostream & | php (ostream &os) const |
| Writes node to the stream as php. | |
| virtual Node * | copy () const |
| Copies the node. | |
| string | getHTML () const |
| Returns HTML. | |
| void | setHTML (const string &html) |
| Sets HTML. | |
Definition at line 439 of file stree.h.
|
|
Constructor.
Definition at line 426 of file stree.cpp. References CInlineHTML. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from Unary. Definition at line 433 of file stree.cpp. References Unary::getStatement1(), and InlineHTML(). |
|
|
Returns HTML.
Definition at line 437 of file stree.cpp. References Unary::getStatement1(). Referenced by HTMLBox::Replacer::transform(), and HTMLBox::Putter::transform(). |
|
|
Writes node to the stream as php.
Reimplemented from Unary. Definition at line 428 of file stree.cpp. References Unary::getStatement1(). |
|
|
Sets HTML.
Definition at line 441 of file stree.cpp. Referenced by HTMLBox::Replacer::transform(). |
1.3.3