#include <LDK/XML.h>
Inheritance diagram for LDK::XmlComment:


Public Member Functions | |
| XmlComment () | |
| Constructs an empty comment. | |
| XmlComment (const XmlComment &) | |
| void | operator= (const XmlComment &base) |
| virtual | ~XmlComment () |
| virtual XmlNode * | Clone () const |
| Returns a copy of this Comment. | |
| virtual void | Print (SmartFile f, int depth) const |
| Write this Comment to a FILE stream. | |
| virtual const char * | Parse (const char *p, XmlParsingData *data, XmlEncoding encoding) |
Protected Member Functions | |
| void | CopyTo (XmlComment *target) const |
| virtual void | StreamOut (LDKXML_OSTREAM *out) const |
Definition at line 963 of file XML.h.
1.5.1