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


Public Methods | |
| Tag (const string &name="Tag") | |
| constructor. More... | |
| virtual string | GetName () const |
| inspector. More... | |
| virtual void | SetName (const string &newName) |
| modifier. More... | |
| virtual string | ToString () const |
| from Writeable. More... | |
Protected Methods | |
| Tag& | Copy (const Tag &rhs) |
| Copy constructor. | |
| void | Init (const string &newName) |
| Initializer. More... | |
| bool | Equals (const Tag &rhs) const |
| == operator. More... | |
base class for all tags
|
|
constructor. takes a tag name as an argument |
|
|
== operator. from Object |
|
|
inspector.
|
|
|
Initializer. sets tag name |
|
|
modifier. sets tag name |
|
|
from Writeable. convert a Tag to a string Reimplemented in EmptyEndTag, EmptyTag, EndTag, ProcessingInstruction, SpecialTag, and StartTag. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001