org.apache.batik.css
Class DOMStyleSheetList

java.lang.Object
  |
  +--org.apache.batik.css.DOMStyleSheetList
All Implemented Interfaces:
StyleSheetList

public class DOMStyleSheetList
extends java.lang.Object
implements StyleSheetList

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

DOMStyleSheetList

public DOMStyleSheetList()
Method Detail

getLength

public int getLength()
DOM: Implements StyleSheetList.getLength().
Specified by:
getLength in interface StyleSheetList

item

public StyleSheet item(int index)
DOM: Implements StyleSheetList.item(int).
Specified by:
item in interface StyleSheetList
Following copied from interface: org.w3c.dom.stylesheets.StyleSheetList
Parameters:
index - Index into the collection
Returns:
The style sheet at the index position in the StyleSheetList, or null if that is not a valid index.

append

public void append(StyleSheet ss)
Appends an item to the list.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.