Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_CRRuleSet Struct Reference

The abstraction of a css ruleset. More...

#include <cr-statement.h>


Data Fields

CRSelectorsel_list
 A list of instances of #CRSimpeSel.
CRDeclarationdecl_list
 A list of instances of CRDeclaration.
CRStatementparent_media_rule
 The parent media rule, or NULL if no parent media rule exists.


Detailed Description

The abstraction of a css ruleset.

A ruleset is made of a list of selectors, followed by a list of declarations.

Definition at line 63 of file cr-statement.h.


Field Documentation

CRDeclaration* _CRRuleSet::decl_list
 

A list of instances of CRDeclaration.

Definition at line 69 of file cr-statement.h.

Referenced by cr_declaration_unlink(), cr_statement_new_ruleset(), cr_statement_ruleset_append_decl(), cr_statement_ruleset_append_decl2(), cr_statement_ruleset_get_declarations(), and cr_statement_ruleset_set_decl_list().

CRStatement* _CRRuleSet::parent_media_rule
 

The parent media rule, or NULL if no parent media rule exists.

Definition at line 75 of file cr-statement.h.

Referenced by cr_statement_new_at_media_rule(), and cr_statement_new_ruleset().

CRSelector* _CRRuleSet::sel_list
 

A list of instances of #CRSimpeSel.

Definition at line 66 of file cr-statement.h.

Referenced by cr_statement_new_ruleset(), cr_statement_ruleset_get_sel_list(), cr_statement_ruleset_set_decl_list(), and cr_statement_ruleset_set_sel_list().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 29 08:29:14 2004 for Libcroco by  doxygen 1.3.9.1