Libcroco
|
This class abstracts a css2 token. More...
#include <cr-token.h>
Data Fields | |
enum CRTokenType | type |
enum CRTokenExtraType | extra_type |
CRInputPos | pos |
union { | |
CRString * str | |
CRRgb * rgb | |
CRNum * num | |
guint32 unichar | |
} | u |
CRString * | dimen |
CRParsingLocation | location |
This class abstracts a css2 token.
Definition at line 101 of file cr-token.h.
CRString* _CRToken::dimen |
Definition at line 115 of file cr-token.h.
enum CRTokenExtraType _CRToken::extra_type |
Definition at line 104 of file cr-token.h.
Referenced by cr_tknzr_parse_token().
CRParsingLocation _CRToken::location |
Definition at line 116 of file cr-token.h.
Referenced by cr_parser_parse_charset(), cr_parser_parse_font_face(), cr_parser_parse_media(), and cr_parser_parse_page().
CRNum* _CRToken::num |
Definition at line 111 of file cr-token.h.
Referenced by cr_tknzr_parse_token().
CRInputPos _CRToken::pos |
Definition at line 105 of file cr-token.h.
CRRgb* _CRToken::rgb |
Definition at line 110 of file cr-token.h.
CRString* _CRToken::str |
Definition at line 109 of file cr-token.h.
Referenced by cr_parser_parse_charset(), cr_parser_parse_media(), cr_parser_parse_page(), and cr_tknzr_parse_token().
enum CRTokenType _CRToken::type |
Definition at line 103 of file cr-token.h.
Referenced by cr_parser_parse_charset(), cr_parser_parse_font_face(), cr_parser_parse_media(), cr_parser_parse_page(), cr_parser_parse_statement_core(), and cr_tknzr_parse_token().
union { ... } _CRToken::u |
Referenced by cr_parser_parse_charset(), cr_parser_parse_media(), cr_parser_parse_page(), and cr_tknzr_parse_token().
guint32 _CRToken::unichar |
Definition at line 112 of file cr-token.h.
Referenced by cr_parser_parse_page().