Package org.geotools.xsd.impl
Interface TypeWalker.Visitor
-
- All Known Implementing Classes:
BindingWalker
- Enclosing class:
- TypeWalker
public static interface TypeWalker.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
visit(XSDTypeDefinition type)
Supplies the current type to the visitor.
-