Class RemoveEmptyXJDF.WalkAuditResource
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
-
- org.cip4.jdflib.extensions.xjdfwalker.RemoveEmptyXJDF.WalkAuditResource
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Enclosing class:
- RemoveEmptyXJDF
public class RemoveEmptyXJDF.WalkAuditResource extends RemoveEmpty.WalkElement
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkAuditResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VStringgetElementNames()retur the list of elements that will always be procesed by this walkerprotected booleanhasRequiredChild(KElement e1)-
Methods inherited from class org.cip4.jdflib.elementwalker.RemoveEmpty.WalkElement
getDummyAttributes, hasChild, 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()
-
hasRequiredChild
protected boolean hasRequiredChild(KElement e1)
- Overrides:
hasRequiredChildin classRemoveEmpty.WalkElement- See Also:
RemoveEmpty.WalkElement.hasRequiredChild(org.cip4.jdflib.core.KElement)
-
-