| Package | Description |
|---|---|
| com.gargoylesoftware.css.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleSheetImpl |
AbstractCSSRuleImpl.getParentStyleSheet() |
CSSStyleSheetImpl |
AbstractCSSRuleImpl.getParentStyleSheet() |
CSSStyleSheetImpl |
CSSImportRuleImpl.getStyleSheet() |
CSSStyleSheetImpl |
CSSImportRuleImpl.getStyleSheet() |
CSSStyleSheetImpl |
CSSStyleSheetListImpl.merge()
Merges all StyleSheets in this list into one.
|
CSSStyleSheetImpl |
CSSStyleSheetListImpl.merge()
Merges all StyleSheets in this list into one.
|
| Modifier and Type | Method and Description |
|---|---|
List<CSSStyleSheetImpl> |
CSSStyleSheetListImpl.getCSSStyleSheets() |
List<CSSStyleSheetImpl> |
CSSStyleSheetListImpl.getCSSStyleSheets() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleSheetListImpl.add(CSSStyleSheetImpl cssStyleSheet)
Adds a CSSStyleSheet.
|
void |
CSSStyleSheetListImpl.add(CSSStyleSheetImpl cssStyleSheet)
Adds a CSSStyleSheet.
|
void |
AbstractCSSRuleImpl.setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet)
Sets the parent style sheet.
|
void |
AbstractCSSRuleImpl.setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet)
Sets the parent style sheet.
|
| Modifier and Type | Method and Description |
|---|---|
protected CSSStyleSheetImpl |
CSSOMParser.getParentStyleSheet() |
protected CSSStyleSheetImpl |
CSSOMParser.getParentStyleSheet() |
CSSStyleSheetImpl |
CSSOMParser.parseStyleSheet(InputSource source,
String href)
Parses a SAC input source into a CSSOM style sheet.
|
CSSStyleSheetImpl |
CSSOMParser.parseStyleSheet(InputSource source,
String href)
Parses a SAC input source into a CSSOM style sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSOMParser.setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet) |
void |
CSSOMParser.setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet) |
Copyright © 2022. All rights reserved.