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