public class LinkRefFinder extends BaseElementWalker
| Modifier and Type | Class and Description |
|---|---|
class |
LinkRefFinder.WalkRef
the link and ref walker
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bLink |
protected boolean |
bRef |
protected ListMap<java.lang.String,KElement> |
theMap |
log, theFactory| Constructor and Description |
|---|
LinkRefFinder(boolean ref,
boolean link) |
| Modifier and Type | Method and Description |
|---|---|
ListMap<java.lang.String,KElement> |
getMap(JDFNode n)
get a vector of all links and references of n and its children
|
ListMap<java.lang.String,KElement> |
getTheMap() |
getFactorytoString, walkTree, walkTreeKidsFirstpublic LinkRefFinder(boolean ref,
boolean link)
ref - link -