| spoon.processing.TraversalStrategy
Field Summary | |
Enum Constant | POST_ORDER When this strategy is selected, the processor will traverse the child
elements before the parents. | Enum Constant | PRE_ORDER When this strategy is selected, the processor will traverse the parent
elements before the children. |
POST_ORDER | Enum Constant POST_ORDER(Code) | | When this strategy is selected, the processor will traverse the child
elements before the parents.
|
PRE_ORDER | Enum Constant PRE_ORDER(Code) | | When this strategy is selected, the processor will traverse the parent
elements before the children.
|
|
|