org.geotools.xml.impl
Class BindingWalker
java.lang.Object
org.geotools.xml.impl.BindingWalker
- All Implemented Interfaces:
- TypeWalker.Visitor
public class BindingWalker
- extends java.lang.Object
- implements TypeWalker.Visitor
Method Summary |
Binding |
getAnyTypeBinding()
|
boolean |
visit(org.eclipse.xsd.XSDTypeDefinition type)
Supplies the current type to the visitor. |
void |
walk(org.eclipse.xsd.XSDFeature component,
BindingWalker.Visitor visitor,
org.picocontainer.MutablePicoContainer context)
|
void |
walk(org.eclipse.xsd.XSDFeature component,
BindingWalker.Visitor visitor,
org.eclipse.xsd.XSDTypeDefinition container,
org.picocontainer.MutablePicoContainer context)
|
Methods inherited from class java.lang.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(org.eclipse.xsd.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(org.eclipse.xsd.XSDFeature component,
BindingWalker.Visitor visitor,
org.eclipse.xsd.XSDTypeDefinition container,
org.picocontainer.MutablePicoContainer context)
walk
public void walk(org.eclipse.xsd.XSDFeature component,
BindingWalker.Visitor visitor,
org.picocontainer.MutablePicoContainer context)
Copyright © 1996-2010 Geotools. All Rights Reserved.