Interface CSSRuleList

All Known Implementing Classes:
CSSRuleListImpl

public interface CSSRuleList
A rule list with additional utility methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getLength.
    item(int index)
    item.
  • Method Details

    • item

      CSSStyleRule item(int index)

      item.

      Parameters:
      index - a Integer object.
      Returns:
      a CSSStyleRule object.
    • getLength

      long getLength()

      getLength.

      Returns:
      a Long object.