Data Fields | |
CRTknzr * | tknzr |
The tokenizer. | |
CRDocHandler * | sac_handler |
The sac handlers to call to notify the parsing of the css2 constructions. | |
GList * | err_stack |
A stack of errors reported by the parsing routines. | |
enum CRParserState | state |
gboolean | resolve_import |
gboolean | is_case_sensitive |
gboolean | use_core_grammar |
Definition at line 115 of file cr-parser.c.
|
A stack of errors reported by the parsing routines. Contains instance of CRParserError. This pointer is the top of the stack. Definition at line 135 of file cr-parser.c. |
|
Definition at line 139 of file cr-parser.c. |
|
Definition at line 138 of file cr-parser.c. |
|
The sac handlers to call to notify the parsing of the css2 constructions.
Definition at line 127 of file cr-parser.c. |
|
Definition at line 137 of file cr-parser.c. |
|
The tokenizer.
Definition at line 120 of file cr-parser.c. |
|
Definition at line 140 of file cr-parser.c. |