CSS token. More...
#include <css_token.h>
Public Member Functions | |
Construction | |
CSSToken () | |
Constructs a null token. More... | |
Attributes | |
enum | Type { type_null, type_ident, type_atkeyword, type_string, type_invalid, type_hash, type_number, type_percentage, type_dimension, type_uri, type_unicode_range, type_cdo, type_cdc, type_colon, type_semi_colon, type_curly_brace_begin, type_curly_brace_end, type_bracket_begin, type_bracket_end, type_square_bracket_begin, type_square_bracket_end, type_whitespace, type_comment, type_function, type_includes, type_dashmatch, type_delim } |
Type | type |
std::string | value |
std::string | dimension |
CSS token.
!group=Core/CSS! !header=core.h!
enum clan::CSSToken::Type |
|
inline |
Constructs a null token.
std::string clan::CSSToken::dimension |
Type clan::CSSToken::type |
std::string clan::CSSToken::value |