21 #ifndef GRANTLEE_TOKEN_H 22 #define GRANTLEE_TOKEN_H 24 #include <QtCore/QString> int linenumber
The line number this Token starts at.
The Token is a block, ie, part of a tag.
The Token is a text fragment.
QString content
The content of this Token.
The Token is a variable node.
int tokenType
The Type of this Token.
The Token is a comment node.
The Grantlee namespace holds all public Grantlee API.