Uses of Class
org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
-
Packages that use CssGrammar.CssConstruct Package Description com.adobe.epubcheck.css org.idpf.epubcheck.util.css -
-
Uses of CssGrammar.CssConstruct in com.adobe.epubcheck.css
Methods in com.adobe.epubcheck.css with parameters of type CssGrammar.CssConstruct Modifier and Type Method Description private booleanCSSHandler. findClassName(CssGrammar.CssConstruct construct, java.lang.String name)Method parameters in com.adobe.epubcheck.css with type arguments of type CssGrammar.CssConstruct Modifier and Type Method Description private voidCSSHandler. registerURIs(java.util.List<CssGrammar.CssConstruct> constructs, int line, int col) -
Uses of CssGrammar.CssConstruct in org.idpf.epubcheck.util.css
Subclasses of CssGrammar.CssConstruct in org.idpf.epubcheck.util.css Modifier and Type Class Description static classCssGrammar.CssAtomicConstructA CssConstruct that is composed by a single token.static classCssGrammar.CssAtRuleA CSS at-rule.static classCssGrammar.CssAttributeMatchSelectorAn attribute match selector ('=', '~=', '|=', '^=', '$=', '*=')static classCssGrammar.CssAttributeSelectorAn attribute selector ([name] or [name, match, ident/string] )static classCssGrammar.CssClassNameA CSS class namestatic classCssGrammar.CssComposedConstructA CssConstruct that is composed a list of atomic and/or composed CssConstructs, and optionally a name.static classCssGrammar.CssDeclarationA CSS declaration.static classCssGrammar.CssFunctionA CSS function.static classCssGrammar.CssHashNameA CSS hash namestatic classCssGrammar.CssKeywordA CSS keyword.static classCssGrammar.CssPseudoSelectorA CSS pseudo selector (pseudo-element and pseudo-class).static classCssGrammar.CssQuantityA CSS quantity.static classCssGrammar.CssScopedGroupA scoped group, aka (...) and [...].static classCssGrammar.CssSelectorA CSS selectorstatic classCssGrammar.CssSelectorCombinatorA CSS selector combinator (space, plus, greater or tilde).static classCssGrammar.CssSimpleSelectorSequenceA CSS simple selector sequenceA sequence of simple selectors is a chain of simple selectors that are not separated by a combinator.
static classCssGrammar.CssStringA CSS string.static classCssGrammar.CssSymbolA CSS single-character symbol (e.g.static classCssGrammar.CssTypeSelectorA type or universal ('*') selector, possibly with namespace bindings.static classCssGrammar.CssUnicodeRangeA CSS unicode rangestatic classCssGrammar.CssURIA CSS URI.Fields in org.idpf.epubcheck.util.css with type parameters of type CssGrammar.CssConstruct Modifier and Type Field Description (package private) static com.google.common.base.Predicate<CssGrammar.CssConstruct>CssParser.ContextRestrictions. ATRULE_PARAMA context restriction for at-rule parameters.(package private) static com.google.common.base.Predicate<CssGrammar.CssConstruct>CssParser.ContextRestrictions. ATTRIBUTE_SELECTOR_VALUEA context restriction for the value segment of an attribute selector ([name+match+value]).(package private) java.util.List<CssGrammar.CssConstruct>CssGrammar.CssComposedConstruct. components(package private) static com.google.common.base.Predicate<CssGrammar.CssConstruct>CssParser.ContextRestrictions. FUNCTIONA context restriction for the contents of a function.(package private) static com.google.common.base.Predicate<CssGrammar.CssConstruct>CssParser.ContextRestrictions. PROPERTY_VALUEA context restriction for property values.(package private) static com.google.common.base.Predicate<CssGrammar.CssConstruct>CssParser.ContextRestrictions. PSEUDO_FUNCTIONALA context restriction for elements inside a functional pseudo.Methods in org.idpf.epubcheck.util.css that return CssGrammar.CssConstruct Modifier and Type Method Description CssGrammar.CssConstructCssGrammar.CssConstructFactory.CssTokenTransform. build(CssToken start, CssTokenList.CssTokenIterator iter, com.google.common.base.Predicate<CssToken> limit, com.google.common.base.Predicate<CssGrammar.CssConstruct> permitted)(package private) static CssGrammar.CssConstructCssGrammar.CssConstructFactory. create(CssToken start, CssTokenList.CssTokenIterator iter, com.google.common.base.Predicate<CssToken> limit, com.google.common.base.Predicate<CssGrammar.CssConstruct> permitted)(package private) CssGrammar.CssConstructCssGrammar.CssSelectorConstructFactory. createFunctionalPseudo(CssToken start, CssTokenList.CssTokenIterator iter, com.google.common.base.Predicate<CssToken> limit, CssErrorHandler err)(package private) CssGrammar.CssConstructCssGrammar.CssSelectorConstructFactory. createFunctionalSelectorListPseudo(CssToken start, CssTokenList.CssTokenIterator iter, CssErrorHandler err, boolean forgiving, boolean relative)(package private) CssGrammar.CssConstructCssGrammar.CssSelectorConstructFactory. createSimpleSelector(CssToken start, CssTokenList.CssTokenIterator iter, CssErrorHandler err)Create one item in a simple selector sequence.private CssGrammar.CssConstructCssParser. handleAtRuleParam(CssToken start, CssTokenList.CssTokenIterator iter, CssContentHandler doc, CssErrorHandler err)With inparam token being the first token of an atrule param, create the construct and return it.Methods in org.idpf.epubcheck.util.css that return types with arguments of type CssGrammar.CssConstruct Modifier and Type Method Description java.util.List<CssGrammar.CssConstruct>CssGrammar.CssComposedConstruct. getComponents()Get the components.java.util.List<CssGrammar.CssConstruct>CssGrammar.CssSelector. getComponents()Get the list of selector constructs, consisting of at least one CssSimpleSelectorSequence, possibly followed by (CssSelectorCombinator, CssSimpleSelectorSequence)*
-