Class SectPrFindFirst

java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
org.docx4j.finders.SectPrFindFirst
All Implemented Interfaces:
TraversalUtil.Callback

public class SectPrFindFirst
extends TraversalUtil.CallbackImpl
  • Field Summary

    Fields 
    Modifier and Type Field Description
    P enclosingP  
    SectPr firstSectPr  
    protected static org.slf4j.Logger log  
  • Constructor Summary

    Constructors 
    Constructor Description
    SectPrFindFirst()  
  • 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).
    boolean shouldTraverse​(java.lang.Object o)
    Decide whether this node's children should be traversed.

    Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl

    getChildren, walkJAXBElements

    Methods inherited from class java.lang.Object

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