Uses of Interface
org.apache.commons.digester3.RuleSet
-
Packages that use RuleSet Package Description org.apache.commons.digester3 Thexmlrulespackage 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 classRuleSetBaseConvenience base class that implements theRuleSetinterface.Methods in org.apache.commons.digester3 with parameters of type RuleSet Modifier and Type Method Description voidDigester. addRuleSet(RuleSet ruleSet)Register a set of Rule instances defined in a RuleSet. -
Uses of RuleSet in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return RuleSet Modifier and Type Method Description RuleSetDigesterLoader. createRuleSet()Creates a newRuleSetinstance based on the current configuration.
-