Class CssTokenList.Filters

  • Enclosing class:
    CssTokenList

    static final class CssTokenList.Filters
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static com.google.common.base.Predicate<CssToken> FILTER_NONE
      A filter that filters nothing.
      (package private) static com.google.common.base.Predicate<CssToken> FILTER_S_CMNT
      A filter that filters whitespace and comments
      (package private) static com.google.common.base.Predicate<CssToken> FILTER_S_CMNT_CDO_CDC
      A filter that filters whitespace, comments, CDO and CDC
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FILTER_S_CMNT

        static final com.google.common.base.Predicate<CssToken> FILTER_S_CMNT
        A filter that filters whitespace and comments
      • FILTER_S_CMNT_CDO_CDC

        static final com.google.common.base.Predicate<CssToken> FILTER_S_CMNT_CDO_CDC
        A filter that filters whitespace, comments, CDO and CDC
      • FILTER_NONE

        static final com.google.common.base.Predicate<CssToken> FILTER_NONE
        A filter that filters nothing.
    • Constructor Detail

      • Filters

        Filters()