org.geotools.xml.impl
Class BindingWalker
Object
BindingWalker
- All Implemented Interfaces:
- TypeWalker.Visitor
public class BindingWalker
- extends Object
- implements TypeWalker.Visitor
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingWalker
public BindingWalker(BindingLoader factory)
getAnyTypeBinding
public Binding getAnyTypeBinding()
visit
public boolean visit(XSDTypeDefinition type)
- Description copied from interface:
TypeWalker.Visitor
- Supplies the current type to the visitor.
- Specified by:
visit
in interface TypeWalker.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
public void walk(XSDFeature component,
BindingWalker.Visitor visitor,
MutablePicoContainer context)
Copyright © 1996-2010 Geotools. All Rights Reserved.