#include "qnfa.h"
#include "qnfadefinition.h"
#include "qformatscheme.h"
#include <QVariant>
#include <QDomText>
#include <QDomElement>
#include <QDomDocument>

Functions | |
| bool | stringToBool (const QString &s, bool previous) |
| int | pid (const QString &s, QHash< QString, int > &pids) |
| int | action (QDomElement c, QFormatScheme *f, QHash< QString, int > &pids, int fid=0) |
| void | copy (const QCharTreeLevel &src, QCharTreeLevel &dest) |
| void | embed (QNFA *src, QNFA *dest, int idx=0) |
| void | fillContext (QNFA *cxt, QDomElement e, QFormatScheme *f, QHash< QString, int > &pids, bool cs) |
| void | fillContext (QNFA *cxt, QDomNodeList l, QFormatScheme *f, QHash< QString, int > &pids, bool cs) |
| void | addToContext (QNFA *cxt, QDomElement c, int fid, QFormatScheme *f, QHash< QString, int > &pids, const QStringList &pref, const QStringList &suff, bool cs) |
Variables | |
| QString * | _singleLineCommentTarget = 0 |
1.5.7.1