public class SectPrFinder extends TraversalUtil.CallbackImpl
| Constructor and Description |
|---|
SectPrFinder(MainDocumentPart mdp) |
| 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).
|
java.util.List<SectPr> |
getOrderedSectPrList()
The body level sectPr (if there is one)
is at the end of the list.
|
java.util.List<SectPr> |
getSectPrList()
Deprecated.
|
boolean |
shouldTraverse(java.lang.Object o)
Decide whether this node's children should be traversed.
|
getChildren, walkJAXBElementspublic SectPrFinder(MainDocumentPart mdp)
@Deprecated public java.util.List<SectPr> getSectPrList()
public java.util.List<SectPr> getOrderedSectPrList()
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.