Package org.geotools.xsd.impl
Interface TypeWalker.Visitor
- All Known Implementing Classes:
BindingWalker
- Enclosing class:
- TypeWalker
public static interface TypeWalker.Visitor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
visit
(XSDTypeDefinition type) Supplies the current type to the visitor.
-
Method Details
-
visit
boolean visit(XSDTypeDefinition type) Supplies the current type to the visitor.- Parameters:
type
- The current type.- Returns:
- True to signal that the walk should continue, false to signal the walk should stop.
-