org.geotools.xml.impl
Class TypeWalker

java.lang.Object
  extended by org.geotools.xml.impl.TypeWalker

public class TypeWalker
extends java.lang.Object


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

Constructor Detail

TypeWalker

public TypeWalker()
Method Detail

walk

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


rwalk

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



Copyright © 1996-2010 Geotools. All Rights Reserved.