XML Attribute List Declaration. More...
#include <decXmlAttListDecl.h>
Public Member Functions | |
Constructors and Destructors | |
| decXmlAttListDecl (const char *name) | |
| Creates a new xml attribute list declaration with the given name. | |
| ~decXmlAttListDecl () | |
Management | |
| const char * | GetName () const |
| void | SetName (const char *name) |
Visiting | |
| void | Visit (decXmlVisitor *visitor) |
| Visits this node. | |
Casting | |
| virtual bool | CanCastToAttListDecl () |
| Determines if this element can be cast to decXmlAttListDecl which is by default false. | |
| virtual decXmlAttListDecl * | CastToAttListDecl () |
| Safely casts this element to decXmlAttListDecl or throwns an exception otherwise. | |
XML Attribute List Declaration.
| decXmlAttListDecl::decXmlAttListDecl | ( | const char * | name ) |
Creates a new xml attribute list declaration with the given name.
| decXmlAttListDecl::~decXmlAttListDecl | ( | ) |
| virtual bool decXmlAttListDecl::CanCastToAttListDecl | ( | ) | [virtual] |
Determines if this element can be cast to decXmlAttListDecl which is by default false.
Reimplemented from decXmlElement.
| virtual decXmlAttListDecl* decXmlAttListDecl::CastToAttListDecl | ( | ) | [virtual] |
Safely casts this element to decXmlAttListDecl or throwns an exception otherwise.
Reimplemented from decXmlElement.
| const char* decXmlAttListDecl::GetName | ( | ) | const [inline] |
| void decXmlAttListDecl::SetName | ( | const char * | name ) |
| void decXmlAttListDecl::Visit | ( | decXmlVisitor * | visitor ) | [virtual] |
Visits this node.
Reimplemented from decXmlContainer.
1.7.2