- All Superinterfaces:
StyleSheetList
List of extended style sheets.
See The
StyleSheetList
Interface.-
Method Summary
Methods inherited from interface org.w3c.dom.stylesheets.StyleSheetList
getLength
-
Method Details
-
item
retrieve aCSSStyleSheet
by ordinal index.- Specified by:
item
in interfaceStyleSheetList
- Parameters:
index
- the index in this list.- Returns:
- the sheet at
index
, ornull
ifindex
is less than zero, or greater or equal to the list length.
-