Class AltChunkFinder

java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
org.docx4j.utils.AltChunkFinder
All Implemented Interfaces:
TraversalUtil.Callback

public class AltChunkFinder
extends TraversalUtil.CallbackImpl
Since:
2.8
Author:
jharrop
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AltChunkFinder.LocatedChunk
    Track the parent of altChunk.
  • Constructor Summary

    Constructors 
    Constructor Description
    AltChunkFinder()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> apply​(java.lang.Object o)
    Visits a node in pre order (before its children have been visited).
    java.util.List<java.lang.Object> apply​(java.lang.Object o, java.util.List contentList, int index)  
    java.util.List<AltChunkFinder.LocatedChunk> getAltChunks()  
    void walkJAXBElements​(java.lang.Object parent)  

    Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl

    getChildren, shouldTraverse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait