Uses of Interface
org.htmlunit.cssparser.parser.selector.Selector
Packages that use Selector
Package
Description
Implementation classes for the org.w3c.dom.css interfaces.
Package org.htmlunit.cssparser.parser.selector.
-
Uses of Selector in org.htmlunit.cssparser.dom
Fields in org.htmlunit.cssparser.dom declared as SelectorModifier and TypeFieldDescriptionprivate final Selector
CSSStyleSheetImpl.SelectorEntry.selector_
Methods in org.htmlunit.cssparser.dom that return SelectorMethods in org.htmlunit.cssparser.dom with parameters of type SelectorModifier and TypeMethodDescriptionvoid
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addClassSelector
(ElementSelector elementSelector, String className, Selector s, CSSStyleRuleImpl styleRule) Add a ClassSelector.void
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addElementSelector
(ElementSelector elementSelector, Selector s, CSSStyleRuleImpl styleRule) Add an ElementSelector.void
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addOtherSelector
(Selector s, CSSStyleRuleImpl styleRule) Add a OtherSelector.Constructors in org.htmlunit.cssparser.dom with parameters of type SelectorModifierConstructorDescription(package private)
SelectorEntry
(Selector selector, CSSStyleRuleImpl rule) -
Uses of Selector in org.htmlunit.cssparser.parser.javacc
Methods in org.htmlunit.cssparser.parser.javacc that return SelectorModifier and TypeMethodDescriptionfinal Selector
CSS3Parser.selector()
final Selector
CSS3Parser.simpleSelector
(Selector sel, char comb) Methods in org.htmlunit.cssparser.parser.javacc with parameters of type SelectorModifier and TypeMethodDescriptionfinal Selector
CSS3Parser.simpleSelector
(Selector sel, char comb) -
Uses of Selector in org.htmlunit.cssparser.parser.selector
Subinterfaces of Selector in org.htmlunit.cssparser.parser.selectorModifier and TypeInterfaceDescriptioninterface
This interface is only for constraints on selectors.Classes in org.htmlunit.cssparser.parser.selector that implement SelectorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in org.htmlunit.cssparser.parser.selector declared as SelectorModifier and TypeFieldDescriptionprivate final Selector
ChildSelector.ancestorSelector_
private final Selector
DescendantSelector.ancestorSelector_
private final Selector
DirectAdjacentSelector.selector_
private final Selector
GeneralAdjacentSelector.selector_
Fields in org.htmlunit.cssparser.parser.selector with type parameters of type SelectorMethods in org.htmlunit.cssparser.parser.selector that return SelectorModifier and TypeMethodDescriptionSelectorListImpl.get
(int index) ChildSelector.getAncestorSelector()
DescendantSelector.getAncestorSelector()
DirectAdjacentSelector.getSelector()
GeneralAdjacentSelector.getSelector()
SelectorListImpl.remove
(int index) Methods in org.htmlunit.cssparser.parser.selector that return types with arguments of type SelectorModifier and TypeMethodDescriptionSelectorListImpl.getSelectors()
SelectorListImpl.iterator()
SelectorListImpl.listIterator()
SelectorListImpl.listIterator
(int index) SelectorListImpl.subList
(int fromIndex, int toIndex) Methods in org.htmlunit.cssparser.parser.selector with parameters of type SelectorModifier and TypeMethodDescriptionvoid
boolean
private void
SelectorSpecificity.readSelectorSpecificity
(Selector selector) Method parameters in org.htmlunit.cssparser.parser.selector with type arguments of type SelectorModifier and TypeMethodDescriptionboolean
SelectorListImpl.addAll
(int index, Collection<? extends Selector> c) boolean
SelectorListImpl.addAll
(Collection<? extends Selector> c) Constructors in org.htmlunit.cssparser.parser.selector with parameters of type SelectorModifierConstructorDescriptionChildSelector
(Selector ancestorSelector, SimpleSelector simpleSelector) Ctor.DescendantSelector
(Selector ancestorSelector, SimpleSelector simpleSelector) Ctor.DirectAdjacentSelector
(Selector child, SimpleSelector simpleSelector) Ctor.GeneralAdjacentSelector
(Selector child, SimpleSelector simpleSelector) Ctor.SelectorSpecificity
(Selector selector) Ctor.