Package org.cip4.jdflib.elementwalker
Class RemoveEmpty.WalkResource
java.lang.Object
org.cip4.jdflib.elementwalker.BaseWalker
org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
org.cip4.jdflib.elementwalker.RemoveEmpty.WalkResource
- All Implemented Interfaces:
Comparable<BaseWalker>,IWalker
- Direct Known Subclasses:
RemoveEmpty.WalkComChannel
- Enclosing class:
- RemoveEmpty
zapp me
-
Field Summary
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringArraybooleanthis is the check whether or not to use this walker for a given element should be overwrittenthe mother routine for walking....Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
hasChild, hasRequiredChild, walkAttributesMethods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, getElementNames, prepareWalk, toString
-
Constructor Details
-
WalkResource
public WalkResource()
-
-
Method Details
-
getDummyAttributes
- Overrides:
getDummyAttributesin classRemoveEmpty.WalkElement- Returns:
- See Also:
-
matches
Description copied from class:BaseWalkerthis is the check whether or not to use this walker for a given element should be overwritten- Overrides:
matchesin classRemoveEmpty.WalkElement- Parameters:
toCheck-- Returns:
- true if matches
- See Also:
-
walk
Description copied from class:BaseWalkerthe mother routine for walking....- Specified by:
walkin interfaceIWalker- Overrides:
walkin classRemoveEmpty.WalkElement- Parameters:
e1- - the element to tracktrackElem- - always null- Returns:
- the element to continue walking
- See Also:
-