Package org.geotools.xsd.impl
Class TypeWalker
- Object
-
- TypeWalker
-
public class TypeWalker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TypeWalker.Visitor
-
Constructor Summary
Constructors Constructor Description TypeWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
Walks from the top of the type hierarchy to the bottom.void
walk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
Walks from the bottom of the type hierarchy to the top.
-
-
-
Method Detail
-
walk
public void walk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
Walks from the bottom of the type hierarchy to the top.
-
rwalk
public void rwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
Walks from the top of the type hierarchy to the bottom.
-
-