lib/qnfa/xml2qnfa.cpp File Reference

Implementation of the QNFA builder (fetch syntax engine data from XML files). More...

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

Include dependency graph for xml2qnfa.cpp:


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

Detailed Description

Implementation of the QNFA builder (fetch syntax engine data from XML files).


Generated on Sun Feb 15 22:50:16 2009 for QCodeEdit by  doxygen 1.5.7.1