java.lang.Object
org.w3c.flute.parser.Selectors
- All Implemented Interfaces:
- org.w3c.css.sac.SelectorList
- class Selectors
- extends java.lang.Object
- implements org.w3c.css.sac.SelectorList
- Version:
- $Revision: 1.1 $
Constructor Summary |
(package private) |
Selectors()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectors
org.w3c.css.sac.Selector[] selectors
current
int current
Selectors
Selectors()
item
public org.w3c.css.sac.Selector item(int index)
- Description copied from interface:
org.w3c.css.sac.SelectorList
- Returns the selector at the specified index, or
null
if this
is not a valid index.
- Specified by:
item
in interface org.w3c.css.sac.SelectorList
itemSelector
public org.w3c.css.sac.Selector itemSelector(int index)
getLength
public int getLength()
- Description copied from interface:
org.w3c.css.sac.SelectorList
- Returns the length of this selector list
- Specified by:
getLength
in interface org.w3c.css.sac.SelectorList
addSelector
void addSelector(org.w3c.css.sac.Selector selector)