Package org.cip4.jdflib.elementwalker
Class ResourceIDFinder
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.ElementWalker
-
- org.cip4.jdflib.elementwalker.BaseElementWalker
-
- org.cip4.jdflib.elementwalker.ResourceIDFinder
-
public class ResourceIDFinder extends BaseElementWalker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classResourceIDFinder.WalkContinuethe resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classesclassResourceIDFinder.WalkResthe resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classesclassResourceIDFinder.WalkStopthe resource walker note the naming convention Walkxxx so that it is automagically instantiated by the super classes
-
Field Summary
Fields Modifier and Type Field Description protected java.util.HashMap<java.lang.String,JDFResource>map-
Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker
theFactory
-
-
Constructor Summary
Constructors Constructor Description ResourceIDFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,JDFResource>getMap(JDFNode n)-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
getFactory
-
Methods inherited from class org.cip4.jdflib.elementwalker.ElementWalker
toString, walkTree, walkTreeKidsFirst
-
-
-
-
Field Detail
-
map
protected java.util.HashMap<java.lang.String,JDFResource> map
-
-
Method Detail
-
getMap
public java.util.Map<java.lang.String,JDFResource> getMap(JDFNode n)
- Parameters:
n-- Returns:
-
-