Class RemoveEmptyXJDF.WalkResourceXJDF
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
-
- org.cip4.jdflib.extensions.xjdfwalker.RemoveEmptyXJDF.WalkResourceXJDF
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Enclosing class:
- RemoveEmptyXJDF
public class RemoveEmptyXJDF.WalkResourceXJDF extends RemoveEmpty.WalkElement
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkResourceXJDF()
-
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 walkerprotected booleanhasChild(KElement e1)part elements are ignored-
Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
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()
-
hasChild
protected boolean hasChild(KElement e1)
part elements are ignored- Overrides:
hasChildin classRemoveEmpty.WalkElement- Returns:
- See Also:
RemoveEmpty.WalkElement.hasChild(org.cip4.jdflib.core.KElement)
-
getDummyAttributes
protected StringArray getDummyAttributes()
- Overrides:
getDummyAttributesin classRemoveEmpty.WalkElement- Returns:
- See Also:
RemoveEmpty.WalkElement.getDummyAttributes()
-
-