Uses of Interface
org.htmlunit.cssparser.parser.selector.SelectorList
Packages that use SelectorList
Package
Description
Implementation classes for the org.w3c.dom.css interfaces.
Package org.htmlunit.cssparser.parser.
Package org.htmlunit.cssparser.parser.condition.
Package org.htmlunit.cssparser.parser.selector.
-
Uses of SelectorList in org.htmlunit.cssparser.dom
Methods in org.htmlunit.cssparser.dom that return SelectorListMethods in org.htmlunit.cssparser.dom with parameters of type SelectorListModifier and TypeMethodDescriptionvoid
CSSStyleRuleImpl.setSelectors
(SelectorList selectors) Updates the selectors.Constructors in org.htmlunit.cssparser.dom with parameters of type SelectorListModifierConstructorDescriptionCSSStyleRuleImpl
(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule, SelectorList selectors) Ctor. -
Uses of SelectorList in org.htmlunit.cssparser.parser
Methods in org.htmlunit.cssparser.parser that return SelectorListModifier and TypeMethodDescriptionAbstractCSSParser.parseSelectors
(InputSource source) Parse a comma separated list of selectors.CSSOMParser.parseSelectors
(String selectors) Parses a string into a CSSSelectorList.protected abstract SelectorList
AbstractCSSParser.parseSelectorsInternal()
Process a selector list.Methods in org.htmlunit.cssparser.parser with parameters of type SelectorListModifier and TypeMethodDescriptionvoid
DocumentHandler.endSelector
(SelectorList selectors) Receive notification of the end of a rule statement.void
HandlerBase.endSelector
(SelectorList selectors) Receive notification of the end of a rule statement.protected void
AbstractCSSParser.handleEndSelector
(SelectorList selectors) selector end handler.protected void
AbstractCSSParser.handleStartSelector
(SelectorList selectors, Locator locator) selector start handler.void
DocumentHandler.startSelector
(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement.void
HandlerBase.startSelector
(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement. -
Uses of SelectorList in org.htmlunit.cssparser.parser.condition
Methods in org.htmlunit.cssparser.parser.condition that return SelectorListConstructors in org.htmlunit.cssparser.parser.condition with parameters of type SelectorListModifierConstructorDescriptionNotPseudoClassCondition
(SelectorList selectors, Locator locator, boolean doubleColon) Ctor. -
Uses of SelectorList in org.htmlunit.cssparser.parser.javacc
Methods in org.htmlunit.cssparser.parser.javacc that return SelectorListModifier and TypeMethodDescriptionfinal SelectorList
CSS3Parser.parseSelectorsInternal()
final SelectorList
CSS3Parser.selectorList()
-
Uses of SelectorList in org.htmlunit.cssparser.parser.selector
Classes in org.htmlunit.cssparser.parser.selector that implement SelectorList -
Uses of SelectorList in org.loboevolution.html.style
Methods in org.loboevolution.html.style that return SelectorListModifier and TypeMethodDescriptionstatic SelectorList
CSSUtilities.getSelectorList
(String selectors) getSelectorList.