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


Public Methods | |
| TagChild (const Tag *tag=NULL) | |
| constructor. | |
| Tag* | GetTag () const |
| return tag member. | |
| void | SetTag (const Tag *newTag) |
| set the tag member. | |
| string | ToString () const |
| convert to a string. | |
Protected Methods | |
| TagChild& | Copy (const TagChild &rhs) |
| copy constructor. | |
| void | Init (const Tag *newTag) |
| initializer. | |
| bool | Equals (const TagChild &rhs) const |
| operator==. | |
An abstraction for any XML Child that is not an element or cdata such as a comment tag or processing instruction
1.2.6 written by Dimitri van Heesch,
© 1997-2001