Uses of Interface
org.apache.commons.digester.RuleSet
Packages that use RuleSet
Package
Description
The
xmlrules package provides for XML-based definition of
rules for Digester.The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.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 RuleSetModifier and TypeClassDescriptionclassConvenience base class that implements theRuleSetinterface.Methods in org.apache.commons.digester with parameters of type RuleSetModifier and TypeMethodDescriptionvoidDigester.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 RuleSetModifier and TypeClassDescriptionfinal classMethods in org.apache.commons.digester.annotations that return RuleSetModifier and TypeMethodDescriptionDigesterLoader.getRuleSet(Class<?> target) Builds a newRuleSetanalyzing 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 RuleSetModifier and TypeClassDescriptionclassThis is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.classA Digester rule set where the rules come from an XML file.