Interface CSSStyleSheetList<T extends ExtendedCSSRule>

All Superinterfaces:
StyleSheetList
All Known Implementing Classes:
StyleSheetList

public interface CSSStyleSheetList<T extends ExtendedCSSRule> extends StyleSheetList
List of extended style sheets. See The StyleSheetList Interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    item(int index)
    retrieve an ExtendedCSSStyleSheet by ordinal index.

    Methods inherited from interface org.w3c.dom.stylesheets.StyleSheetList

    getLength
  • Method Details

    • item

      ExtendedCSSStyleSheet<T> item(int index)
      retrieve an ExtendedCSSStyleSheet by ordinal index.
      Specified by:
      item in interface StyleSheetList
      Parameters:
      index - the index in this list.
      Returns:
      the sheet at index, or null if index is less than zero, or greater or equal to the list length.