public class CSSStyleSheetListImpl extends Object
| Constructor and Description |
|---|
CSSStyleSheetListImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CSSStyleSheetImpl cssStyleSheet)
Adds a CSSStyleSheet.
|
boolean |
equals(Object obj) |
List<CSSStyleSheetImpl> |
getCSSStyleSheets() |
int |
getLength() |
int |
hashCode() |
CSSStyleSheetImpl |
merge()
Merges all StyleSheets in this list into one.
|
public List<CSSStyleSheetImpl> getCSSStyleSheets()
public int getLength()
public void add(CSSStyleSheetImpl cssStyleSheet)
cssStyleSheet - the CSSStyleSheetpublic CSSStyleSheetImpl merge()
Copyright © 2020. All rights reserved.