HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassXMLParser

Synopsis

Documentation

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

XMLParser

initialiseSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO Bool 

Cleans up the XMLParser - Details: Note that this calls the protected abstract method cleanupImpl, which should be provided in your implementation to perform any required cleanup.

Initialises the XMLParser - Details: Note that this calls the protected abstract method initialiseImpl, which should be provided in your implementation to perform any required initialisation.

cleanupSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO () 

Return identification string for the XML parser module. If the internal id string has not been set by the XML parser module creator, a generic string of Unknown XML parser will be returned.

getIdentifierStringSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO String

return value - String object holding a string that identifies the XML parser in use.