Uses of Interface
org.apache.commons.digester3.RuleSet

Packages that use RuleSet
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. 
 

Uses of RuleSet in org.apache.commons.digester3
 

Classes in org.apache.commons.digester3 that implement RuleSet
 class RuleSetBase
           Convenience base class that implements the RuleSet interface.
 

Methods in org.apache.commons.digester3 with parameters of type RuleSet
 void Digester.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
 RuleSet DigesterLoader.createRuleSet()
          Creates a new RuleSet instance based on the current configuration.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.