org.geotools.xml.impl
Class BindingWalker

Object
  extended by BindingWalker
All Implemented Interfaces:
TypeWalker.Visitor

public class BindingWalker
extends Object
implements TypeWalker.Visitor


Nested Class Summary
static class BindingWalker.BindingExecutionChain
           
static interface BindingWalker.Visitor
           
 
Constructor Summary
BindingWalker(BindingLoader factory)
           
 
Method Summary
 Binding getAnyTypeBinding()
           
 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
 

Constructor Detail

BindingWalker

public BindingWalker(BindingLoader factory)
Method Detail

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-2014 Geotools. All Rights Reserved.