|
liblcf
|
Inheritance diagram for StructFieldXmlHandler< S >:
Collaboration diagram for StructFieldXmlHandler< S >:Public Member Functions | |
| StructFieldXmlHandler (S &ref) | |
| void | StartElement (XmlReader &stream, const char *name, const char **atts) |
| virtual void | CharacterData (XmlReader &, const std::string &) |
| virtual void | EndElement (XmlReader &, const char *) |
Private Attributes | |
| S & | ref |
Definition at line 162 of file reader_struct.cpp.
|
inline |
Definition at line 164 of file reader_struct.cpp.
|
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 166 of file reader_struct.cpp.
References XmlReader::Error(), StructFieldXmlHandler< S >::ref, and XmlReader::SetHandler().
Here is the call graph for this function:
|
private |
Definition at line 173 of file reader_struct.cpp.
Referenced by StructFieldXmlHandler< S >::StartElement().