API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.stylesheets. StyleSheetList View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 StyleSheetList
Subinterfaces
Description
public interface StyleSheetList
  The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
See also:   
Methods
Hide/Show inherited methods
public int getLength ()
  The number of StyleSheets in the list.
public StyleSheet item (int index)
  Used to retrieve a style sheet by ordinal index.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar