|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tarantella.tta.webservices.parser.PreOrderEnumeration
public class PreOrderEnumeration
The class implements a pre-order traversal of a tree of IResponse
nodes.
Constructor Summary | |
---|---|
PreOrderEnumeration(IResponse root)
Constructor. |
Method Summary | |
---|---|
boolean |
hasMoreElements()
Implements Enumeration.hasMoreElements(). |
java.lang.Object |
nextElement()
Implements Enumeration.nextElements(). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreOrderEnumeration(IResponse root)
root
- The root node of the tree.Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
true | there are more elements to enumerate |
false | no more elemente to enumerate |
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |