Uses of Class
org.apache.commons.digester3.binder.SetNextBuilder

Packages that use SetNextBuilder
org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. 
 

Uses of SetNextBuilder in org.apache.commons.digester3.binder
 

Methods in org.apache.commons.digester3.binder that return SetNextBuilder
 SetNextBuilder LinkedRuleBuilder.setNext(String methodName)
          Calls a method on the (top-1) (parent) object, passing the top object (child) as an argument, commonly used to establish parent-child relationships.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.