Uses of Interface
org.apache.commons.digester.RuleSet
-
Packages that use RuleSet Package Description org.apache.commons.digester Thexmlrulespackage provides for XML-based definition of rules forDigester.org.apache.commons.digester.annotations Theannotationspackage provides for Java5 Annotations meta data-based definition of rules forDigester.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 Modifier and Type Class Description classRuleSetBaseConvenience base class that implements theRuleSetinterface.Methods in org.apache.commons.digester 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.digester.annotations
Classes in org.apache.commons.digester.annotations that implement RuleSet Modifier and Type Class Description classFromAnnotationsRuleSetMethods in org.apache.commons.digester.annotations that return RuleSet Modifier and Type Method Description RuleSetDigesterLoader. getRuleSet(java.lang.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 RuleSet Modifier and Type Class Description classDigesterRuleParserThis is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.classFromXmlRuleSetA Digester rule set where the rules come from an XML file.
-