@@ -629,18 +629,12 @@ classDiagram
629
629
class OutputFormatter {
630
630
}
631
631
632
- OutputFormatter --> "1" OutputFormat : oFormat
633
- OutputFormat --> "1" OutputFormatter : oFormatter
634
- OutputFormat --> "1" OutputFormat : oNextLevelFormat
635
-
636
632
class Parser {
637
633
}
638
634
639
635
class ParserState {
640
636
}
641
637
642
- Parser --> "1" ParserState : oParserState
643
-
644
638
class Renderable {
645
639
<<interface>>
646
640
}
@@ -684,11 +678,6 @@ classDiagram
684
678
KeyFrame --|> CSSList
685
679
KeyFrame ..|> AtRule
686
680
687
- CSSList --> "*" Comment : aComments
688
- CSSList --> "*" RuleSet : aContents
689
- CSSList --> "*" CSSList : aContents
690
- CSSList --> "*" Import : aContents
691
- CSSList --> "*" Charset : aContents
692
681
693
682
%% namespace Parsing
694
683
@@ -709,8 +698,6 @@ classDiagram
709
698
UnexpectedEOFException --|> UnexpectedTokenException
710
699
UnexpectedTokenException --|> SourceException
711
700
712
- Anchor --> "1" ParserState : oParserState
713
- ParserState --> "1" Settings : oParserSettings
714
701
715
702
%% namespace Property
716
703
@@ -735,11 +722,6 @@ classDiagram
735
722
Import ..|> AtRule
736
723
KeyframeSelector --|> Selector
737
724
738
- Charset --> "1" CSSString : oCharset
739
- Charset --> "*" Comment : aComments
740
- CSSNamespace --> "*" Comment : aComments
741
- Import --> "*" Comment : aComments
742
-
743
725
744
726
%% namespace Rule
745
727
@@ -749,9 +731,6 @@ classDiagram
749
731
Rule ..|> Renderable
750
732
Rule ..|> Commentable
751
733
752
- Rule --> "1" RuleValueList : mValue
753
- Rule --> "*" Comment : aComments
754
-
755
734
756
735
%% namespace RuleSet
757
736
@@ -769,10 +748,6 @@ classDiagram
769
748
RuleSet ..|> Renderable
770
749
RuleSet ..|> Commentable
771
750
772
- DeclarationBlock --> "*" Selector : aSelectors
773
- RuleSet --> "*" Rule : aRules
774
- RuleSet --> "*" Comment : aComments
775
-
776
751
777
752
%% namespace Value
778
753
@@ -817,11 +792,31 @@ classDiagram
817
792
Value ..|> Renderable
818
793
ValueList --|> Value
819
794
795
+ Anchor --> "1" ParserState : oParserState
796
+ CSSList --> "*" CSSList : aContents
797
+ CSSList --> "*" Charset : aContents
798
+ CSSList --> "*" Comment : aComments
799
+ CSSList --> "*" Import : aContents
800
+ CSSList --> "*" RuleSet : aContents
801
+ CSSNamespace --> "*" Comment : aComments
802
+ Charset --> "*" Comment : aComments
803
+ Charset --> "1" CSSString : oCharset
804
+ DeclarationBlock --> "*" Selector : aSelectors
805
+ Import --> "*" Comment : aComments
806
+ OutputFormat --> "1" OutputFormat : oNextLevelFormat
807
+ OutputFormat --> "1" OutputFormatter : oFormatter
808
+ OutputFormatter --> "1" OutputFormat : oFormat
809
+ Parser --> "1" ParserState : oParserState
810
+ ParserState --> "1" Settings : oParserSettings
811
+ Rule --> "*" Comment : aComments
812
+ Rule --> "1" RuleValueList : mValue
813
+ RuleSet --> "*" Comment : aComments
814
+ RuleSet --> "*" Rule : aRules
820
815
URL --> "1" CSSString : oURL
821
- ValueList --> "*" RuleValueList : aComponents
822
816
ValueList --> "*" CSSFunction : aComponents
823
817
ValueList --> "*" CSSString : aComponents
824
818
ValueList --> "*" LineName : aComponents
819
+ ValueList --> "*" RuleValueList : aComponents
825
820
ValueList --> "*" Size : aComponents
826
821
ValueList --> "*" URL : aComponents
827
822
```
0 commit comments