| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.om.ReverseArrayIterator
net.sf.saxon.om.ReverseNodeArrayIterator
public class ReverseNodeArrayIterator
Iterator over an array of nodes in reverse order
| Field Summary | 
|---|
| Fields inherited from interface net.sf.saxon.om.SequenceIterator | 
|---|
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD | 
| Constructor Summary | |
|---|---|
ReverseNodeArrayIterator(Item[] items,
                         int start,
                         int end)
Create a reverse iterator over a slice of an array  | 
|
| Method Summary | |
|---|---|
 Value | 
atomize()
Return the atomized value of the current node.  | 
 SequenceIterator | 
getAnother()
Get another iterator over the same items  | 
 SequenceIterator | 
getReverseIterator()
Get an iterator that processes the same items in reverse order.  | 
 CharSequence | 
getStringValue()
Return the string value of the current node.  | 
 AxisIterator | 
iterateAxis(byte axis,
            NodeTest test)
Return an iterator over an axis, starting at the current node.  | 
 boolean | 
moveNext()
Move to the next node, without returning it.  | 
| Methods inherited from class net.sf.saxon.om.ReverseArrayIterator | 
|---|
current, getLastPosition, getProperties, hasNext, next, position | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface net.sf.saxon.om.UnfailingIterator | 
|---|
current, next, position | 
| Methods inherited from interface net.sf.saxon.om.SequenceIterator | 
|---|
getProperties | 
| Constructor Detail | 
|---|
public ReverseNodeArrayIterator(Item[] items,
                                int start,
                                int end)
items - The array of itemsstart - The first item in the array to be be used (this will be the last
 one in the resulting iteration). Zero-based.end - The item after the last one in the array to be used (this will be the
 first one to be returned by the iterator). Zero-based.| Method Detail | 
|---|
public boolean moveNext()
moveNext in interface AxisIterator
public AxisIterator iterateAxis(byte axis,
                                NodeTest test)
iterateAxis in interface AxisIteratoraxis - the axis to iterate over, using a constant such as
             Axis.CHILDtest - a predicate to apply to the nodes before returning them.
NullPointerException - if there is no current node
public Value atomize()
              throws XPathException
atomize in interface AxisIteratorNullPointerException - if there is no current node
XPathExceptionpublic CharSequence getStringValue()
getStringValue in interface AxisIteratorNullPointerException - if there is no current nodepublic SequenceIterator getAnother()
getAnother in interface SequenceIteratorgetAnother in interface UnfailingIteratorgetAnother in class ReverseArrayIteratorpublic SequenceIterator getReverseIterator()
getReverseIterator in interface ReversibleIteratorgetReverseIterator in class ReverseArrayIterator
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||