protected class PostXJDFWalker.WalkPart extends PostXJDFWalker.WalkElement
depth, log| Constructor and Description |
|---|
PostXJDFWalker.WalkPart() |
| Modifier and Type | Method and Description |
|---|---|
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 part,
KElement dummy)
the mother routine for walking....
|
compareTo, finalizeWalk, getDepth, prepareWalk, toStringpublic KElement walk(KElement part, KElement dummy)
BaseWalkerwalk in interface IWalkerwalk in class PostXJDFWalker.WalkElementpart - dummy - a parallel element to e that may additionally be modified during the walkIWalker.walk(KElement, KElement)public boolean matches(KElement e)
BaseWalkermatches in class BaseWalkere - the element to checkCopyright © 2015. All rights reserved.