liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RootXmlHandler< S > Class Template Reference

#include <reader_struct.h>

+ Inheritance diagram for RootXmlHandler< S >:
+ Collaboration diagram for RootXmlHandler< S >:

Public Member Functions

 RootXmlHandler (S &ref, const char *const name)
 
void StartElement (XmlReader &stream, const char *name, const char **)
 
virtual void CharacterData (XmlReader &, const std::string &)
 
virtual void EndElement (XmlReader &, const char *)
 

Private Attributes

S & ref
 
const char *const name
 

Detailed Description

template<class S>
class RootXmlHandler< S >

Root node XML handler.

Definition at line 682 of file reader_struct.h.

Constructor & Destructor Documentation

template<class S >
RootXmlHandler< S >::RootXmlHandler ( S &  ref,
const char *const  name 
)
inline

Definition at line 685 of file reader_struct.h.

Member Function Documentation

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

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 *   
)
inlinevirtualinherited
template<class S >
void RootXmlHandler< S >::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 687 of file reader_struct.h.

References XmlReader::Error(), and RootXmlHandler< S >::ref.

+ Here is the call graph for this function:

Member Data Documentation

template<class S >
const char* const RootXmlHandler< S >::name
private

Definition at line 695 of file reader_struct.h.

template<class S >
S& RootXmlHandler< S >::ref
private

Definition at line 694 of file reader_struct.h.

Referenced by RootXmlHandler< S >::StartElement().


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