Interface CssParser

All Known Implementing Classes:
SimpleCssParser

public interface CssParser
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull StyleSheet
    parse(@NotNull List<char[]> input)
     
  • Method Details

    • parse

      @NotNull @NotNull StyleSheet parse(@NotNull @NotNull List<char[]> input)