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 Combinator
CSS3Parser.combinator()
final Combinator
CSS3Parser.relativeCombinator()
Methods in org.htmlunit.cssparser.parser.javacc with parameters of type CombinatorModifier and TypeMethodDescriptionfinal Selector
CSS3Parser.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 Combinator
Returns 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