public class WalkElement extends BaseWalker
| Modifier and Type | Field and Description |
|---|---|
protected JDFToXJDF |
jdfToXJDF |
depth, log| Constructor and Description |
|---|
WalkElement() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getXJDFName(KElement jdf)
the new name
|
protected void |
removeUnusedElements(KElement jdf)
zapp unused elements
|
protected KElement |
safeRename(KElement original,
java.lang.String newName) |
protected void |
setAttributes(KElement jdf,
KElement eNew) |
void |
setParent(JDFToXJDF parent)
fills this into the factory
|
protected void |
updateAttributes(JDFAttributeMap map) |
KElement |
walk(KElement jdf,
KElement xjdf)
the mother routine for walking....
|
compareTo, finalizeWalk, getDepth, getElementNames, matches, prepareWalk, toStringprotected JDFToXJDF jdfToXJDF
public void setParent(JDFToXJDF parent)
parent - public KElement walk(KElement jdf, KElement xjdf)
BaseWalkerwalk in interface IWalkerwalk in class BaseWalkerxjdf - jdf - the element to walkIWalker.walk(KElement, KElement)protected java.lang.String getXJDFName(KElement jdf)
jdf - protected void updateAttributes(JDFAttributeMap map)
map - protected void removeUnusedElements(KElement jdf)
jdf -