Interface CssParser

  • All Known Implementing Classes:
    SimpleCssParser

    public interface CssParser
    • Method Detail

      • parse

        @NotNull
        @NotNull StyleSheet parse​(@NotNull
                                  @NotNull java.util.List<char[]> input)