Main Page | Alphabetical List | Data Structures | 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 66 of file cr-statement.h.


Field Documentation

CRDeclaration* _CRRuleSet::decl_list
 

A list of instances of CRDeclaration.

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

Referenced by cr_declaration_unlink().

CRStatement* _CRRuleSet::parent_media_rule
 

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

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

CRSelector* _CRRuleSet::sel_list
 

A list of instances of #CRSimpeSel.

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


The documentation for this struct was generated from the following file:
Generated on Wed Oct 1 01:36:54 2003 for Libcroco by doxygen 1.3.3