public interface IVisitFilter
| Modifier and Type | Field and Description |
|---|---|
static IVisitFilter |
ANY
A visitor filter that allows all objects and their children to be visited
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
visitChildren(Object object)
Controls whether or not the
object's children will be visited |
boolean |
visitObject(Object object)
Controls whether or not the
object will be visited |
static final IVisitFilter ANY
boolean visitObject(Object object)
object will be visitedobject - true if the object should be visitedboolean visitChildren(Object object)
object's children will be visitedobject - true if the object's children should be visitedCopyright © 2006-2012 Apache Software Foundation. All Rights Reserved.