Module io.sf.carte.css4j
Package io.sf.carte.doc.style.css
Interface CSSStyleSheetList<T extends ExtendedCSSRule>
- All Superinterfaces:
StyleSheetList
- All Known Implementing Classes:
StyleSheetList
List of extended style sheets.
See The
StyleSheetList
Interface.-
Method Summary
Modifier and TypeMethodDescriptionitem
(int index) retrieve anExtendedCSSStyleSheet
by ordinal index.Methods inherited from interface org.w3c.dom.stylesheets.StyleSheetList
getLength
-
Method Details
-
item
retrieve anExtendedCSSStyleSheet
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.
-