@@ -783,28 +783,28 @@ classDiagram
783
783
%% end of the generated part
784
784
785
785
786
- Anchor --> "1" ParserState: parserState
787
- CSSList --> "*" CSSList: contents
788
- CSSList --> "*" Charset: contents
789
- CSSList --> "*" Comment: comments
790
- CSSList --> "*" Import: contents
791
- CSSList --> "*" RuleSet: contents
792
- CSSNamespace --> "*" Comment: comments
793
- Charset --> "*" Comment: comments
794
- Charset --> "1" CSSString: charset
795
- DeclarationBlock --> "*" Selector: selectors
796
- Import --> "*" Comment: comments
797
- OutputFormat --> "1" OutputFormat: nextLevelFormat
798
- OutputFormat --> "1" OutputFormatter: outputFormatter
799
- OutputFormatter --> "1" OutputFormat: outputFormat
800
- Parser --> "1" ParserState: parserState
801
- ParserState --> "1" Settings: parserSettings
802
- Rule --> "*" Comment: comments
803
- Rule --> "1" RuleValueList: value
804
- RuleSet --> "*" Comment: comments
805
- RuleSet --> "*" Rule: rules
806
- URL --> "1" CSSString: url
807
- ValueList --> "*" Value: components
786
+ Anchor --> ParserState: parserState
787
+ CSSList --> CSSList: contents
788
+ CSSList --> Charset: contents
789
+ CSSList --> Comment: comments
790
+ CSSList --> Import: contents
791
+ CSSList --> RuleSet: contents
792
+ CSSNamespace --> Comment: comments
793
+ Charset --> Comment: comments
794
+ Charset --> CSSString: charset
795
+ DeclarationBlock --> Selector: selectors
796
+ Import --> Comment: comments
797
+ OutputFormat --> OutputFormat: nextLevelFormat
798
+ OutputFormat --> OutputFormatter: outputFormatter
799
+ OutputFormatter --> OutputFormat: outputFormat
800
+ Parser --> ParserState: parserState
801
+ ParserState --> Settings: parserSettings
802
+ Rule --> Comment: comments
803
+ Rule --> RuleValueList: value
804
+ RuleSet --> Comment: comments
805
+ RuleSet --> Rule: rules
806
+ URL --> CSSString: url
807
+ ValueList --> Value: components
808
808
```
809
809
810
810
## API and deprecation policy
0 commit comments