#include <VocabParser.h>
| Public Member Functions | |
| VocabParser (Vocabulary &vocabulary, const QStringList &languages) | |
| 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 17 of file VocabParser.h.
| VocabParser::VocabParser | ( | Vocabulary & | vocabulary, | |
| const QStringList & | languages | |||
| ) | 
Definition at line 3 of file VocabParser.cpp.
| bool VocabParser::startDocument | ( | ) | 
Definition at line 6 of file VocabParser.cpp.
| bool VocabParser::startElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | qname, | |||
| const QXmlAttributes & | attribs | |||
| ) | 
Definition at line 10 of file VocabParser.cpp.
| bool VocabParser::characters | ( | const QString & | characters | ) | 
Definition at line 44 of file VocabParser.cpp.
| bool VocabParser::endElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | qname | |||
| ) | 
Definition at line 52 of file VocabParser.cpp.
| bool VocabParser::endDocument | ( | ) | 
Definition at line 80 of file VocabParser.cpp.
| bool VocabParser::fatalError | ( | const QXmlParseException & | exception | ) | 
Definition at line 84 of file VocabParser.cpp.
| bool VocabParser::isVocabularyFile | ( | ) | 
Definition at line 93 of file VocabParser.cpp.
 1.5.6
 1.5.6