Uses of Interface
org.apache.commons.digester3.Rules
Packages that use Rules
Package
Description
The
xmlrules package provides for XML-based definition of
rules for Digester.The Digester EDSL allows configure Digester using fluent APIs.
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of Rules in org.apache.commons.digester3
Classes in org.apache.commons.digester3 that implement RulesModifier and TypeClassDescriptionclassAbstractRuleImplprovides basic services forRulesimplementations.classExtension ofRulesBasefor complex schema.classRules implementation that uses regular expression matching for paths.classDefault implementation of theRulesinterface that supports the standard rule matching behavior.classRulesDecorator that returns default rules when no matches are returned by the wrapped implementation.Methods in org.apache.commons.digester3 that return RulesModifier and TypeMethodDescriptionDigester.getRules()Return theRulesimplementation object containing our rules collection and associated matching policy.Methods in org.apache.commons.digester3 with parameters of type RulesModifier and TypeMethodDescriptionvoidSet theRulesimplementation object containing our rules collection and associated matching policy.Constructors in org.apache.commons.digester3 with parameters of type Rules -
Uses of Rules in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder with parameters of type RulesModifier and TypeMethodDescriptionDigesterLoader.newDigester(SAXParser parser, Rules rules) DigesterLoader.newDigester(Rules rules) DigesterLoader.newDigester(XMLReader reader, Rules rules) -
Uses of Rules in org.apache.commons.digester3.plugins
Classes in org.apache.commons.digester3.plugins that implement RulesModifier and TypeClassDescriptionclassA custom digester Rules manager which must be used as the Rules object when using the plugins module functionality.Methods in org.apache.commons.digester3.plugins that return RulesModifier and TypeMethodDescriptionPluginRules.getParent()Return the parent Rules object.abstract RulesReturn an instance of some Rules implementation that the plugged-in class shall use to match its private parsing rules.Constructors in org.apache.commons.digester3.plugins with parameters of type RulesModifierConstructorDescriptionPluginRules(Rules decoratedRules) Constructor for top-level Rules object which handles rule-matching using the specified implementation.