Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

InlineHTML Class Reference

Inline HTML. More...

#include <stree.h>

Inheritance diagram for InlineHTML:

Unary List Node

Public Member Functions

 InlineHTML (Node *statement)
 Constructor.

virtual ostream & php (ostream &os) const
 Writes node to the stream as php.

virtual Nodecopy () const
 Copies the node.

string getHTML () const
 Returns HTML.

void setHTML (const string &html)
 Sets HTML.


Detailed Description

Inline HTML.

Definition at line 439 of file stree.h.


Constructor & Destructor Documentation

InlineHTML::InlineHTML Node statement  ) 
 

Constructor.

Definition at line 426 of file stree.cpp.

References CInlineHTML.

Referenced by copy().


Member Function Documentation

Node * InlineHTML::copy  )  const [virtual]
 

Copies the node.

Reimplemented from Unary.

Definition at line 433 of file stree.cpp.

References Unary::getStatement1(), and InlineHTML().

string InlineHTML::getHTML  )  const
 

Returns HTML.

Definition at line 437 of file stree.cpp.

References Unary::getStatement1().

Referenced by HTMLBox::Replacer::transform(), and HTMLBox::Putter::transform().

ostream & InlineHTML::php ostream &  os  )  const [virtual]
 

Writes node to the stream as php.

Reimplemented from Unary.

Definition at line 428 of file stree.cpp.

References Unary::getStatement1().

void InlineHTML::setHTML const string &  html  ) 
 

Sets HTML.

Definition at line 441 of file stree.cpp.

Referenced by HTMLBox::Replacer::transform().


The documentation for this class was generated from the following files:
Generated on Fri Nov 21 17:54:07 2003 for PHPX by doxygen 1.3.3