Libcroco
|
The private attributes of CRParser. More...
Data Fields | |
CRTknzr * | tknzr |
The tokenizer. More... | |
CRDocHandler * | sac_handler |
The sac handlers to call to notify the parsing of the css2 constructions. More... | |
GList * | err_stack |
A stack of errors reported by the parsing routines. More... | |
enum CRParserState | state |
gboolean | resolve_import |
gboolean | is_case_sensitive |
gboolean | use_core_grammar |
The private attributes of CRParser.
Definition at line 108 of file cr-parser.c.
GList* _CRParserPriv::err_stack |
A stack of errors reported by the parsing routines.
Contains instance of CRParserError. This pointer is the top of the stack.
Definition at line 127 of file cr-parser.c.
gboolean _CRParserPriv::is_case_sensitive |
Definition at line 131 of file cr-parser.c.
gboolean _CRParserPriv::resolve_import |
Definition at line 130 of file cr-parser.c.
CRDocHandler* _CRParserPriv::sac_handler |
The sac handlers to call to notify the parsing of the css2 constructions.
Definition at line 119 of file cr-parser.c.
enum CRParserState _CRParserPriv::state |
Definition at line 129 of file cr-parser.c.
CRTknzr* _CRParserPriv::tknzr |
The tokenizer.
Definition at line 112 of file cr-parser.c.
gboolean _CRParserPriv::use_core_grammar |
Definition at line 132 of file cr-parser.c.