E
- The element type of the nodespublic final class ChildSelector<E> extends ExtendingNodeSelector<E>
Constructor and Description |
---|
ChildSelector(NodeSelector<E> selector) |
Modifier and Type | Method and Description |
---|---|
protected <N extends OpenNode<E,? extends N>> |
getExtendingIterator(N nodeToExtendFrom)
Abstract method that is used to take one node returned by the base selector and return an iterator over the
extended selection.
|
select
public ChildSelector(NodeSelector<E> selector)
protected final <N extends OpenNode<E,? extends N>> Iterator<? extends N> getExtendingIterator(N nodeToExtendFrom)
ExtendingNodeSelector
getExtendingIterator
in class ExtendingNodeSelector<E>
N
- The node typenodeToExtendFrom
- The node to extend fromCopyright © 2014–2016. All rights reserved.