|
liblcf
|
#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 |
Root node XML handler.
Definition at line 682 of file reader_struct.h.
|
inline |
Definition at line 685 of file reader_struct.h.
|
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:
|
inlinevirtualinherited |
Reimplemented in MoveCommandXmlHandler, StructXmlHandler< S >, EventCommandXmlHandler, FlagsXmlHandler< S >, TreeMapXmlHandler, ParametersXmlHandler, EquipmentXmlHandler, and RectXmlHandler.
Definition at line 130 of file reader_xml.h.
|
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:
|
private |
Definition at line 695 of file reader_struct.h.
|
private |
Definition at line 694 of file reader_struct.h.
Referenced by RootXmlHandler< S >::StartElement().