Package | Description |
---|---|
org.apache.commons.digester3 |
The
xmlrules package provides for XML-based definition of
rules for Digester . |
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
SetNextRule
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an
argument.
|
class |
SetRootRule
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an
argument.
|
class |
SetTopRule
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object
as an argument.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParamTypeBuilder<R extends AbstractMethodRule>
Builder chained when invoking
LinkedRuleBuilder.setNext(String) ,
LinkedRuleBuilder.setRoot(String) or LinkedRuleBuilder.setTop(String) . |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.