Package com.github.weisj.jsvg.parser.css
Interface CssParser
-
- All Known Implementing Classes:
SimpleCssParser
public interface CssParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StyleSheet
parse(@NotNull java.util.List<char[]> input)
-
-
-
Method Detail
-
parse
@NotNull @NotNull StyleSheet parse(@NotNull @NotNull java.util.List<char[]> input)
-
-