Package com.steadystate.css.parser
Class SelectorListImpl
java.lang.Object
com.steadystate.css.parser.SelectorListImpl
- All Implemented Interfaces:
Serializable
,SelectorList
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
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 interfaceSelectorList
-
item
Description copied from interface:SelectorList
Returns the selector at the specified index, ornull
if this is not a valid index.- Specified by:
item
in interfaceSelectorList
-
add
-
toString
-