public class Selector extends java.util.ArrayList<SimpleSelectorSequence>
| Modifier and Type | Class and Description |
|---|---|
static class |
Selector.Combinator |
| Constructor and Description |
|---|
Selector(int selectorIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
attachCombinator(Selector.Combinator combinator)
Add combinator to the last simple selector sequence
|
Selector.Combinator |
getCombinator(int index)
Return the i-th combinator
|
int |
getSelectorIndex()
Return the index of this selector in a multiple selector sequence.
|
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void attachCombinator(Selector.Combinator combinator)
public int getSelectorIndex()
public Selector.Combinator getCombinator(int index)
public java.lang.String toString()
toString in class java.util.AbstractCollection<SimpleSelectorSequence>Copyright © 2019 Potix Corporation. All rights reserved.