public class AllVisitFilter extends Object implements IVisitFilter
IVisitFilter that let visitors visit all.ANY| Constructor and Description |
|---|
AllVisitFilter() |
| 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 |
public boolean visitChildren(Object object)
object's children will be visitedvisitChildren in interface IVisitFiltertrue if the object's children should be visitedpublic boolean visitObject(Object object)
object will be visitedvisitObject in interface IVisitFiltertrue if the object should be visitedCopyright © 2006-2012 Apache Software Foundation. All Rights Reserved.