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