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 |
RuleSetBase
Convenience base class that implements the
RuleSet interface. |
Modifier and Type | Method and Description |
---|---|
void |
Digester.addRuleSet(RuleSet ruleSet)
Register a set of Rule instances defined in a RuleSet.
|
Modifier and Type | Method and Description |
---|---|
RuleSet |
DigesterLoader.createRuleSet()
Creates a new
RuleSet instance based on the current configuration. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.