XML comment. More...
#include <XmlComment.h>
Public Member Functions | |
| XmlComment (const XmlComment &) | |
| void | operator= (const XmlComment &base) |
| virtual String | Name () const |
| virtual XmlNodePtr | Clone () const |
| Returns a copy of this Comment. | |
| virtual XmlCommentPtr | ToComment () const |
| Cast to a more defined type. Will return null not of the requested type. | |
| virtual StringPtr | ToString () const |
| virtual void | WriteTo (TextWriter &writer) const |
Protected Member Functions | |
| virtual const char * | _Parse (const char *p, XmlParsingData *data, XmlEncoding encoding) |
| void | CopyTo (XmlComment &target) const |
| XmlComment () | |
| Constructs an empty comment. | |
| XmlComment (const String &_value) | |
| Construct a comment from text. | |
Friends | |
| class | XmlNode |
| void | _TestTinyXml () |
XML comment.
Definition at line 31 of file XmlComment.h.