#include <marcparser.h>
Public Member Functions | |
| MARCParser (int recno, QMap< QString, QString > *dict) | |
| bool | startDocument () |
| bool | startElement (const QString &, const QString &, const QString &, const QXmlAttributes &) |
| bool | endElement (const QString &, const QString &, const QString &) |
| bool | characters (const QString &) |
| QMap< QString, QString > * | getDict () |
Private Attributes | |
| int | rec |
| QMap< QString, QString > * | dict |
| QString | datafield |
| QString | subfield |
| QString | key |
| QString | token |
| int | authorno |
|
||||||||||||
|
Definition at line 3 of file marcparser.cpp. References authorno. |
|
|
Definition at line 13 of file marcparser.cpp. References token. |
|
||||||||||||||||
|
Definition at line 27 of file marcparser.cpp. References authorno, datafield, key, rec, subfield, and token. |
|
|
Definition at line 17 of file marcparser.h. |
|
|
Definition at line 8 of file marcparser.cpp. |
|
||||||||||||||||||||
|
Definition at line 18 of file marcparser.cpp. |
|
|
Definition at line 25 of file marcparser.h. Referenced by endElement(), and MARCParser(). |
|
|
Definition at line 22 of file marcparser.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 21 of file marcparser.h. |
|
|
Definition at line 23 of file marcparser.h. Referenced by endElement(). |
|
|
Definition at line 20 of file marcparser.h. Referenced by endElement(). |
|
|
Definition at line 22 of file marcparser.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 24 of file marcparser.h. Referenced by characters(), and endElement(). |
1.3.6-20040222