#include <datadirect.h>
Definition at line 216 of file datadirect.h.
Public Member Functions | |
| DDStructureParser (DataDirectProcessor &_ddparent) | |
| bool | startElement (const QString &pnamespaceuri, const QString &plocalname, const QString &pqname, const QXmlAttributes &pxmlatts) |
| bool | endElement (const QString &pnamespaceuri, const QString &plocalname, const QString &pqname) |
| bool | characters (const QString &pchars) |
| bool | startDocument (void) |
| bool | endDocument (void) |
Private Attributes | |
| DataDirectProcessor & | parent |
| QString | currtagname |
| DataDirectStation | curr_station |
| DataDirectLineup | curr_lineup |
| DataDirectLineupMap | curr_lineupmap |
| DataDirectSchedule | curr_schedule |
| DataDirectProgram | curr_program |
| DataDirectProductionCrew | curr_productioncrew |
| DataDirectGenre | curr_genre |
| QString | lastprogramid |
| DDStructureParser::DDStructureParser | ( | DataDirectProcessor & | _ddparent | ) | [inline] |
Definition at line 219 of file datadirect.h.
| bool DDStructureParser::startElement | ( | const QString & | pnamespaceuri, | |
| const QString & | plocalname, | |||
| const QString & | pqname, | |||
| const QXmlAttributes & | pxmlatts | |||
| ) |
Definition at line 101 of file datadirect.cpp.
| bool DDStructureParser::endElement | ( | const QString & | pnamespaceuri, | |
| const QString & | plocalname, | |||
| const QString & | pqname | |||
| ) |
Definition at line 204 of file datadirect.cpp.
| bool DDStructureParser::characters | ( | const QString & | pchars | ) |
Definition at line 420 of file datadirect.cpp.
| bool DDStructureParser::startDocument | ( | void | ) |
Definition at line 409 of file datadirect.cpp.
| bool DDStructureParser::endDocument | ( | void | ) |
Definition at line 415 of file datadirect.cpp.
DataDirectProcessor& DDStructureParser::parent [private] |
Definition at line 234 of file datadirect.h.
Referenced by endElement(), startDocument(), and startElement().
QString DDStructureParser::currtagname [private] |
Definition at line 237 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
Definition at line 241 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
DataDirectGenre DDStructureParser::curr_genre [private] |
Definition at line 243 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
QString DDStructureParser::lastprogramid [private] |
1.5.5