liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
XmlHandler Class Reference

#include <reader_xml.h>

+ Inheritance diagram for XmlHandler:
+ Collaboration diagram for XmlHandler:

Public Member Functions

virtual void StartElement (XmlReader &, const char *, const char **)
 
virtual void CharacterData (XmlReader &, const std::string &)
 
virtual void EndElement (XmlReader &, const char *)
 
 XmlHandler ()
 
virtual ~XmlHandler ()
 

Detailed Description

XmlHandler abstract base class.

Definition at line 125 of file reader_xml.h.

Constructor & Destructor Documentation

XmlHandler::XmlHandler ( )
inline

Definition at line 131 of file reader_xml.h.

virtual XmlHandler::~XmlHandler ( )
inlinevirtual

Definition at line 132 of file reader_xml.h.

Member Function Documentation

virtual void XmlHandler::CharacterData ( XmlReader ,
const std::string &   
)
inlinevirtual

Reimplemented in MoveCommandXmlHandler, StructXmlHandler< S >, EventCommandXmlHandler, FlagsXmlHandler< S >, TreeMapXmlHandler, ParametersXmlHandler, EquipmentXmlHandler, and RectXmlHandler.

Definition at line 129 of file reader_xml.h.

Referenced by XmlReader::EndElement().

+ Here is the caller graph for this function:

virtual void XmlHandler::EndElement ( XmlReader ,
const char *   
)
inlinevirtual

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