public class WalkXElement extends BaseWalker
| Modifier and Type | Field and Description |
|---|---|
protected XJDFToJDFImpl |
xjdfToJDFImpl |
depth, log| Constructor and Description |
|---|
WalkXElement() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanRef(KElement e,
KElement trackElem,
java.lang.String val,
java.lang.String values) |
protected void |
cleanRefs(KElement e,
KElement trackElem) |
protected JDFSeparationList |
createSeparationList(KElement rPart,
java.lang.String elem)
make a separationlist from an attribute
|
protected void |
fixAuthor(KElement e) |
protected JDFNode |
getNode(KElement xjdfRes,
KElement jdfNode) |
protected java.lang.String |
getRefName(java.lang.String val) |
void |
setParent(XJDFToJDFImpl xjdftojdf)
fills this into the factory
|
protected void |
updateAttributes(KElement elem) |
protected java.lang.String |
updateColor(java.lang.String xjdfcolor) |
KElement |
walk(KElement e,
KElement trackElem)
the mother routine for walking....
|
compareTo, finalizeWalk, getDepth, getElementNames, matches, prepareWalk, toStringprotected XJDFToJDFImpl xjdfToJDFImpl
public void setParent(XJDFToJDFImpl xjdftojdf)
xjdftojdf - public KElement walk(KElement e, KElement trackElem)
BaseWalkerwalk in interface IWalkerwalk in class BaseWalkere - trackElem - a parallel element to e that may additionally be modified during the walkIWalker.walk(KElement, KElement)protected void updateAttributes(KElement elem)
elem - protected java.lang.String updateColor(java.lang.String xjdfcolor)
protected java.lang.String getRefName(java.lang.String val)
val - protected JDFSeparationList createSeparationList(KElement rPart, java.lang.String elem)
rPart - elem - the separation list attribute / elementprotected JDFNode getNode(KElement xjdfRes, KElement jdfNode)
xjdfRes - jdfNode - protected void cleanRef(KElement e, KElement trackElem, java.lang.String val, java.lang.String values)
protected void fixAuthor(KElement e)
e -