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 String |
getXJDFName(KElement jdf)
the new name
|
protected void |
removeUnused(KElement newRootP)
zapp unused attributes
|
protected KElement |
safeRename(KElement original,
String newName,
boolean allLeaves) |
protected void |
setAttributes(KElement jdf,
KElement eNew) |
void |
setParent(JDFToXJDF parent)
fills this into the factory
|
KElement |
walk(KElement jdf,
KElement xjdf)
the mother routine for walking....
|
compareTo, finalizeWalk, getDepth, 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 void removeUnused(KElement newRootP)
newRootP - Copyright © 2015. All rights reserved.