Uses of Interface
org.apache.commons.digester3.RuleSet
-
Packages that use RuleSet Package Description org.apache.commons.digester3 Thexmlrules
package provides for XML-based definition of rules forDigester
.org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of RuleSet in org.apache.commons.digester3
Classes in org.apache.commons.digester3 that implement RuleSet Modifier and Type Class Description class
RuleSetBase
Convenience base class that implements theRuleSet
interface.Methods in org.apache.commons.digester3 with parameters of type RuleSet Modifier and Type Method Description void
Digester. addRuleSet(RuleSet ruleSet)
Register a set of Rule instances defined in a RuleSet. -
Uses of RuleSet in org.apache.commons.digester3.binder
Classes in org.apache.commons.digester3.binder that implement RuleSet Modifier and Type Class Description (package private) class
FromBinderRuleSet
Methods in org.apache.commons.digester3.binder that return RuleSet Modifier and Type Method Description RuleSet
DigesterLoader. createRuleSet()
Creates a newRuleSet
instance based on the current configuration.(package private) RuleSet
DefaultRulesBinder. getFromBinderRuleSet()
-