org.geotools.xml.impl
Interface TypeWalker.Visitor

All Known Implementing Classes:
BindingWalker
Enclosing class:
TypeWalker

public static interface TypeWalker.Visitor


Method Summary
 boolean visit(org.eclipse.xsd.XSDTypeDefinition type)
          Supplies the current type to the visitor.
 

Method Detail

visit

boolean visit(org.eclipse.xsd.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.


Copyright © 1996-2010 Geotools. All Rights Reserved.