25 #ifndef __CR_SELECTOR_H__ 26 #define __CR_SELECTOR_H__ void cr_selector_dump(CRSelector const *a_this, FILE *a_fp)
cr_selector_dump:
The Croco library basic types definitions And global definitions.
The declaration of the CRParsingLocation object.
void cr_selector_ref(CRSelector *a_this)
cr_selector_ref:
CREncoding
Encoding values.
CRSelector * next
The next selector list element.
typedefG_BEGIN_DECLS struct _CRSelector CRSelector
CRSelector * cr_selector_append(CRSelector *a_this, CRSelector *a_new)
cr_selector_append:
The abstraction of a css2 simple selection list as defined by the right part of the "selector" produc...
Abstracts a CSS2 selector as defined in the right part of the 'ruleset" production in the appendix D....
the declaration of the CRSimpleSel class.
gboolean cr_selector_unref(CRSelector *a_this)
cr_selector_unref:
guchar * cr_selector_to_string(CRSelector const *a_this)
void cr_selector_destroy(CRSelector *a_this)
cr_selector_destroy:
CRSelector * cr_selector_new(CRSimpleSel *a_sel_expr)
cr_selector_new:
CRParsingLocation location
CRSelector * cr_selector_prepend(CRSelector *a_this, CRSelector *a_new)
cr_selector_prepend:
CRSelector * cr_selector_parse_from_buf(const guchar *a_char_buf, enum CREncoding a_enc)
CRSimpleSel * simple_sel
A Selection expression.
CRSelector * cr_selector_append_simple_sel(CRSelector *a_this, CRSimpleSel *a_simple_sel)
cr_selector_append_simple_sel: