| Package | Description |
|---|---|
| com.steadystate.css.dom | |
| com.steadystate.css.parser | |
| com.steadystate.css.sac | |
| org.w3c.css.sac |
| Modifier and Type | Method and Description |
|---|---|
SelectorList |
CSSStyleRuleImpl.getSelectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleRuleImpl.setSelectors(SelectorList selectors) |
| Constructor and Description |
|---|
CSSStyleRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
SelectorList selectors) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorListImpl
Implementation of
SelectorList. |
| Modifier and Type | Method and Description |
|---|---|
SelectorList |
CSSOMParser.parseSelectors(InputSource source) |
SelectorList |
SACParserCSS3.parseSelectorsInternal() |
SelectorList |
SACParserCSS1.parseSelectorsInternal() |
SelectorList |
SACParserCSSmobileOKBasic1.parseSelectorsInternal() |
SelectorList |
SACParserCSS2.parseSelectorsInternal() |
SelectorList |
SACParserCSS21.parseSelectorsInternal() |
SelectorList |
SACParserCSS3.selectorList() |
SelectorList |
SACParserCSS1.selectorList() |
SelectorList |
SACParserCSSmobileOKBasic1.selectorList() |
SelectorList |
SACParserCSS2.selectorList() |
SelectorList |
SACParserCSS21.selectorList() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.endSelector(SelectorList selectors) |
void |
HandlerBase.startSelector(SelectorList selectors) |
void |
HandlerBase.startSelector(SelectorList selectors,
Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHandlerAdapter.endSelector(SelectorList selectors) |
void |
DocumentHandlerAdapter.startSelector(SelectorList selectors) |
void |
DocumentHandlerExt.startSelector(SelectorList selectors,
Locator locator)
Receive notification of the beginning of a rule statement.
|
void |
DocumentHandlerAdapter.startSelector(SelectorList selectors,
Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
SelectorList |
Parser.parseSelectors(InputSource source)
Parse a comma separated list of selectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHandler.endSelector(SelectorList selectors)
Receive notification of the end of a rule statement.
|
void |
DocumentHandler.startSelector(SelectorList selectors)
Receive notification of the beginning of a rule statement.
|
Copyright © 2026. All rights reserved.