public class SectPrFindFirst extends TraversalUtil.CallbackImpl
| Modifier and Type | Field and Description |
|---|---|
P |
enclosingP |
SectPr |
firstSectPr |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SectPrFindFirst() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
boolean |
shouldTraverse(Object o)
Decide whether this node's children should be traversed.
|
getChildren, walkJAXBElementsprotected static org.slf4j.Logger log
public SectPr firstSectPr
public P enclosingP
public List<Object> apply(Object o)
TraversalUtil.CallbackImplTraversalUtil.CallbackImpl.shouldTraverse(Object)).
Implementations can have side effects.
apply in interface TraversalUtil.Callbackapply in class TraversalUtil.CallbackImplpublic boolean shouldTraverse(Object o)
TraversalUtil.CallbackImplshouldTraverse in interface TraversalUtil.CallbackshouldTraverse in class TraversalUtil.CallbackImplCopyright © 2007-2022. All Rights Reserved.