enum Combinator combinator
The combinator that separates this simple selector from the previous one.
CRSimpleSel * cr_simple_sel_prepend_simple_sel(CRSimpleSel *a_this, CRSimpleSel *a_sel)
cr_simple_sel_prepend_simple_sel:
typedefG_BEGIN_DECLS struct _CRString CRString
enum CRStatus cr_simple_sel_compute_specificity(CRSimpleSel *a_this)
cr_simple_sel_compute_specificity:
CRParsingLocation location
CRSimpleSel * cr_simple_sel_append_simple_sel(CRSimpleSel *a_this, CRSimpleSel *a_sel)
cr_simple_sel_append_simple_sel:
guchar * cr_simple_sel_to_string(CRSimpleSel const *a_this)
CRSimpleSel * cr_simple_sel_new(void)
cr_simple_sel_new:
enum CRStatus cr_simple_sel_dump_attr_sel_list(CRSimpleSel const *a_this)
The abstraction of a css2 simple selection list as defined by the right part of the "selector" produc...
CRAdditionalSel * add_sel
The additional selector list of the current simple selector.
guchar * cr_simple_sel_one_to_string(CRSimpleSel const *a_this)
void cr_simple_sel_destroy(CRSimpleSel *a_this)
cr_simple_sel_destroy:
CRStatus
The status type returned by the methods of the croco library.
enum SimpleSelectorType type_mask
enum CRStatus cr_simple_sel_dump(CRSimpleSel const *a_this, FILE *a_fp)
cr_simple_sel_dump: @a_this: the current instance of CRSimpleSel.