public class SectPrFinder extends TraversalUtil.CallbackImpl
| Constructor and Description |
|---|
SectPrFinder(MainDocumentPart mdp) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
List<SectPr> |
getOrderedSectPrList()
The body level sectPr (if there is one)
is at the end of the list.
|
List<SectPr> |
getSectPrList()
Deprecated.
|
boolean |
shouldTraverse(Object o)
Decide whether this node's children should be traversed.
|
getChildren, walkJAXBElementspublic SectPrFinder(MainDocumentPart mdp)
@Deprecated public List<SectPr> getSectPrList()
public List<SectPr> getOrderedSectPrList()
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-2020. All Rights Reserved.