public class RangeFinder extends TraversalUtil.CallbackImpl
| Constructor and Description |
|---|
RangeFinder(String startElement,
String endElement) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
List<CTMarkupRange> |
getEnds() |
List<Text> |
getRefs() |
List<CTBookmark> |
getStarts() |
getChildren, shouldTraverse, walkJAXBElementspublic List<CTBookmark> getStarts()
public List<CTMarkupRange> getEnds()
public List<Object> apply(Object o)
TraversalUtil.CallbackImplTraversalUtil.CallbackImpl.shouldTraverse(Object)).
Implementations can have side effects.
apply in interface TraversalUtil.Callbackapply in class TraversalUtil.CallbackImplCopyright © 2007-2022. All Rights Reserved.