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()
getCSSStyleSheets.
|
int |
getLength()
getLength.
|
int |
hashCode() |
CSSStyleSheetImpl |
merge()
Merges all StyleSheets in this list into one.
|
public List<CSSStyleSheetImpl> getCSSStyleSheets()
getCSSStyleSheets.
public int getLength()
getLength.
public void add(CSSStyleSheetImpl cssStyleSheet)
cssStyleSheet - the CSSStyleSheetpublic CSSStyleSheetImpl merge()
Copyright © 2025 HtmlUnit. All rights reserved.