Class IDFinder
java.lang.Object
org.cip4.jdflib.elementwalker.ElementWalker
org.cip4.jdflib.elementwalker.BaseElementWalker
org.cip4.jdflib.extensions.xjdfwalker.IDFinder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassthe link and ref walkerclassthe link and ref walker -
Field Summary
Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker
theFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget a vector of all links and references of n and its childrenstatic JDFAttributeMapgetPartMap(JDFPart part) ensure that we always have a SIGNATURENAME partition in case we have a SHEETNAMEMethods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
getFactoryMethods inherited from class org.cip4.jdflib.elementwalker.ElementWalker
toString, walkTree, walkTreeKidsFirst
-
Constructor Details
-
IDFinder
public IDFinder()
-
-
Method Details
-
getPartMap
ensure that we always have a SIGNATURENAME partition in case we have a SHEETNAME- Parameters:
part- the partmap- Returns:
-
getMap
get a vector of all links and references of n and its children- Parameters:
n- the element to walk- Returns:
- the vector of unlinked resourcerefs and resourceLinks
-