public class TcFinder extends TraversalUtil.CallbackImpl
| Constructor and Description |
|---|
TcFinder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
apply(java.lang.Object o)
Visits a node in pre order (before its children have been visited).
|
void |
setTraverseTables(boolean traveseTables)
Defaults to false; set this to true unless you don't
want to traverse a table (eg a nested table).
|
boolean |
shouldTraverse(java.lang.Object o)
Decide whether this node's children should be traversed.
|
getChildren, walkJAXBElementspublic java.util.List<Tc> tcList
public void setTraverseTables(boolean traveseTables)
traveseNestedTable - public java.util.List<java.lang.Object> apply(java.lang.Object o)
TraversalUtil.CallbackImplTraversalUtil.CallbackImpl.shouldTraverse(Object)).
Implementations can have side effects.
apply in interface TraversalUtil.Callbackapply in class TraversalUtil.CallbackImplpublic boolean shouldTraverse(java.lang.Object o)
TraversalUtil.CallbackImplshouldTraverse in interface TraversalUtil.CallbackshouldTraverse in class TraversalUtil.CallbackImplCopyright © 2007–2023. All rights reserved.