XmlComment Class Reference
[XML]

XML comment. More...

#include <XmlComment.h>

Inheritance diagram for XmlComment:
XmlNode IMemoryValidate

List of all members.

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 ()

Detailed Description

XML comment.

Definition at line 31 of file XmlComment.h.


The documentation for this class was generated from the following files: