SequenceIterator
AncestorEnumeration
, AttributeEnumeration
, AttributeEnumeration
, AxisIteratorImpl
, ContextMappingIterator
, DescendantEnumeration
, FollowingEnumeration
, MappingIterator
, Navigator.AncestorEnumeration
, Navigator.AxisFilter
, Navigator.BaseEnumeration
, Navigator.DescendantEnumeration
, Navigator.FollowingEnumeration
, Navigator.PrecedingEnumeration
, PrecedingEnumeration
, PrecedingSiblingEnumeration
, SiblingEnumeration
, SingletonIterator
public interface AtomizableIterator extends SequenceIterator
ATOMIZABLE, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method | Description |
---|---|---|
void |
setIsAtomizing(boolean atomizing) |
Indicate that any nodes returned in the sequence will be atomized.
|
current, getAnother, getProperties, next, position
void setIsAtomizing(boolean atomizing)
atomizing
- true if the caller of this iterator will atomize any
nodes that are returned, and is therefore willing to accept the typed
value of the nodes instead of the nodes themselves.