Package org.geotools.xsd.impl
Class TypeWalker
- Object
- 
- TypeWalker
 
- 
 public class TypeWalker extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceTypeWalker.Visitor
 - 
Constructor SummaryConstructors Constructor Description TypeWalker()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)Walks from the top of the type hierarchy to the bottom.voidwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)Walks from the bottom of the type hierarchy to the top.
 
- 
- 
- 
Method Detail- 
walkpublic void walk(XSDTypeDefinition base, TypeWalker.Visitor visitor)Walks from the bottom of the type hierarchy to the top.
 - 
rwalkpublic void rwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)Walks from the top of the type hierarchy to the bottom.
 
- 
 
-