Class TypeWalker

Object
TypeWalker

public class TypeWalker extends Object
  • Constructor Details

    • TypeWalker

      public TypeWalker()
  • Method Details

    • walk

      public void walk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
      Walks from the bottom of the type hierarchy to the top.
    • rwalk

      public void rwalk(XSDTypeDefinition base, TypeWalker.Visitor visitor)
      Walks from the top of the type hierarchy to the bottom.