Package org.geotools.xsd.impl
Class BindingWalker
Object
BindingWalker
- All Implemented Interfaces:
TypeWalker.Visitor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
visit
(XSDTypeDefinition type) Supplies the current type to the visitor.void
walk
(XSDFeature component, BindingWalker.Visitor visitor, XSDTypeDefinition container, MutablePicoContainer context) void
walk
(XSDFeature component, BindingWalker.Visitor visitor, MutablePicoContainer context)
-
Constructor Details
-
BindingWalker
-
-
Method Details
-
getAnyTypeBinding
-
visit
public boolean visit(XSDTypeDefinition type) Description copied from interface:TypeWalker.Visitor
Supplies the current type to the visitor.- Specified by:
visit
in 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
-