| Package | Description |
|---|---|
| com.gargoylesoftware.css.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| com.gargoylesoftware.css.parser.selector |
Package com.gargoylesoftware.css.parser.selector.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorList |
CSSStyleRuleImpl.getSelectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleRuleImpl.setSelectors(SelectorList selectors)
Updates the selectors.
|
| Constructor and Description |
|---|
CSSStyleRuleImpl(CSSStyleSheetImpl parentStyleSheet,
AbstractCSSRuleImpl parentRule,
SelectorList selectors)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorList |
AbstractCSSParser.parseSelectors(InputSource source) |
SelectorList |
CSSParser.parseSelectors(InputSource source)
Parse a comma separated list of selectors.
|
SelectorList |
CSSOMParser.parseSelectors(String selectors)
Parses a string into a CSSSelectorList.
|
protected abstract SelectorList |
AbstractCSSParser.parseSelectorsInternal()
Process a selector list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHandler.endSelector(SelectorList selectors)
Receive notification of the end of a rule statement.
|
void |
HandlerBase.endSelector(SelectorList selectors) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorListImpl
Implementation of SelectorList.
|
Copyright © 2021. All rights reserved.