Interface CSSPropertyList

All Known Implementing Classes:
CSSPropertyListImpl

public interface CSSPropertyList
CSS property list interface.
Version:
1.0.0
Author:
Angelo ZERR
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return length of CSS property list.
    item(int i)
    Return the CSS property CSSProperty at item i.
  • Method Details

    • getLength

      int getLength()
      Return length of CSS property list.
    • item

      CSSProperty item(int i)
      Return the CSS property CSSProperty at item i.