Class BindingWalker

Object
BindingWalker
All Implemented Interfaces:
TypeWalker.Visitor

public class BindingWalker extends Object implements TypeWalker.Visitor
  • Constructor Details

  • Method Details

    • 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)