#include <XMLSongReader.h>
Collaboration diagram for XMLSongReader:
Public Member Functions | |
XMLSongReader (char *path) | |
constructor path to the xml file | |
virtual | ~XMLSongReader (void) |
destructor | |
void | parse () |
parse the xml sheet to a SongText | |
SongText * | getSongText () |
get the root node of the parsed SongText | |
Protected Attributes | |
char * | filepath |
SongText * | st |
|
constructor path to the xml file
|
|
destructor
|
|
get the root node of the parsed SongText
|
|
parse the xml sheet to a SongText
|
|
|
|
|