Interface CSSStyleSheetList

All Superinterfaces:
StyleSheetList

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

    Modifier and Type
    Method
    Description
    item(int index)
    retrieve a CSSStyleSheet by ordinal index.

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

    getLength
  • Method Details

    • item

      CSSStyleSheet item(int index)
      retrieve a CSSStyleSheet 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.