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

Packages that use RuleSet
org.apache.commons.digester The xmlrules package provides for XML-based definition of rules for Digester
org.apache.commons.digester.annotations The annotations package provides for Java5 Annotations meta data-based definition of rules for Digester
org.apache.commons.digester.xmlrules The Digester package lets you configure an XML -> Java object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. 
 

Uses of RuleSet in org.apache.commons.digester
 

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

Methods in org.apache.commons.digester 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.digester.annotations
 

Classes in org.apache.commons.digester.annotations that implement RuleSet
 class FromAnnotationsRuleSet
          A RuleSet implementation that's able to inject Rules created with the annotations analysis.
 

Methods in org.apache.commons.digester.annotations that return RuleSet
 RuleSet DigesterLoader.getRuleSet(Class<?> target)
          Builds a new RuleSet analyzing the digester annotations in the target class.
 

Uses of RuleSet in org.apache.commons.digester.xmlrules
 

Classes in org.apache.commons.digester.xmlrules that implement RuleSet
 class DigesterRuleParser
          This is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.
 class FromXmlRuleSet
          A Digester rule set where the rules come from an XML file.
 



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