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
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. -
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, Combinator comb) Methods in org.htmlunit.cssparser.parser.javacc with parameters of type SelectorModifier and TypeMethodDescriptionfinal SelectorCSS3Parser.simpleSelector(Selector sel, Combinator 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 TypeClassDescriptionclassAbstract AbstractSelector class.classclassDescendantSelector class.classDirectAdjacentSelector class.classElementSelector class.classGeneralAdjacentSelector class.classPseudoElementSelector class.classMethods in org.htmlunit.cssparser.parser.selector that return SelectorModifier and TypeMethodDescriptionSelectorListImpl.get(int index) ChildSelector.getAncestorSelector()DescendantSelector.getAncestorSelector()getAncestorSelector.DirectAdjacentSelector.getSelector()getSelector.GeneralAdjacentSelector.getSelector()getSelector.RelativeSelector.getSelector()SelectorListImpl.remove(int index) Methods in org.htmlunit.cssparser.parser.selector that return types with arguments of type SelectorModifier and TypeMethodDescriptionSelectorListImpl.getSelectors()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 TypeMethodDescriptionvoidbooleanMethod 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.RelativeSelector(Combinator combinator, Selector selector) Ctor.SelectorSpecificity(Selector selector) Ctor. -
Uses of Selector in org.loboevolution.html.style
Methods in org.loboevolution.html.style with parameters of type Selector