liblcf
|
Public Member Functions | |
EventCommandXmlHandler (rpg::EventCommand &ref) | |
void | StartElement (XmlReader &stream, const char *name, const char **) |
void | EndElement (XmlReader &, const char *) |
void | CharacterData (XmlReader &, const std::string &data) |
Private Types | |
enum | { None , Code , Indent , String , Parameters } |
Private Attributes | |
rpg::EventCommand & | ref |
enum lcf::EventCommandXmlHandler:: { ... } | field |
Definition at line 89 of file ldb_eventcommand.cpp.
Enumerator | |
---|---|
None | |
Code | |
Indent | |
String | |
Parameters |
Definition at line 92 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 100 of file ldb_eventcommand.cpp.
Definition at line 118 of file ldb_eventcommand.cpp.
References Code, field, Indent, None, Parameters, ref, and String.
Definition at line 115 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 101 of file ldb_eventcommand.cpp.
References Code, field, Indent, None, Parameters, and String.
enum { ... } lcf::EventCommandXmlHandler::field |
Referenced by CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 91 of file ldb_eventcommand.cpp.
Referenced by CharacterData().