public class ElementsVisitorUtils extends Object
Constructor and Description |
---|
ElementsVisitorUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
visitDeepElements(JRVisitor visitor)
Determines whether a visitor is to visit deep/nested elements.
|
static void |
visitElements(JRVisitor visitor,
Collection<? extends JRVisitable> elements)
Visits a collections of elements.
|
public static boolean visitDeepElements(JRVisitor visitor)
visitor
- the visitorpublic static void visitElements(JRVisitor visitor, Collection<? extends JRVisitable> elements)
visitor
- the visitorelements
- the elementsCopyright © 2017. All rights reserved.