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 anExtendedCSSStyleSheetby ordinal index.Methods inherited from interface org.w3c.dom.stylesheets.StyleSheetList
getLength
-
Method Details
-
item
retrieve anExtendedCSSStyleSheetby ordinal index.- Specified by:
itemin interfaceStyleSheetList- Parameters:
index- the index in this list.- Returns:
- the sheet at
index, ornullifindexis less than zero, or greater or equal to the list length.
-