|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steadystate.css.dom.CSSStyleSheetListImpl
public class CSSStyleSheetListImpl
Implementation of StyleSheetList.
| Constructor Summary | |
|---|---|
CSSStyleSheetListImpl()
Creates a new instance of CSSStyleSheetListImpl |
|
| Method Summary | |
|---|---|
void |
add(org.w3c.dom.css.CSSStyleSheet cssStyleSheet)
Adds a CSSStyleSheet. |
boolean |
equals(Object obj)
|
List<org.w3c.dom.css.CSSStyleSheet> |
getCSSStyleSheets()
|
int |
getLength()
|
int |
hashCode()
|
org.w3c.dom.stylesheets.StyleSheet |
item(int index)
|
org.w3c.dom.stylesheets.StyleSheet |
merge()
Merges all StyleSheets in this list into one. |
void |
setCSSStyleSheets(List<org.w3c.dom.css.CSSStyleSheet> cssStyleSheets)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSSStyleSheetListImpl()
| Method Detail |
|---|
public List<org.w3c.dom.css.CSSStyleSheet> getCSSStyleSheets()
public void setCSSStyleSheets(List<org.w3c.dom.css.CSSStyleSheet> cssStyleSheets)
public int getLength()
getLength in interface org.w3c.dom.stylesheets.StyleSheetListpublic org.w3c.dom.stylesheets.StyleSheet item(int index)
item in interface org.w3c.dom.stylesheets.StyleSheetListpublic void add(org.w3c.dom.css.CSSStyleSheet cssStyleSheet)
cssStyleSheet - the CSSStyleSheetpublic org.w3c.dom.stylesheets.StyleSheet merge()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||