Class SimpleCssParser

  • All Implemented Interfaces:
    CssParser

    public final class SimpleCssParser
    extends java.lang.Object
    implements CssParser
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  SimpleCssParser.Parser  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleCssParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull SimpleStyleSheet parse​(@NotNull java.util.List<char[]> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • SimpleCssParser

        public SimpleCssParser()
    • Method Detail

      • parse

        @NotNull
        public @NotNull SimpleStyleSheet parse​(@NotNull
                                               @NotNull java.util.List<char[]> input)
        Specified by:
        parse in interface CssParser