Constructor and Description |
---|
DescendantAxis(INodeReadTrx rtx)
Constructor initializing internal state.
|
DescendantAxis(INodeReadTrx rtx,
boolean mIncludeSelf)
Constructor initializing internal state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
void |
reset(long mNodeKey)
Resetting the nodekey of this axis to a given nodekey.
|
addAtomicToItemList, close, getItemList, getNode, getStartKey, isSelfIncluded, iterator, moveTo, next, remove, resetToLastKey, resetToStartKey
public DescendantAxis(INodeReadTrx rtx)
rtx
- Exclusive (immutable) trx to iterate with.public DescendantAxis(INodeReadTrx rtx, boolean mIncludeSelf)
rtx
- Exclusive (immutable) trx to iterate with.mIncludeSelf
- Is self included?Copyright © 2013. All Rights Reserved.