Class LinkRefFinder


public class LinkRefFinder extends BaseElementWalker
  • Field Details

    • theMap

      protected final ListMap<String,KElement> theMap
    • bRef

      protected final boolean bRef
  • Constructor Details

    • LinkRefFinder

      public LinkRefFinder(boolean ref, boolean link)
      Parameters:
      ref -
      link -
  • Method Details

    • getMap

      public ListMap<String,KElement> getMap(JDFNode n)
      get a vector of all links and references of n and its children
      Parameters:
      n - the node to walk
      Returns:
      the vector of unlinked resourcerefs and resourceLinks
    • getTheMap

      public ListMap<String,KElement> getTheMap()
      Returns:
      the theMap