Torque2D Reference
|
#include <tamlParser.h>
Public Member Functions | |
TamlParser () | |
virtual | ~TamlParser () |
virtual bool | canChangeProperty (void)=0 |
Whether the parser can change a property or not. More... | |
virtual bool | accept (const char *pFilename, TamlVisitor &visitor)=0 |
Accept visitor. More... | |
void | setParsingFilename (const char *pFilename) |
Filename. More... | |
StringTableEntry | getParsingFilename (void) const |
|
inline |
|
inlinevirtual |
|
pure virtual |
Accept visitor.
Implemented in TamlJSONParser, and TamlXmlParser.
|
pure virtual |
Whether the parser can change a property or not.
Implemented in TamlJSONParser, and TamlXmlParser.
|
inline |
|
inline |
Filename.