#include <EmptyTag.h>
Inheritance diagram for EmptyTag:


Public Methods | |
| EmptyTag (const string &name="EmptyTag", const StringMap &attributes=StringMap()) | |
| constructor. More... | |
| virtual string | ToString () const |
| convert to a string. More... | |
Protected Methods | |
| void | Init (const string &name, const StringMap &attributes) |
| initialize the tag's name and attributes. | |
an abstraction of <EmptyTag foo="bar"/>
|
|
constructor. given a name and attributes, create a new tag |
|
|
convert to a string. from the Writeable interface Reimplemented from StartTag. Reimplemented in ProcessingInstruction, and SpecialTag. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001