Package org.cip4.jdflib.extensions
Class XJDFSchemaWalker.WalkElement
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.extensions.XJDFSchemaWalker.WalkElement
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Direct Known Subclasses:
XJDFSchemaWalker.WalkAttribute,XJDFSchemaWalker.WalkEnum
- Enclosing class:
- XJDFSchemaWalker
protected class XJDFSchemaWalker.WalkElement extends BaseWalker
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KElementwalk(KElement in, KElement out)the mother routine for walking....-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, getElementNames, matches, prepareWalk, toString
-
-
-
-
Method Detail
-
walk
public KElement walk(KElement in, KElement out)
Description copied from class:BaseWalkerthe mother routine for walking....- Specified by:
walkin interfaceIWalker- Overrides:
walkin classBaseWalker- Parameters:
in-out-- Returns:
- not null if must continue
- See Also:
IWalker.walk(KElement, KElement)
-
-