Package org.cip4.jdflib.elementwalker
Class RemoveEmpty.WalkGeneralID
java.lang.Object
org.cip4.jdflib.elementwalker.BaseWalker
org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
org.cip4.jdflib.elementwalker.RemoveEmpty.WalkGeneralID
- All Implemented Interfaces:
Comparable<BaseWalker>,IWalker
- 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 TypeMethodDescriptionretur the list of elements that will always be procesed by this walkerbooleanthis 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
getDummyAttributes, hasChild, hasRequiredChild, walkAttributesMethods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, prepareWalk, toString
-
Constructor Details
-
WalkGeneralID
public WalkGeneralID()
-
-
Method Details
-
walk
Description copied from class:BaseWalkerthe mother routine for walking....- Specified by:
walkin interfaceIWalker- Overrides:
walkin classRemoveEmpty.WalkElement- Parameters:
e- - the element to tracktrackElem- - always null- Returns:
- the element to continue walking
- 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:
-
getElementNames
Description copied from class:BaseWalkerretur the list of elements that will always be procesed by this walker- Overrides:
getElementNamesin classBaseWalker- Returns:
- See Also:
-