XML Attribute Type Enumeration. More...
#include <decXmlAttTypeEnum.h>
Public Member Functions | |
Constructors and Destructors | |
| decXmlAttTypeEnum () | |
| Creates a new xml attribute type enumeration. | |
| ~decXmlAttTypeEnum () | |
| Cleans up the xml attribute type enumeration. | |
Visiting | |
| void | Visit (decXmlVisitor *visitor) |
| Visits this node. | |
Casting | |
| virtual bool | CanCastToAttTypeEnum () |
| Determines if this element can be cast to decXmlAttTypeEnum which is by default false. | |
| virtual decXmlAttTypeEnum * | CastToAttTypeEnum () |
| Safely casts this element to decXmlAttTypeEnum or throwns an exception otherwise. | |
XML Attribute Type Enumeration.
| decXmlAttTypeEnum::decXmlAttTypeEnum | ( | ) |
Creates a new xml attribute type enumeration.
| decXmlAttTypeEnum::~decXmlAttTypeEnum | ( | ) |
Cleans up the xml attribute type enumeration.
| virtual bool decXmlAttTypeEnum::CanCastToAttTypeEnum | ( | ) | [virtual] |
Determines if this element can be cast to decXmlAttTypeEnum which is by default false.
Reimplemented from decXmlElement.
| virtual decXmlAttTypeEnum* decXmlAttTypeEnum::CastToAttTypeEnum | ( | ) | [virtual] |
Safely casts this element to decXmlAttTypeEnum or throwns an exception otherwise.
Reimplemented from decXmlElement.
| void decXmlAttTypeEnum::Visit | ( | decXmlVisitor * | visitor ) | [virtual] |
Visits this node.
Reimplemented from decXmlContainer.
1.7.2