Package org.docx4j.model.datastorage
Class OpenDoPEHandler.DeepTraversor
java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
org.docx4j.model.datastorage.OpenDoPEHandler.DeepTraversor
- All Implemented Interfaces:
TraversalUtil.Callback
- Enclosing class:
- OpenDoPEHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl
getChildren, shouldTraverse, walkJAXBElements
-
Field Details
-
index
int index -
xpathBase
String xpathBase
-
-
Constructor Details
-
DeepTraversor
DeepTraversor()
-
-
Method Details
-
setIndex
public void setIndex(int index) -
setXPathBase
-
apply
Description copied from class:TraversalUtil.CallbackImplVisits a node in pre order (before its children have been visited). A node is visited only if all its parents have been traversed (TraversalUtil.CallbackImpl.shouldTraverse(Object)).Implementations can have side effects.
- Specified by:
applyin interfaceTraversalUtil.Callback- Specified by:
applyin classTraversalUtil.CallbackImpl
-