XML Comment. More...
#include <decXmlComment.h>
Public Member Functions | |
Constructors and Destructors | |
| decXmlComment (const char *comment) | |
| Creates a new xml comment. | |
| ~decXmlComment () | |
| Cleans up the xml comment. | |
Management | |
| const char * | GetComment () const |
| void | SetComment (const char *comment) |
Visiting | |
| void | Visit (decXmlVisitor *visitor) |
| Visits this node. | |
Casting | |
| virtual bool | CanCastToComment () |
| Determines if this element can be cast to decXmlComment which is by default false. | |
| virtual decXmlComment * | CastToComment () |
| Safely casts this element to decXmlComment or throwns an exception otherwise. | |
XML Comment.
| decXmlComment::decXmlComment | ( | const char * | comment ) |
Creates a new xml comment.
| decXmlComment::~decXmlComment | ( | ) |
Cleans up the xml comment.
| virtual bool decXmlComment::CanCastToComment | ( | ) | [virtual] |
Determines if this element can be cast to decXmlComment which is by default false.
Reimplemented from decXmlElement.
| virtual decXmlComment* decXmlComment::CastToComment | ( | ) | [virtual] |
Safely casts this element to decXmlComment or throwns an exception otherwise.
Reimplemented from decXmlElement.
| const char* decXmlComment::GetComment | ( | ) | const [inline] |
| void decXmlComment::SetComment | ( | const char * | comment ) |
| void decXmlComment::Visit | ( | decXmlVisitor * | visitor ) | [virtual] |
Visits this node.
Reimplemented from decXmlElement.
1.7.2