|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.DOMStyleSheetList
This class implements the StyleSheetList
interface.
Constructor Summary | |
DOMStyleSheetList()
|
Method Summary | |
void |
append(StyleSheet ss)
Appends an item to the list. |
int |
getLength()
DOM: Implements StyleSheetList.getLength() . |
StyleSheet |
item(int index)
DOM: Implements StyleSheetList.item(int) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMStyleSheetList()
Method Detail |
public int getLength()
StyleSheetList.getLength()
.getLength
in interface StyleSheetList
public StyleSheet item(int index)
StyleSheetList.item(int)
.item
in interface StyleSheetList
org.w3c.dom.stylesheets.StyleSheetList
index
- Index into the collectionindex
position in the
StyleSheetList
, or null
if that is not a
valid index.public void append(StyleSheet ss)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |