Uses of Interface
org.apache.commons.digester3.RuleSet
Packages that use RuleSet
Package
Description
The
xmlrules
package provides for XML-based definition of
rules for Digester
.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 RuleSetModifier and TypeClassDescriptionclass
Convenience base class that implements theRuleSet
interface.Methods in org.apache.commons.digester3 with parameters of type RuleSetModifier and TypeMethodDescriptionvoid
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 RuleSetModifier and TypeClassDescription(package private) final class
Methods in org.apache.commons.digester3.binder that return RuleSetModifier and TypeMethodDescriptionDigesterLoader.createRuleSet()
Creates a newRuleSet
instance based on the current configuration.(package private) RuleSet
DefaultRulesBinder.getFromBinderRuleSet()