|
Libcroco
|
#include <cr-attr-sel.h>
Data Fields | |
| CRString * | name |
| CRString * | value |
| enum AttrMatchWay | match_way |
| CRAttrSel * | next |
| CRAttrSel * | prev |
| CRParsingLocation | location |
Definition at line 48 of file cr-attr-sel.h.
| CRParsingLocation _CRAttrSel::location |
Definition at line 55 of file cr-attr-sel.h.
| enum AttrMatchWay _CRAttrSel::match_way |
Definition at line 52 of file cr-attr-sel.h.
Referenced by cr_attr_sel_to_string().
| CRString* _CRAttrSel::name |
Definition at line 50 of file cr-attr-sel.h.
Referenced by cr_attr_sel_destroy(), and cr_attr_sel_to_string().
| CRAttrSel* _CRAttrSel::next |
Definition at line 53 of file cr-attr-sel.h.
Referenced by cr_attr_sel_append_attr_sel(), cr_attr_sel_destroy(), cr_attr_sel_prepend_attr_sel(), and cr_attr_sel_to_string().
| CRAttrSel* _CRAttrSel::prev |
Definition at line 54 of file cr-attr-sel.h.
Referenced by cr_attr_sel_append_attr_sel(), cr_attr_sel_prepend_attr_sel(), and cr_attr_sel_to_string().
| CRString* _CRAttrSel::value |
Definition at line 51 of file cr-attr-sel.h.
Referenced by cr_attr_sel_destroy(), and cr_attr_sel_to_string().
1.8.15