Uses of Interface
org.htmlunit.cssparser.parser.selector.Selector
-
Packages that use Selector Package Description org.htmlunit.cssparser.dom Implementation classes for the org.w3c.dom.css interfaces.org.htmlunit.cssparser.parser.selector Package org.htmlunit.cssparser.parser.selector. -
-
Uses of Selector in org.htmlunit.cssparser.dom
Methods in org.htmlunit.cssparser.dom that return Selector Modifier and Type Method Description SelectorCSSStyleSheetImpl.SelectorEntry. getSelector()Methods in org.htmlunit.cssparser.dom with parameters of type Selector Modifier and Type Method Description voidCSSStyleSheetImpl.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. -
Uses of Selector in org.htmlunit.cssparser.parser.selector
Subinterfaces of Selector in org.htmlunit.cssparser.parser.selector Modifier and Type Interface Description interfaceSimpleSelectorThis interface is only for constraints on selectors.Classes in org.htmlunit.cssparser.parser.selector that implement Selector Modifier and Type Class Description classAbstractSelectorAbstract AbstractSelector class.classChildSelectorclassDescendantSelectorDescendantSelector class.classDirectAdjacentSelectorDirectAdjacentSelector class.classElementSelectorElementSelector class.classGeneralAdjacentSelectorGeneralAdjacentSelector class.classPseudoElementSelectorPseudoElementSelector class.Methods in org.htmlunit.cssparser.parser.selector that return Selector Modifier and Type Method Description SelectorSelectorListImpl. get(int index)SelectorChildSelector. getAncestorSelector()SelectorDescendantSelector. getAncestorSelector()getAncestorSelector.SelectorDirectAdjacentSelector. getSelector()getSelector.SelectorGeneralAdjacentSelector. getSelector()getSelector.SelectorSelectorListImpl. remove(int index)SelectorSelectorListImpl. set(int index, Selector element)Methods in org.htmlunit.cssparser.parser.selector that return types with arguments of type Selector Modifier and Type Method Description List<Selector>SelectorListImpl. getSelectors()getSelectors.Iterator<Selector>SelectorListImpl. iterator()ListIterator<Selector>SelectorListImpl. listIterator()ListIterator<Selector>SelectorListImpl. listIterator(int index)List<Selector>SelectorListImpl. subList(int fromIndex, int toIndex)Methods in org.htmlunit.cssparser.parser.selector with parameters of type Selector Modifier and Type Method Description voidSelectorListImpl. add(int index, Selector element)booleanSelectorListImpl. add(Selector e)SelectorSelectorListImpl. set(int index, Selector element)Method parameters in org.htmlunit.cssparser.parser.selector with type arguments of type Selector Modifier and Type Method Description booleanSelectorListImpl. addAll(int index, Collection<? extends Selector> c)booleanSelectorListImpl. addAll(Collection<? extends Selector> c)Constructors in org.htmlunit.cssparser.parser.selector with parameters of type Selector Constructor Description ChildSelector(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.
-