Uses of Enum Class
org.htmlunit.cssparser.parser.selector.Combinator
Packages that use Combinator
Package
Description
Package org.htmlunit.cssparser.parser.selector.
-
Uses of Combinator in org.htmlunit.cssparser.parser.javacc
Methods in org.htmlunit.cssparser.parser.javacc that return CombinatorModifier and TypeMethodDescriptionfinal CombinatorCSS3Parser.combinator()final CombinatorCSS3Parser.relativeCombinator()Methods in org.htmlunit.cssparser.parser.javacc with parameters of type CombinatorModifier and TypeMethodDescriptionfinal SelectorCSS3Parser.simpleSelector(Selector sel, Combinator comb) -
Uses of Combinator in org.htmlunit.cssparser.parser.selector
Methods in org.htmlunit.cssparser.parser.selector that return CombinatorModifier and TypeMethodDescriptionRelativeSelector.getCombinator()static CombinatorReturns the enum constant of this class with the specified name.static Combinator[]Combinator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.htmlunit.cssparser.parser.selector with parameters of type Combinator