Package org.geotools.xsd.impl
Class BindingWalker
Object
BindingWalker
- All Implemented Interfaces:
TypeWalker.Visitor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(XSDTypeDefinition type) Supplies the current type to the visitor.voidwalk(XSDFeature component, BindingWalker.Visitor visitor, XSDTypeDefinition container, MutablePicoContainer context) voidwalk(XSDFeature component, BindingWalker.Visitor visitor, MutablePicoContainer context)
-
Constructor Details
-
BindingWalker
-
-
Method Details
-
getAnyTypeBinding
-
visit
public boolean visit(XSDTypeDefinition type) Description copied from interface:TypeWalker.VisitorSupplies the current type to the visitor.- Specified by:
visitin interfaceTypeWalker.Visitor- Parameters:
type- The current type.- Returns:
- True to signal that the walk should continue, false to signal the walk should stop.
-
walk
public void walk(XSDFeature component, BindingWalker.Visitor visitor, XSDTypeDefinition container, MutablePicoContainer context) -
walk
-