public class WalkLayout extends WalkStrippingParams
xjdfToJDFImpldepth, log| Constructor and Description |
|---|
WalkLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getRefName(java.lang.String val) |
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten
|
KElement |
walk(KElement xjdfLayout,
KElement jdfLayout)
the mother routine for walking....
|
cleanRef, cleanRefs, createSeparationList, fixAuthor, getNode, setParent, updateAttributes, updateColorcompareTo, finalizeWalk, getDepth, getElementNames, prepareWalk, toStringpublic boolean matches(KElement toCheck)
BaseWalkermatches in class WalkStrippingParamstoCheck - BaseWalker.matches(org.cip4.jdflib.core.KElement)public KElement walk(KElement xjdfLayout, KElement jdfLayout)
BaseWalkerwalk in interface IWalkerwalk in class WalkXElementxjdfLayout - the element to walkjdfLayout - a parallel element to e that may additionally be modified during the walkWalkXElement.walk(org.cip4.jdflib.core.KElement, org.cip4.jdflib.core.KElement)protected java.lang.String getRefName(java.lang.String val)
getRefName in class WalkStrippingParamsWalkXElement.getRefName(java.lang.String)