public class ExceptAxis extends AbsAxis
Returns the nodes of the first operand except those of the second operand. This axis takes two node sequences as operands and returns a sequence containing all the nodes that occur in the first, but not in the second operand.
Constructor and Description |
---|
ExceptAxis(INodeReadTrx rtx,
AbsAxis mOperand1,
AbsAxis mOperand2)
Constructor.
|
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 ExceptAxis(INodeReadTrx rtx, AbsAxis mOperand1, AbsAxis mOperand2)
rtx
- Exclusive (immutable) trx to iterate with.mOperand1
- First operandmOperand2
- Second operandCopyright © 2013. All Rights Reserved.