public class WalkState extends WalkIgnore
jdfToXJDFdepth, log| Constructor and Description |
|---|
WalkState() |
| Modifier and Type | Method and Description |
|---|---|
VString |
getElementNames()
retur the list of elements that will always be procesed by this walker
|
boolean |
matches(KElement e)
this is the check whether or not to use this walker for a given element should be overwritten
|
KElement |
walk(KElement jdf,
KElement xjdf)
the mother routine for walking....
|
getXJDFName, mustInline, removeUnusedElements, safeRename, setAttributes, setParent, updateAttributescompareTo, finalizeWalk, getDepth, prepareWalk, toStringpublic KElement walk(KElement jdf, KElement xjdf)
BaseWalkerwalk in interface IWalkerwalk in class WalkIgnorexjdf - jdf - the element to walkIWalker.walk(KElement, KElement)public VString getElementNames()
BaseWalkergetElementNames in class WalkIgnoreBaseWalker.getElementNames()public boolean matches(KElement e)
BaseWalkermatches in class WalkIgnoree - the element to checkBaseWalker.matches(org.cip4.jdflib.core.KElement)