21#ifndef GRANTLEE_PARSER_H
22#define GRANTLEE_PARSER_H
28#include <QtCore/QStringList>
A list of Nodes with some convenience API for rendering them.
Base class for all nodes.
The Parser class processes a string template into a tree of nodes.
bool hasNextToken() const
void skipPast(const QString &tag)
Parser(const QList< Token > &tokenList, QObject *parent)
NodeList parse(Node *parent, const QString &stopAt)
QSharedPointer< Filter > getFilter(const QString &name) const
NodeList parse(Node *parent, const QStringList &stopAt={})
NodeList parse(TemplateImpl *parent, const QStringList &stopAt={})
void prependToken(const Token &token)
The Grantlee namespace holds all public Grantlee API.
int registerMetaType()
Registers the type RealType with the metatype system.