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 SelectorCSSStyleSheetImpl.SelectorEntry.selector_Methods in org.htmlunit.cssparser.dom that return SelectorMethods in org.htmlunit.cssparser.dom with parameters of type SelectorModifier and TypeMethodDescriptionvoidCSSStyleSheetImpl.CSSStyleSheetRuleIndex.addClassSelector(ElementSelector elementSelector, String className, Selector s, CSSStyleRuleImpl styleRule) Add a ClassSelector.voidCSSStyleSheetImpl.CSSStyleSheetRuleIndex.addElementSelector(ElementSelector elementSelector, Selector s, CSSStyleRuleImpl styleRule) Add an ElementSelector.voidCSSStyleSheetImpl.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 SelectorCSS3Parser.selector()final SelectorCSS3Parser.simpleSelector(Selector sel, char comb) Methods in org.htmlunit.cssparser.parser.javacc with parameters of type SelectorModifier and TypeMethodDescriptionfinal SelectorCSS3Parser.simpleSelector(Selector sel, char comb) -
Uses of Selector in org.htmlunit.cssparser.parser.selector
Subinterfaces of Selector in org.htmlunit.cssparser.parser.selectorModifier and TypeInterfaceDescriptioninterfaceThis interface is only for constraints on selectors.Classes in org.htmlunit.cssparser.parser.selector that implement SelectorModifier and TypeClassDescriptionclassclassclassclassclassclassclassSubinterfaces with type arguments of type Selector in org.htmlunit.cssparser.parser.selectorModifier and TypeInterfaceDescriptioninterfaceThe SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.Fields in org.htmlunit.cssparser.parser.selector declared as SelectorModifier and TypeFieldDescriptionprivate final SelectorChildSelector.ancestorSelector_private final SelectorDescendantSelector.ancestorSelector_private final SelectorDirectAdjacentSelector.selector_private final SelectorGeneralAdjacentSelector.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 TypeMethodDescriptionvoidbooleanprivate voidSelectorSpecificity.readSelectorSpecificity(Selector selector) Method parameters in org.htmlunit.cssparser.parser.selector with type arguments of type SelectorModifier and TypeMethodDescriptionbooleanSelectorListImpl.addAll(int index, Collection<? extends Selector> c) booleanSelectorListImpl.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.