Package org.cip4.jdflib.elementwalker
Class RemoveEmpty.WalkComChannel
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkResource
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkComChannel
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Enclosing class:
- RemoveEmpty
public class RemoveEmpty.WalkComChannel extends RemoveEmpty.WalkResource
zapp me
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkComChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringArraygetDummyAttributes()VStringgetElementNames()retur the list of elements that will always be procesed by this walkerbooleanmatches(KElement toCheck)this is the check whether or not to use this walker for a given element should be overwritten-
Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkResource
walk
-
Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
hasChild, hasRequiredChild, walkAttributes
-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, prepareWalk, toString
-
-
-
-
Method Detail
-
getDummyAttributes
protected StringArray getDummyAttributes()
- Overrides:
getDummyAttributesin classRemoveEmpty.WalkResource- Returns:
- See Also:
RemoveEmpty.WalkElement.getDummyAttributes()
-
matches
public boolean matches(KElement toCheck)
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.WalkResource- Parameters:
toCheck-- Returns:
- true if matches
- See Also:
BaseWalker.matches(org.cip4.jdflib.core.KElement)
-
getElementNames
public VString getElementNames()
Description copied from class:BaseWalkerretur the list of elements that will always be procesed by this walker- Overrides:
getElementNamesin classBaseWalker- Returns:
- See Also:
BaseWalker.getElementNames()
-
-