Package org.apache.batik.css.parser
Class CSSSelectorList
- java.lang.Object
-
- org.apache.batik.css.parser.CSSSelectorList
-
- All Implemented Interfaces:
org.w3c.css.sac.SelectorList
public class CSSSelectorList extends java.lang.Object implements org.w3c.css.sac.SelectorListThis class implements theSelectorListinterface.- Version:
- $Id: CSSSelectorList.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description CSSSelectorList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(org.w3c.css.sac.Selector item)Appends an item to the list.intgetLength()SAC: Returns the length of this selector listorg.w3c.css.sac.Selectoritem(int index)SAC: Returns the selector at the specified index, ornullif this is not a valid index.
-
-
-
Method Detail
-
getLength
public int getLength()
SAC: Returns the length of this selector list- Specified by:
getLengthin interfaceorg.w3c.css.sac.SelectorList
-
item
public org.w3c.css.sac.Selector item(int index)
SAC: Returns the selector at the specified index, ornullif this is not a valid index.- Specified by:
itemin interfaceorg.w3c.css.sac.SelectorList
-
append
public void append(org.w3c.css.sac.Selector item)
Appends an item to the list.
-
-