org.deegree.gml.utils
Class GMLObjectWalker
java.lang.Object
org.deegree.gml.utils.GMLObjectWalker
public class GMLObjectWalker
- extends Object
Provides
- Version:
- $Revision: 31639 $, $Date: 2011-08-24 21:02:10 +0200 (Wed, 24 Aug 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLObjectWalker
public GMLObjectWalker(GMLObjectVisitor visitor)
- Creates a new
GMLObjectWalker
instance that will trigger callbacks to the given GMLObjectVisitor
instance.
- Parameters:
visitor
- visitor instance, must not be null
traverse
public void traverse(GMLObject node)
- Starts the traversal of the
GMLObject
hierarchy.
- Parameters:
node
- start node, must not be null
Copyright © 2011. All Rights Reserved.