Class CssParser.ContextRestrictions
java.lang.Object
org.idpf.epubcheck.util.css.CssParser.ContextRestrictions
- Enclosing class:
CssParser
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final com.google.common.base.Predicate<CssGrammar.CssConstruct> A context restriction for at-rule parameters.(package private) static final com.google.common.base.Predicate<CssGrammar.CssConstruct> A context restriction for the value segment of an attribute selector ([name+match+value]).(package private) static final com.google.common.base.Predicate<CssGrammar.CssConstruct> A context restriction for the contents of a function.(package private) static final com.google.common.base.Predicate<CssGrammar.CssConstruct> A context restriction for property values.(package private) static final com.google.common.base.Predicate<CssGrammar.CssConstruct> A context restriction for elements inside a functional pseudo. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FUNCTION
A context restriction for the contents of a function. -
ATRULE_PARAM
A context restriction for at-rule parameters. -
PROPERTY_VALUE
A context restriction for property values. -
ATTRIBUTE_SELECTOR_VALUE
A context restriction for the value segment of an attribute selector ([name+match+value]). -
PSEUDO_FUNCTIONAL
A context restriction for elements inside a functional pseudo.
-
-
Constructor Details
-
ContextRestrictions
ContextRestrictions()
-