Inheritance diagram for CEGUI::TinyXMLParser:
Public Member Functions | |
void | parseXMLFile (XMLHandler &handler, const String &filename, const String &schemaName, const String &resourceGroup) |
abstract method which initiates parsing of an XML file. | |
Protected Member Functions | |
bool | initialiseImpl (void) |
abstract method which initialises the XMLParser ready for use. | |
void | cleanupImpl (void) |
abstract method which cleans up the XMLParser after use. |
|
abstract method which cleans up the XMLParser after use.
Implements CEGUI::XMLParser. |
|
abstract method which initialises the XMLParser ready for use.
Implements CEGUI::XMLParser. |
|
abstract method which initiates parsing of an XML file.
Implements CEGUI::XMLParser. |