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