Class RemoveEmptyXJDF.WalkResourceSet
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
-
- org.cip4.jdflib.extensions.xjdfwalker.RemoveEmptyXJDF.WalkResourceSet
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Enclosing class:
- RemoveEmptyXJDF
public class RemoveEmptyXJDF.WalkResourceSet extends RemoveEmpty.WalkElement
zapp me
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkResourceSet()
-
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 walker-
Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
hasChild, hasRequiredChild, matches, walk, walkAttributes
-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, prepareWalk, toString
-
-
-
-
Method Detail
-
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()
-
getDummyAttributes
protected StringArray getDummyAttributes()
- Overrides:
getDummyAttributesin classRemoveEmpty.WalkElement- Returns:
- See Also:
RemoveEmpty.WalkElement.getDummyAttributes()
-
-