Go to the documentation of this file.
24 #ifndef __CR_ATTR_SEL_H__
25 #define __CR_ATTR_SEL_H__
void cr_attr_sel_destroy(CRAttrSel *a_this)
cr_attr_sel_destroy: @a_this: the "this pointer" of the current instance of CRAttrSel.
CRParsingLocation location
void cr_attr_sel_dump(CRAttrSel const *a_this, FILE *a_fp)
cr_attr_sel_dump: @a_this: the "this pointer" of the current instance of CRAttrSel.
typedefG_BEGIN_DECLS struct _CRString CRString
enum CRStatus cr_attr_sel_prepend_attr_sel(CRAttrSel *a_this, CRAttrSel *a_attr_sel)
cr_attr_sel_prepend_attr_sel: @a_this: the "this pointer" of the current instance *of CRAttrSel.
guchar * cr_attr_sel_to_string(CRAttrSel const *a_this)
cr_attr_sel_to_string: @a_this: the current instance of CRAttrSel.
CRAttrSel * cr_attr_sel_new(void)
CRAttrSel:
enum AttrMatchWay match_way
CRStatus
The status type returned by the methods of the croco library.
enum CRStatus cr_attr_sel_append_attr_sel(CRAttrSel *a_this, CRAttrSel *a_attr_sel)
cr_attr_sel_append_attr_sel: @a_this: the this pointer of the current instance of CRAttrSel.