|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.gml.utils.GMLObjectWalker
public class GMLObjectWalker
Provides
| Constructor Summary | |
|---|---|
GMLObjectWalker(GMLObjectVisitor visitor)
Creates a new GMLObjectWalker instance that will trigger callbacks to the given GMLObjectVisitor
instance. |
|
| Method Summary | |
|---|---|
void |
traverse(GMLObject node)
Starts the traversal of the GMLObject hierarchy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GMLObjectWalker(GMLObjectVisitor visitor)
GMLObjectWalker instance that will trigger callbacks to the given GMLObjectVisitor
instance.
visitor - visitor instance, must not be null| Method Detail |
|---|
public void traverse(GMLObject node)
GMLObject hierarchy.
node - start node, must not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||