Package com.github.weisj.jsvg.parser.css
Interface StyleSheet
-
- 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 ParsedElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
-
-
Method Detail
-
forEachMatchingRule
void forEachMatchingRule(@NotNull @NotNull ParsedElement element, @NotNull @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
-