decXmlAttListDecl Class Reference

XML Attribute List Declaration. More...

#include <decXmlAttListDecl.h>

Inheritance diagram for decXmlAttListDecl:
decXmlContainer decXmlElement

List of all members.

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 decXmlAttListDeclCastToAttListDecl ()
 Safely casts this element to decXmlAttListDecl or throwns an exception otherwise.

Detailed Description

XML Attribute List Declaration.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

decXmlAttListDecl::decXmlAttListDecl ( const char *  name )

Creates a new xml attribute list declaration with the given name.

decXmlAttListDecl::~decXmlAttListDecl (  )

Member Function Documentation

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.


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