|
Libcroco
|
The CRPseudo Class. More...
#include <cr-pseudo.h>
Data Fields | |
| enum CRPseudoType | type |
| CRString * | name |
| CRString * | extra |
| CRParsingLocation | location |
The CRPseudo Class.
Abstract a "pseudo" as defined by the css2 spec in appendix D.1 .
Definition at line 46 of file cr-pseudo.h.
| CRString* _CRPseudo::extra |
Definition at line 50 of file cr-pseudo.h.
Referenced by cr_pseudo_destroy().
| CRParsingLocation _CRPseudo::location |
Definition at line 51 of file cr-pseudo.h.
| CRString* _CRPseudo::name |
Definition at line 49 of file cr-pseudo.h.
Referenced by cr_pseudo_destroy(), and cr_pseudo_to_string().
| enum CRPseudoType _CRPseudo::type |
Definition at line 62 of file cr-pseudo.h.
Referenced by cr_pseudo_to_string().