Class PackageElementWalker

java.lang.Object
org.cip4.jdflib.elementwalker.ElementWalker
org.cip4.jdflib.elementwalker.PackageElementWalker
Direct Known Subclasses:
FixVersionImpl, JDFToXJDF, XJDFToJDFImpl

public class PackageElementWalker extends ElementWalker
this class is similar to BaseElementWalker but searches it package rather than the local walker classes elementwalker class that allows you to traverse a dom tree starting at a given root also handles the construction of the walker classes by name, just make sure that your walker subclasses match the naming convention Walk and reside in one of the declared packages, e.g. if your class is called FixVersion, the classes in the same package must be called WalkFoo, WalkBar etc.
  • Constructor Details

    • PackageElementWalker

      public PackageElementWalker(BaseWalkerFactory _theFactory)
      Parameters:
      _theFactory -
  • Method Details