org.geotools.xml.impl
Class TypeWalker

Object
  extended by TypeWalker

public class TypeWalker
extends Object


Nested Class Summary
static interface TypeWalker.Visitor
           
 
Constructor Summary
TypeWalker()
           
 
Method Summary
 void rwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
          Walks from the top of the type hierachy to the bottom.
 void walk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
          Walks from the bottom of the type hierachy to the top.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeWalker

public TypeWalker()
Method Detail

walk

public void walk(XSDTypeDefinition base,
                 TypeWalker.Visitor visitor)
Walks from the bottom of the type hierachy to the top.


rwalk

public void rwalk(XSDTypeDefinition base,
                  TypeWalker.Visitor visitor)
Walks from the top of the type hierachy to the bottom.



Copyright © 1996-2010 Geotools. All Rights Reserved.