Class SelectorListImpl

java.lang.Object
com.steadystate.css.parser.SelectorListImpl
All Implemented Interfaces:
Serializable, SelectorList

public class SelectorListImpl extends Object implements SelectorList, Serializable
See Also:
  • Constructor Details

    • SelectorListImpl

      public SelectorListImpl()
  • Method Details

    • getLength

      public int getLength()
      Description copied from interface: SelectorList
      Returns the length of this selector list
      Specified by:
      getLength in interface SelectorList
    • item

      public Selector item(int index)
      Description copied from interface: SelectorList
      Returns the selector at the specified index, or null if this is not a valid index.
      Specified by:
      item in interface SelectorList
    • add

      public void add(Selector sel)
    • toString

      public String toString()
      Overrides:
      toString in class Object