public class WalkResourceQuParams extends WalkElement
depth, log| Constructor and Description |
|---|
WalkResourceQuParams() |
| Modifier and Type | Method and Description |
|---|---|
VString |
getElementNames()
retur the list of elements that will always be procesed by this walker
|
KElement |
walk(KElement e1,
KElement trackElem)
the mother routine for walking....
|
fixSourceObjects, matches, processDeprecated, setParentcompareTo, finalizeWalk, getDepth, prepareWalk, toStringpublic KElement walk(KElement e1, KElement trackElem)
BaseWalkerwalk in interface IWalkerwalk in class WalkElemente1 - - the element to tracktrackElem - - always nullversion fixing routine for JDF uses heuristics to modify this element and its children to be compatible with
a given version in general, it will be able to move from low to high versions but potentially fail when attempting to move from higher to lower versionspublic VString getElementNames()
BaseWalkergetElementNames in class BaseWalkerBaseWalker.getElementNames()