Class CssParser.ContextRestrictions

java.lang.Object
org.idpf.epubcheck.util.css.CssParser.ContextRestrictions
Enclosing class:
CssParser

static final class CssParser.ContextRestrictions extends Object
  • Field Details

    • 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 Details

    • ContextRestrictions

      ContextRestrictions()