public class SimpleFieldLocator extends TraversalUtil.CallbackImpl
| Modifier and Type | Field and Description |
|---|---|
List<CTSimpleField> |
simpleFields |
| Constructor and Description |
|---|
SimpleFieldLocator() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
getChildren, shouldTraverse, walkJAXBElementspublic List<CTSimpleField> simpleFields
public List<Object> apply(Object o)
TraversalUtil.CallbackImplTraversalUtil.CallbackImpl.shouldTraverse(Object)).
Implementations can have side effects.
apply in interface TraversalUtil.Callbackapply in class TraversalUtil.CallbackImplCopyright © 2007-2022. All Rights Reserved.