Package org.geotools.xsd.impl
Class TypeWalker
Object
TypeWalker
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
TypeWalker
public TypeWalker()
-
-
Method Details
-
walk
Walks from the bottom of the type hierarchy to the top. -
rwalk
Walks from the top of the type hierarchy to the bottom.
-