#include <InnerTemplateAIMLTags.h>
Public Member Functions | |
CustomGet (GraphBuilderFramework &builder) throw () | |
Default constructor to call Tag::addInstanceOf() and to set the builder reference. | |
virtual StringPimpl | getString () const throw (InternalProgrammerErrorException &) |
Returns the html string name of the AIML XML name of this class and any AIML XML tags that are inside of this AIML XML Tag. | |
virtual void | setAttribute (const StringPimpl &name, const StringPimpl &value) throw (InternalProgrammerErrorException &) |
Sets the attribute to a value. | |
Private Attributes | |
string | m_name |
Name of the attribute. | |
string | m_value |
Value of the attribute. |
|
Default constructor to call Tag::addInstanceOf() and to set the builder reference.
|
|
Returns the html string name of the AIML XML name of this class and any AIML XML tags that are inside of this AIML XML Tag.
|
|
Sets the attribute to a value. This is overriden to gain access to the attribute.
|
|
Name of the attribute.
|
|
Value of the attribute.
|