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

Public Member Functions | |
| InlineHTMLList () | |
| Constructor. | |
| InlineHTMLList (Node *statement) | |
| Constructor. | |
| virtual ostream & | php (ostream &os) const |
| Writes node to the stream as php. | |
| virtual Node * | copy () const |
| Copies the node. | |
Definition at line 90 of file stree.h.
|
|
Constructor.
Definition at line 45 of file stree.cpp. References CInlineHTMLList. Referenced by copy(). |
|
|
Constructor.
Definition at line 47 of file stree.cpp. References CInlineHTMLList. |
|
|
Copies the node.
Reimplemented from List. Definition at line 59 of file stree.cpp. References List::copyContent(), and InlineHTMLList(). |
|
|
Writes node to the stream as php.
Reimplemented from List. |
1.3.3