Class CssParser.ContextRestrictions

  • Enclosing class:
    CssParser

    static final class CssParser.ContextRestrictions
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FUNCTION

        static final com.google.common.base.Predicate<CssGrammar.CssConstruct> FUNCTION
        A context restriction for the contents of a function.
      • ATRULE_PARAM

        static final com.google.common.base.Predicate<CssGrammar.CssConstruct> ATRULE_PARAM
        A context restriction for at-rule parameters.
      • PROPERTY_VALUE

        static final com.google.common.base.Predicate<CssGrammar.CssConstruct> PROPERTY_VALUE
        A context restriction for property values.
      • ATTRIBUTE_SELECTOR_VALUE

        static final com.google.common.base.Predicate<CssGrammar.CssConstruct> ATTRIBUTE_SELECTOR_VALUE
        A context restriction for the value segment of an attribute selector ([name+match+value]).
      • PSEUDO_FUNCTIONAL

        static final com.google.common.base.Predicate<CssGrammar.CssConstruct> PSEUDO_FUNCTIONAL
        A context restriction for elements inside a functional pseudo.
    • Constructor Detail

      • ContextRestrictions

        ContextRestrictions()