-
- All Known Implementing Classes:
SimpleStyleSheet
public interface StyleSheet
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StyleSheet.RuleConsumer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forEachMatchingRule(@NotNull DomElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
-
-
Method Detail
-
forEachMatchingRule
void forEachMatchingRule(@NotNull @NotNull DomElement element, @NotNull @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
-