Uses of Interface
org.htmlunit.cssparser.parser.selector.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
Modifier and TypeMethodDescriptionvoid
CSSStyleRuleImpl.setSelectors
(SelectorList selectors) Updates the selectors.ModifierConstructorDescriptionCSSStyleRuleImpl
(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule, SelectorList selectors) Ctor. -
Uses of SelectorList in org.htmlunit.cssparser.parser
Modifier 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.Modifier 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
ModifierConstructorDescriptionNotPseudoClassCondition
(SelectorList selectors, Locator locator, boolean doubleColon) Ctor. -
Uses of SelectorList in org.htmlunit.cssparser.parser.javacc
Modifier and TypeMethodDescriptionfinal SelectorList
CSS3Parser.parseSelectorsInternal()
final SelectorList
CSS3Parser.selectorList()
-
Uses of SelectorList in org.htmlunit.cssparser.parser.selector
-
Uses of SelectorList in org.loboevolution.html.style
Modifier and TypeMethodDescriptionstatic SelectorList
CSSUtilities.getSelectorList
(String selectors) getSelectorList.