XML CD Section. More...
#include <decXmlCDSect.h>
Public Member Functions | |
Constructors and Destructors | |
| decXmlCDSect (const char *data) | |
| Creates a new xml cd section with the given data. | |
| ~decXmlCDSect () | |
| Cleans up the xml cd section. | |
Visiting | |
| void | Visit (decXmlVisitor *visitor) |
| Visits this node. | |
Casting | |
| virtual bool | CanCastToCDSect () |
| Determines if this element can be cast to decXmlCDSect which is by default false. | |
| virtual decXmlCDSect * | CastToCDSect () |
| Safely casts this element to decXmlCDSect or throwns an exception otherwise. | |
XML CD Section.
| decXmlCDSect::decXmlCDSect | ( | const char * | data ) |
Creates a new xml cd section with the given data.
| decXmlCDSect::~decXmlCDSect | ( | ) |
Cleans up the xml cd section.
| virtual bool decXmlCDSect::CanCastToCDSect | ( | ) | [virtual] |
Determines if this element can be cast to decXmlCDSect which is by default false.
Reimplemented from decXmlElement.
| virtual decXmlCDSect* decXmlCDSect::CastToCDSect | ( | ) | [virtual] |
Safely casts this element to decXmlCDSect or throwns an exception otherwise.
Reimplemented from decXmlElement.
| void decXmlCDSect::Visit | ( | decXmlVisitor * | visitor ) | [virtual] |
Visits this node.
Reimplemented from decXmlCharacterData.
1.7.2