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 EventCommandXmlHandler:: { ... } | field |
Definition at line 88 of file ldb_eventcommand.cpp.
|
private |
Enumerator | |
---|---|
None | |
Code | |
Indent | |
String | |
Parameters |
Definition at line 91 of file ldb_eventcommand.cpp.
|
inline |
Definition at line 99 of file ldb_eventcommand.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 117 of file ldb_eventcommand.cpp.
References Code, RPG::EventCommand::code, Data::data, field, Indent, RPG::EventCommand::indent, None, Parameters, RPG::EventCommand::parameters, ref, String, and RPG::EventCommand::string.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 114 of file ldb_eventcommand.cpp.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 100 of file ldb_eventcommand.cpp.
References Code, XmlReader::Error(), field, Indent, None, Parameters, and String.
enum { ... } EventCommandXmlHandler::field |
Referenced by CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 90 of file ldb_eventcommand.cpp.
Referenced by CharacterData().