CEGUI::TinyXMLParser Class Reference

Implementation of XMLParser using TinyXML. More...

Inheritance diagram for CEGUI::TinyXMLParser:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::TinyXMLParser:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

Implementation of XMLParser using TinyXML.

Member Function Documentation

void CEGUI::TinyXMLParser::cleanupImpl ( void   )  [protected, virtual]

abstract method which cleans up the XMLParser after use.

Returns:
Nothing.

Implements CEGUI::XMLParser.

bool CEGUI::TinyXMLParser::initialiseImpl ( void   )  [protected, virtual]

abstract method which initialises the XMLParser ready for use.

Returns:
  • true if the module initialised successfully.
  • false if the module initialisation failed.

Implements CEGUI::XMLParser.

void CEGUI::TinyXMLParser::parseXMLFile ( XMLHandler &  handler,
const String filename,
const String schemaName,
const String resourceGroup 
) [virtual]

abstract method which initiates parsing of an XML file.

Parameters:
handler XMLHandler based object which will process the XML elements.
filename String object holding the filename of the XML file to be parsed.
schemaName String object holding the name of the XML schema file to use for validating the XML. Note that whether this is used or not is dependant upon the XMLParser in use.
resourceGroup String object holding the resource group identifier which will be passed to the ResourceProvider when loading the XML and schema files.
Returns:
Nothing.

Implements CEGUI::XMLParser.


Generated on Thu Nov 27 20:34:47 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1