#include <cr-selector.h>
Data Fields | |
CRSimpleSel * | simple_sel |
A Selection expression. | |
CRSelector * | next |
The next selector list element. | |
CRSelector * | prev |
CRParsingLocation | location |
glong | ref_count |
It is actually the abstraction of a comma separated list of simple selectors list. In a css2 file, a selector is a list of simple selectors separated by a comma. e.g: sel0, sel1, sel2 ... Each seln is a simple selector
Definition at line 53 of file cr-selector.h.
|
Definition at line 67 of file cr-selector.h. |
|
The next selector list element.
Definition at line 65 of file cr-selector.h. Referenced by cr_selector_append(), and cr_selector_prepend(). |
|
Definition at line 66 of file cr-selector.h. |
|
Definition at line 68 of file cr-selector.h. |
|
A Selection expression. It is a list of basic selectors. Each basic selector can be either an element selector, an id selector, a class selector, an attribute selector, an universal selector etc ... Definition at line 62 of file cr-selector.h. |