#include <FolderParser.h>
Public Member Functions | |
| FolderParser (Folder &vocabulary, const QString &location) | |
| bool | startDocument () |
| bool | startElement (const QString &, const QString &, const QString &, const QXmlAttributes &attribs) |
| bool | characters (const QString &characters) |
| bool | endElement (const QString &, const QString &, const QString &qname) |
| bool | endDocument () |
| bool | fatalError (const QXmlParseException &exception) |
| bool | isVocabularyFile () |
Definition at line 13 of file FolderParser.h.
| FolderParser::FolderParser | ( | Folder & | vocabulary, | |
| const QString & | location | |||
| ) |
Definition at line 3 of file FolderParser.cpp.
| bool FolderParser::startDocument | ( | ) |
Definition at line 6 of file FolderParser.cpp.
| bool FolderParser::startElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | qname, | |||
| const QXmlAttributes & | attribs | |||
| ) |
Definition at line 10 of file FolderParser.cpp.
| bool FolderParser::characters | ( | const QString & | characters | ) |
Definition at line 24 of file FolderParser.cpp.
| bool FolderParser::endElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | qname | |||
| ) |
Definition at line 32 of file FolderParser.cpp.
| bool FolderParser::endDocument | ( | ) |
Definition at line 41 of file FolderParser.cpp.
| bool FolderParser::fatalError | ( | const QXmlParseException & | exception | ) |
Definition at line 45 of file FolderParser.cpp.
| bool FolderParser::isVocabularyFile | ( | ) |
Definition at line 54 of file FolderParser.cpp.
1.5.6