org.geotools.xml.impl
Class BindingWalker
Object
BindingWalker
- All Implemented Interfaces:
- TypeWalker.Visitor
public class BindingWalker
- extends Object
- implements TypeWalker.Visitor
Method Summary |
boolean |
visit(XSDTypeDefinition type)
Supplies the current type to the visitor. |
void |
walk(XSDFeature component,
BindingWalker.Visitor visitor,
MutablePicoContainer context)
|
void |
walk(XSDFeature component,
BindingWalker.Visitor visitor,
XSDTypeDefinition container,
MutablePicoContainer context)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingWalker
public BindingWalker(BindingLoader factory)
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-2009 Geotools. All Rights Reserved.