Package org.apache.commons.digester3.binder
The Digester EDSL allows configure Digester using fluent APIs.
- Since:
- 3.0
-
Interface Summary Interface Description RuleProvider<R extends Rule> An object capable of providing instances ofRule.RulesBinder The Digester EDSL.RulesModule A module is the Digester rule bindings provider. -
Enum Summary Enum Description NodeCreateRuleProvider.NodeType Enumeration that wraps admittedNodenode constants. -
Exception Summary Exception Description DigesterLoadingException Thrown when errors occur while creating aDigester.