|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.om.AxisIteratorImpl
net.sf.saxon.om.Navigator.BaseEnumeration
net.sf.saxon.om.Navigator.FollowingEnumeration
public static final class Navigator.FollowingEnumeration
General purpose implementation of the following axis, in terms of the ancestor, child, and following-sibling axes
| Field Summary |
|---|
| Fields inherited from class net.sf.saxon.om.AxisIteratorImpl |
|---|
current, position |
| Fields inherited from interface net.sf.saxon.om.SequenceIterator |
|---|
ATOMIZABLE, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD |
| Constructor Summary | |
|---|---|
Navigator.FollowingEnumeration(NodeInfo start)
|
|
| Method Summary | |
|---|---|
void |
advance()
The advance() method must be provided in each concrete implementation. |
SequenceIterator |
getAnother()
Get another iterator over the same sequence of items, positioned at the start of the sequence. |
| Methods inherited from class net.sf.saxon.om.Navigator.BaseEnumeration |
|---|
next |
| Methods inherited from class net.sf.saxon.om.AxisIteratorImpl |
|---|
current, getProperties, isAtomizing, position, setIsAtomizing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Navigator.FollowingEnumeration(NodeInfo start)
| Method Detail |
|---|
public void advance()
Navigator.BaseEnumeration
advance in class Navigator.BaseEnumerationpublic SequenceIterator getAnother()
AxisIterator
getAnother in interface AxisIteratorgetAnother in interface SequenceIteratorgetAnother in class Navigator.BaseEnumeration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||