CSS token. More...
#include <css_token.h>
Public Member Functions | |
Construction | |
| CL_CSSToken () | |
| Constructs a null token. | |
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 |
| CL_String | value |
| CL_String | dimension |
CSS token.
!group=Core/CSS! !header=core.h!
| enum CL_CSSToken::Type |
| CL_CSSToken::CL_CSSToken | ( | ) | [inline] |
Constructs a null token.
1.7.1