Libcroco
Data Fields
_CRToken Struct Reference

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
 
CRStringdimen
 
CRParsingLocation location
 

Detailed Description

This class abstracts a css2 token.

Definition at line 101 of file cr-token.h.

Field Documentation

◆ dimen

CRString* _CRToken::dimen

Definition at line 115 of file cr-token.h.

◆ extra_type

enum CRTokenExtraType _CRToken::extra_type

Definition at line 104 of file cr-token.h.

Referenced by cr_tknzr_parse_token().

◆ location

CRParsingLocation _CRToken::location

◆ num

CRNum* _CRToken::num

Definition at line 111 of file cr-token.h.

Referenced by cr_tknzr_parse_token().

◆ pos

CRInputPos _CRToken::pos

Definition at line 105 of file cr-token.h.

◆ rgb

CRRgb* _CRToken::rgb

Definition at line 110 of file cr-token.h.

◆ str

CRString* _CRToken::str

◆ type

enum CRTokenType _CRToken::type

◆ u

union { ... } _CRToken::u

◆ unichar

guint32 _CRToken::unichar

Definition at line 112 of file cr-token.h.

Referenced by cr_parser_parse_page().


The documentation for this struct was generated from the following file: