liblcf
|
#include <reader_struct.h>
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 |
Root node XML handler.
Definition at line 725 of file reader_struct.h.
|
inline |
Definition at line 728 of file reader_struct.h.
|
inlinevirtualinherited |
Reimplemented in StructXmlHandler< S >, FlagsXmlHandler< S >, MoveCommandXmlHandler, TreeMapXmlHandler, RectXmlHandler, ParametersXmlHandler, EventCommandXmlHandler, and EquipmentXmlHandler.
Definition at line 120 of file reader_xml.h.
Referenced by XmlReader::EndElement().
|
inlinevirtualinherited |
Reimplemented in StructXmlHandler< S >, FlagsXmlHandler< S >, MoveCommandXmlHandler, TreeMapXmlHandler, RectXmlHandler, ParametersXmlHandler, EventCommandXmlHandler, and EquipmentXmlHandler.
Definition at line 121 of file reader_xml.h.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 730 of file reader_struct.h.
References XmlReader::Error(), RootXmlHandler< S >::name, and RootXmlHandler< S >::ref.
|
private |
Definition at line 738 of file reader_struct.h.
Referenced by RootXmlHandler< S >::StartElement().
|
private |
Definition at line 737 of file reader_struct.h.
Referenced by RootXmlHandler< S >::StartElement().