24 #ifndef __CR_ATTR_SEL_H__ 25 #define __CR_ATTR_SEL_H__
enum AttrMatchWay match_way
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.
The Croco library basic types definitions And global definitions.
The declaration of the CRParsingLocation object.
guchar * cr_attr_sel_to_string(CRAttrSel const *a_this)
cr_attr_sel_to_string: @a_this: the current instance of CRAttrSel.
CRParsingLocation location
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.
Declaration file of the CRString class.
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
CRAttrSel * cr_attr_sel_new(void)
CRAttrSel:
void cr_attr_sel_destroy(CRAttrSel *a_this)
cr_attr_sel_destroy: @a_this: the "this pointer" of the current instance of CRAttrSel.