lokalize
GlossaryNS::TbxParser Class Reference
#include <tbxparser_obsolete.h>
Inherits QXmlDefaultHandler.
Public Member Functions | |
TbxParser (Glossary *glossary) | |
~TbxParser () | |
bool | characters (const QString &) |
bool | endElement (const QString &, const QString &, const QString &) |
bool | startDocument () |
bool | startElement (const QString &, const QString &, const QString &, const QXmlAttributes &) |
Detailed Description
loads only data we need to store in memory e.g.
skips entries for languages other than en and current project's target language
TBX glossary parser
Definition at line 41 of file tbxparser_obsolete.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 60 of file tbxparser_obsolete.h.
|
inline |
Definition at line 65 of file tbxparser_obsolete.h.
Member Function Documentation
bool TbxParser::characters | ( | const QString & | ch | ) |
Definition at line 125 of file tbxparser_obsolete.cpp.
bool TbxParser::endElement | ( | const QString & | , |
const QString & | , | ||
const QString & | qName | ||
) |
Definition at line 75 of file tbxparser_obsolete.cpp.
bool TbxParser::startDocument | ( | ) |
Definition at line 32 of file tbxparser_obsolete.cpp.
bool TbxParser::startElement | ( | const QString & | , |
const QString & | , | ||
const QString & | qName, | ||
const QXmlAttributes & | attr | ||
) |
Definition at line 41 of file tbxparser_obsolete.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.