Class TypeWalker


  • public class TypeWalker
    extends Object
    • Constructor Detail

      • TypeWalker

        public TypeWalker()
    • Method Detail

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