CustomLi Class Reference

The Custom Li class that overrides the regular Li AIML XML Tag. More...

#include <InnerTemplateAIMLTags.h>

List of all members.

Public Member Functions

 CustomLi () throw ()
 Default constructor to call Tag::addInstanceOf().
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.


Detailed Description

The Custom Li class that overrides the regular Li AIML XML Tag.


Constructor & Destructor Documentation

CustomLi  )  throw () [inline]
 

Default constructor to call Tag::addInstanceOf().


Member Function Documentation

virtual StringPimpl getString  )  const throw (InternalProgrammerErrorException &) [inline, virtual]
 

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.

Returns:
the htm string name of the AIML XML Tag and any inner tags
Exceptions:
Does not throw anything

virtual void setAttribute const StringPimpl name,
const StringPimpl value
throw (InternalProgrammerErrorException &) [inline, virtual]
 

Sets the attribute to a value.

This is overriden to gain access to the attribute.

Parameters:
name The name of the AIML XML attribute
value The value of the AIML XML attribute
Exceptions:
Does not throw anything


Member Data Documentation

string m_name [private]
 

Name of the attribute.

string m_value [private]
 

Value of the attribute.


The documentation for this class was generated from the following file:
Generated on Thu Sep 7 22:05:52 2006 for RebeccaAIML by  doxygen 1.4.5