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
Fields in org.htmlunit.cssparser.dom declared as SelectorListMethods in org.htmlunit.cssparser.dom that return SelectorListMethods in org.htmlunit.cssparser.dom with parameters of type SelectorListModifier and TypeMethodDescriptionvoidCSSStyleRuleImpl.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 SelectorListAbstractCSSParser.parseSelectorsInternal()Process a selector list.Methods in org.htmlunit.cssparser.parser with parameters of type SelectorListModifier and TypeMethodDescriptionvoidCSSOMParser.CSSOMHandler.endSelector(SelectorList selectors) voidDocumentHandler.endSelector(SelectorList selectors) Receive notification of the end of a rule statement.voidHandlerBase.endSelector(SelectorList selectors) protected voidAbstractCSSParser.handleEndSelector(SelectorList selectors) selector end handler.protected voidAbstractCSSParser.handleStartSelector(SelectorList selectors, Locator locator) selector start handler.voidCSSOMParser.CSSOMHandler.startSelector(SelectorList selectors, Locator locator) voidDocumentHandler.startSelector(SelectorList selectors, Locator locator) Receive notification of the beginning of a rule statement.voidHandlerBase.startSelector(SelectorList selectors, Locator locator) -
Uses of SelectorList in org.htmlunit.cssparser.parser.condition
Fields in org.htmlunit.cssparser.parser.condition declared as SelectorListMethods 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 SelectorListCSS3Parser.parseSelectorsInternal()final SelectorListCSS3Parser.selectorList() -
Uses of SelectorList in org.htmlunit.cssparser.parser.selector
Classes in org.htmlunit.cssparser.parser.selector that implement SelectorList