Class SimpleFieldLocator

java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
org.docx4j.model.fields.SimpleFieldLocator
All Implemented Interfaces:
TraversalUtil.Callback

public class SimpleFieldLocator
extends TraversalUtil.CallbackImpl
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<CTSimpleField> simpleFields  
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleFieldLocator()  
  • 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).

    Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl

    getChildren, shouldTraverse, walkJAXBElements

    Methods inherited from class java.lang.Object

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