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