Class 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 Detail

      • PackageElementWalker

        public PackageElementWalker​(BaseWalkerFactory _theFactory)
        Parameters:
        _theFactory -
    • Method Detail

      • constructWalker

        protected BaseWalker constructWalker​(java.lang.String name)
        Parameters:
        name -
        Returns: