A B C D E F G I J L M N O P R S T U V W X

A

AbstractObjectCreationFactory - class org.apache.commons.digester.AbstractObjectCreationFactory.
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.commons.digester.AbstractObjectCreationFactory
 
AbstractRulesImpl - class org.apache.commons.digester.AbstractRulesImpl.
AbstractRuleImpl provides basic services for Rules implementations.
AbstractRulesImpl() - Constructor for class org.apache.commons.digester.AbstractRulesImpl
 
add(Rule) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Adds a rule the the target digester.
add(String, Rule) - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
Adds a Rule to be fired on given pattern.
add(String, Rule) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
 
add(String, Rule) - Method in class org.apache.commons.digester.RulesBase
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.commons.digester.ExtendedBaseRules
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.commons.digester.AbstractRulesImpl
Registers a new Rule instance matching the specified pattern.
add(String, Rule) - Method in interface org.apache.commons.digester.Rules
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.commons.digester.plugins.PluginRules
Register a new Rule instance matching the specified pattern.
add(String, Rule) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
Register a new Rule instance matching a pattern which is constructed by concatenating the pattern prefix with the given pattern.
addAlias(String, String) - Method in class org.apache.commons.digester.SetPropertiesRule
Add an additional attribute name to property name mapping.
addAlias(String, String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
Add an additional element name to property name mapping.
addBeanPropertySetter(String) - Method in class org.apache.commons.digester.Digester
Add a "bean property setter" rule for the specified parameters.
addBeanPropertySetter(String, String) - Method in class org.apache.commons.digester.Digester
Add a "bean property setter" rule for the specified parameters.
addCallMethod(String, String) - Method in class org.apache.commons.digester.Digester
Add an "call method" rule for a method which accepts no arguments.
addCallMethod(String, String, int) - Method in class org.apache.commons.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class[]) - Method in class org.apache.commons.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, String[]) - Method in class org.apache.commons.digester.Digester
Add an "call method" rule for the specified parameters.
addCallParam(String, int) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, boolean) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule.
addCallParam(String, int, int) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule that sets a parameter from the stack.
addCallParam(String, int, String) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParamPath(String, int) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule that sets a parameter from the current Digester matching path.
addDeclaration(Declaration) - Method in class org.apache.commons.digester.plugins.PluginManager
Add the declaration to the set of known declarations.
addDefault(Rule) - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
Adds a rule to be fired when wrapped implementation returns no matches
addFactoryCreate(String, Class) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, boolean) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String, boolean) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory, boolean) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, boolean) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String, boolean) - Method in class org.apache.commons.digester.Digester
Add a "factory create" rule for the specified parameters.
addObjectCreate(String, Class) - Method in class org.apache.commons.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String) - Method in class org.apache.commons.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, Class) - Method in class org.apache.commons.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, String) - Method in class org.apache.commons.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectParam(String, int, Object) - Method in class org.apache.commons.digester.Digester
Add a "call parameter" rule that sets a parameter from a caller-provided object.
addRule(String, Rule) - Method in class org.apache.commons.digester.Digester
Register a new Rule matching the specified pattern.
addRuleInstances(Digester) - Method in class org.apache.commons.digester.RuleSetBase
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in interface org.apache.commons.digester.RuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Add to the given digester the set of Rule instances used to parse an XML document defining Digester rules.
addRuleInstances(Digester) - Method in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
Adds to the digester the set of Rule instances defined in the XML file for this rule set.
addRuleInstances(Digester, String) - Method in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
Adds to the digester the set of Rule instances defined in the XML file for this rule set.
addRules(Digester, String) - Method in class org.apache.commons.digester.plugins.RuleLoader
Configures the digester with custom rules for some plugged-in class.
addRules(Digester, String) - Method in class org.apache.commons.digester.plugins.strategies.LoaderSetProperties
Just add a SetPropertiesRule at the specified path.
addRules(Digester, String) - Method in class org.apache.commons.digester.plugins.strategies.LoaderFromStream
Add the rules previously loaded from the input stream into the specified digester.
addRules(Digester, String) - Method in class org.apache.commons.digester.plugins.strategies.LoaderFromClass
Just invoke the target method.
addRuleSet(RuleSet) - Method in class org.apache.commons.digester.Digester
Register a set of Rule instances defined in a RuleSet.
addSetNestedProperties(String) - Method in class org.apache.commons.digester.Digester
Adds an SetNestedPropertiesRule.
addSetNestedProperties(String, String[], String[]) - Method in class org.apache.commons.digester.Digester
Adds an SetNestedPropertiesRule.
addSetNestedProperties(String, String, String) - Method in class org.apache.commons.digester.Digester
Adds an SetNestedPropertiesRule.
addSetNext(String, String) - Method in class org.apache.commons.digester.Digester
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - Method in class org.apache.commons.digester.Digester
Add a "set next" rule for the specified parameters.
addSetProperties(String) - Method in class org.apache.commons.digester.Digester
Add a "set properties" rule for the specified parameters.
addSetProperties(String, String[], String[]) - Method in class org.apache.commons.digester.Digester
Add a "set properties" rule with overridden parameters.
addSetProperties(String, String, String) - Method in class org.apache.commons.digester.Digester
Add a "set properties" rule with a single overridden parameter.
addSetProperty(String, String, String) - Method in class org.apache.commons.digester.Digester
Add a "set property" rule for the specified parameters.
addSetRoot(String, String) - Method in class org.apache.commons.digester.Digester
Add SetRootRule with the specified parameters.
addSetRoot(String, String, String) - Method in class org.apache.commons.digester.Digester
Add SetRootRule with the specified parameters.
addSetTop(String, String) - Method in class org.apache.commons.digester.Digester
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - Method in class org.apache.commons.digester.Digester
Add a "set top" rule for the specified parameters.
addSource(String, Map) - Method in class org.apache.commons.digester.substitution.MultiVariableExpander
 
allowUnknownChildElements - Variable in class org.apache.commons.digester.SetNestedPropertiesRule
 
allRules - Variable in class org.apache.commons.digester.WithDefaultsRulesWrapper
All rules (preserves order in which they were originally added)
anyChildRule - Variable in class org.apache.commons.digester.SetNestedPropertiesRule
 
attributeName - Variable in class org.apache.commons.digester.ObjectParamRule
The attribute which we are attempting to match
attributeName - Variable in class org.apache.commons.digester.ObjectCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.commons.digester.FactoryCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.commons.digester.CallParamRule
The attribute from which to save the parameter value
attributeNames - Variable in class org.apache.commons.digester.SetPropertiesRule
Attribute names used to override natural attribute->property mapping
attributesExpander - Variable in class org.apache.commons.digester.substitution.VariableSubstitutor
The expander to be used to expand variables in the attributes.
attrName - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
 
attrs - Variable in class org.apache.commons.digester.substitution.VariableAttributes
 

B

baseClass - Variable in class org.apache.commons.digester.plugins.PluginCreateRule
A base class that any plugin must derive from.
baseLog - Static variable in class org.apache.commons.digester.SimpleRegexMatcher
Default log (class wide)
basePath - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
See DigesterRuleParser.setBasePath(java.lang.String).
basicMatch(String, String) - Method in class org.apache.commons.digester.ExtendedBaseRules
Standard match.
BeanPropertySetterRule - class org.apache.commons.digester.BeanPropertySetterRule.
Rule implements sets a bean property on the top object to the body text.
BeanPropertySetterRule() - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
Construct rule that automatically sets a property from the body text.
BeanPropertySetterRule(Digester) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use BeanPropertySetterRule.BeanPropertySetterRule() instead.
BeanPropertySetterRule(Digester, String) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use BeanPropertySetterRule.BeanPropertySetterRule(String propertyName) instead.
BeanPropertySetterRule(String) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
Construct rule that sets the given property from the body text.
begin(Attributes) - Method in class org.apache.commons.digester.SetPropertyRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.commons.digester.SetPropertiesRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.commons.digester.ObjectCreateRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.commons.digester.CallParamRule
Process the start of this element.
begin(Attributes) - Method in class org.apache.commons.digester.CallMethodRule
Process the start of this element.
begin(Attributes) - Method in class org.apache.commons.digester.Rule
Deprecated. Use the begin method with namespace and name parameters instead.
begin(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
If a pattern is defined for the attribute, push it onto the pattern stack.
begin(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.IncludeRule
To include a rules xml file, we instantiate another Digester, and another DigesterRulesRuleSet.
begin(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesAliasRule
Add the alias to the SetPropertiesRule object created by the enclosing tag.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
 
begin(String, String, Attributes) - Method in class org.apache.commons.digester.PathCallParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.ObjectParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.NodeCreateRule
Implemented to replace the content handler currently in use by a NodeCreateRule.NodeBuilder.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.FactoryCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.Rule
This method is called when the beginning of a matching XML element is encountered.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.plugins.PluginDeclarationRule
Invoked upon reading a tag defining a plugin declaration.
begin(String, String, Attributes) - Method in class org.apache.commons.digester.plugins.PluginCreateRule
Invoked when the Digester matches this rule against an xml element.
body(String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
This is only invoked after all child elements have been processed, so we can remove the custom Rules object that does the child-element-matching.
body(String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
 
body(String) - Method in class org.apache.commons.digester.CallParamRule
Process the body text of this element.
body(String) - Method in class org.apache.commons.digester.CallMethodRule
Process the body text of this element.
body(String) - Method in class org.apache.commons.digester.Rule
Deprecated. Use the body method with namespace and name parameters instead.
body(String, String, String) - Method in class org.apache.commons.digester.BeanPropertySetterRule
Process the body text of this element.
body(String, String, String) - Method in class org.apache.commons.digester.Rule
This method is called when the body of a matching XML element is encountered.
body(String, String, String) - Method in class org.apache.commons.digester.plugins.PluginCreateRule
Process the body text of this element.
bodyText - Variable in class org.apache.commons.digester.CallMethodRule
The body text collected from this element.
bodyText - Variable in class org.apache.commons.digester.BeanPropertySetterRule
The body text used to set the property.
bodyText - Variable in class org.apache.commons.digester.Digester
The body text of the current element.
bodyTextExpander - Variable in class org.apache.commons.digester.substitution.VariableSubstitutor
The expander to be used to expand variables in the body text.
bodyTexts - Variable in class org.apache.commons.digester.Digester
The stack of body text string buffers for surrounding elements.
bodyTextStack - Variable in class org.apache.commons.digester.CallParamRule
Stack is used to allow nested body text to be processed.

C

cache - Variable in class org.apache.commons.digester.RulesBase
The set of registered Rule instances, keyed by the matching pattern.
CallMethodRule - class org.apache.commons.digester.CallMethodRule.
Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element.
CallMethodRule(Digester, String, int) - Constructor for class org.apache.commons.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount) instead.
CallMethodRule(Digester, String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes) instead.
CallMethodRule(Digester, String, int, String[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes) instead.
CallMethodRule(int, String) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String, int) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(int, String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, String[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String, int, String[]) - Constructor for class org.apache.commons.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallParamRule - class org.apache.commons.digester.CallParamRule.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
CallParamRule(Digester, int) - Constructor for class org.apache.commons.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex) instead.
CallParamRule(Digester, int, String) - Constructor for class org.apache.commons.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex, String attributeName) instead.
CallParamRule(int) - Constructor for class org.apache.commons.digester.CallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(int, boolean) - Constructor for class org.apache.commons.digester.CallParamRule
Construct a "call parameter" rule.
CallParamRule(int, int) - Constructor for class org.apache.commons.digester.CallParamRule
Constructs a "call parameter" rule which sets a parameter from the stack.
CallParamRule(int, String) - Constructor for class org.apache.commons.digester.CallParamRule
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
cause - Variable in class org.apache.commons.digester.plugins.PluginInvalidInputException
 
cause - Variable in class org.apache.commons.digester.plugins.PluginAssertionFailure
 
cause - Variable in class org.apache.commons.digester.plugins.PluginConfigurationException
 
cause - Variable in class org.apache.commons.digester.plugins.PluginException
 
cause - Variable in class org.apache.commons.digester.xmlrules.DigesterLoadingException
 
cause - Variable in class org.apache.commons.digester.xmlrules.XmlLoadException
 
characters(char[], int, int) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Appends a Text node to the current node.
characters(char[], int, int) - Method in class org.apache.commons.digester.Digester
Process notification of character data received from the body of an XML element.
CircularIncludeException - exception org.apache.commons.digester.xmlrules.CircularIncludeException.
Thrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.
CircularIncludeException(String) - Constructor for class org.apache.commons.digester.xmlrules.CircularIncludeException
 
classLoader - Variable in class org.apache.commons.digester.Digester
The class loader to use for instantiating application objects.
className - Variable in class org.apache.commons.digester.ObjectCreateRule
The Java class name of the object to be created.
className - Variable in class org.apache.commons.digester.FactoryCreateRule
The Java class name of the ObjectCreationFactory to be created.
clear() - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
Clears all Rule's
clear() - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
 
clear() - Method in class org.apache.commons.digester.RegexRules
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.commons.digester.RulesBase
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.commons.digester.AbstractRulesImpl
Clear all existing Rule instance registrations.
clear() - Method in interface org.apache.commons.digester.Rules
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.commons.digester.Digester
Clear the current contents of the object stack.
clear() - Method in class org.apache.commons.digester.plugins.PluginRules
Clear all rules.
clear() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
configure() - Method in class org.apache.commons.digester.Digester
Provide a hook for lazy configuration of this Digester instance.
configure(Digester, String) - Method in class org.apache.commons.digester.plugins.Declaration
Attempt to load custom rules for the target class at the specified pattern.
configured - Variable in class org.apache.commons.digester.Digester
Has this Digester been configured yet.
configureOldXerces(SAXParser, Properties) - Static method in class org.apache.commons.digester.parser.XercesParser
Configure schema validation as recommended by the JAXP 1.2 spec.
configureXerces(SAXParserFactory) - Static method in class org.apache.commons.digester.parser.XercesParser
Configure schema validation as recommended by the Xerces spec.
counter - Variable in class org.apache.commons.digester.ExtendedBaseRules
Counts the entry number for the rules.
createDigester(InputSource) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Creates a new digester and initializes it from the specified InputSource
createDigester(InputSource, Digester) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Creates a new digester and initializes it from the specified InputSource.
createDigester(URL) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Creates a new digester and initializes it from the specified XML file
createDigester(URL, Digester) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Creates a new digester and initializes it from the specified XML file.
createObject(Attributes) - Method in interface org.apache.commons.digester.ObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in class org.apache.commons.digester.AbstractObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.BeanPropertySetterRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallMethodRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallParamRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectParamRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.FactoryCreateRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectCreateRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertyRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetTopRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNextRuleFactory
 
createObject(Attributes) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetRootRuleFactory
 
createSAXException(Exception) - Method in class org.apache.commons.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.commons.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String, Exception) - Method in class org.apache.commons.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
creationFactory - Variable in class org.apache.commons.digester.FactoryCreateRule
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
currChildElementName - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
 
currChildNamespaceURI - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
 

D

Declaration - class org.apache.commons.digester.plugins.Declaration.
Represents a Class that can be instantiated by a PluginCreateRule, plus info on how to load custom digester rules for mapping xml into that plugged-in class.
Declaration(Class) - Constructor for class org.apache.commons.digester.plugins.Declaration
Constructor.
Declaration(Class, RuleLoader) - Constructor for class org.apache.commons.digester.plugins.Declaration
Create an instance where a fully-initialised ruleLoader instance is provided by the caller instead of having the PluginManager "discover" an appropriate one.
Declaration(String) - Constructor for class org.apache.commons.digester.plugins.Declaration
Constructor.
declarationsByClass - Variable in class org.apache.commons.digester.plugins.PluginManager
Map of classname->Declaration
declarationsById - Variable in class org.apache.commons.digester.plugins.PluginManager
Map of id->Declaration
declarePlugin(Digester, Properties) - Static method in class org.apache.commons.digester.plugins.PluginDeclarationRule
 
decoratedRules - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
 
decoratedRules - Variable in class org.apache.commons.digester.plugins.PluginRules
The rules implementation that we are "enhancing" with plugins functionality, as per the Decorator pattern.
defaultPlugin - Variable in class org.apache.commons.digester.plugins.PluginCreateRule
Info about optional default plugin to be used if no plugin-id is specified in the input data.
defaultRules - Variable in class org.apache.commons.digester.WithDefaultsRulesWrapper
Rules to be fired when the wrapped implementations returns none.
delegate - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
 
depth - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Depth of the current node, relative to the element where the content handler was put into action.
DFLT_FALSEVAL - Static variable in class org.apache.commons.digester.plugins.strategies.FinderSetProperties
 
DFLT_FILENAME_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromFile
Xml attribute that needs to be present on a plugin declaration in order to specify the file to load rules from.
DFLT_METHOD_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromMethod
Xml attribute that needs to be present on a plugin declaration in order to specify the method to load rules from.
DFLT_METHOD_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromClass
 
DFLT_METHOD_NAME - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromDfltMethod
 
DFLT_METHOD_NAME - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromDfltClass
 
DFLT_METHOD_NAME - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromClass
 
DFLT_PLUGIN_CLASS_ATTR - Variable in class org.apache.commons.digester.plugins.PluginContext
 
DFLT_PLUGIN_CLASS_ATTR_NS - Variable in class org.apache.commons.digester.plugins.PluginContext
 
DFLT_PLUGIN_ID_ATTR - Variable in class org.apache.commons.digester.plugins.PluginContext
 
DFLT_PLUGIN_ID_ATTR_NS - Variable in class org.apache.commons.digester.plugins.PluginContext
 
DFLT_PROPS_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderSetProperties
 
DFLT_RESOURCE_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromResource
Name of xml attribute on the plugin declaration which is used to configure rule-loading for that declaration.
DFLT_RESOURCE_SUFFIX - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromDfltResource
 
DFLT_RULECLASS_ATTR - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromClass
 
DFLT_RULECLASS_SUFFIX - Static variable in class org.apache.commons.digester.plugins.strategies.FinderFromDfltClass
 
dfltMethodName - Variable in class org.apache.commons.digester.plugins.strategies.FinderFromClass
 
digester - Variable in class org.apache.commons.digester.RulesBase
The Digester instance with which this Rules instance is associated.
digester - Variable in class org.apache.commons.digester.AbstractRulesImpl
Digester using this Rules implementation
digester - Variable in class org.apache.commons.digester.Rule
The Digester with which this Rule is associated.
digester - Variable in class org.apache.commons.digester.AbstractObjectCreationFactory
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
digester - Variable in class org.apache.commons.digester.plugins.PluginRules
The Digester instance with which this Rules instance is associated.
Digester - class org.apache.commons.digester.Digester.
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
DIGESTER_DTD_PATH - Static variable in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
 
DIGESTER_PUBLIC_ID - Static variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
 
Digester() - Constructor for class org.apache.commons.digester.Digester
Construct a new Digester with default properties.
Digester(SAXParser) - Constructor for class org.apache.commons.digester.Digester
Construct a new Digester, allowing a SAXParser to be passed in.
Digester(XMLReader) - Constructor for class org.apache.commons.digester.Digester
Construct a new Digester, allowing an XMLReader to be passed in.
digesterDtdUrl - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
path to the DTD
DigesterLoader - class org.apache.commons.digester.xmlrules.DigesterLoader.
This class manages the creation of Digester instances from XML digester rules files.
DigesterLoader() - Constructor for class org.apache.commons.digester.xmlrules.DigesterLoader
 
DigesterLoadingException - exception org.apache.commons.digester.xmlrules.DigesterLoadingException.
Thrown when an error occurs while parsing XML into Digester rules.
DigesterLoadingException(String) - Constructor for class org.apache.commons.digester.xmlrules.DigesterLoadingException
 
DigesterLoadingException(String, Throwable) - Constructor for class org.apache.commons.digester.xmlrules.DigesterLoadingException
 
DigesterLoadingException(Throwable) - Constructor for class org.apache.commons.digester.xmlrules.DigesterLoadingException
 
DigesterRuleParser - class org.apache.commons.digester.xmlrules.DigesterRuleParser.
This is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.
DigesterRuleParser.BeanPropertySetterRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.BeanPropertySetterRuleFactory.
Factory for creating a BeanPropertySetterRule.
DigesterRuleParser.BeanPropertySetterRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.BeanPropertySetterRuleFactory
 
DigesterRuleParser.CallMethodRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallMethodRuleFactory.
Factory for creating a CallMethodRule.
DigesterRuleParser.CallMethodRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallMethodRuleFactory
 
DigesterRuleParser.CallParamRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallParamRuleFactory.
Factory for creating a CallParamRule.
DigesterRuleParser.CallParamRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.CallParamRuleFactory
 
DigesterRuleParser.FactoryCreateRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.FactoryCreateRuleFactory.
Factory for creating a FactoryCreateRule
DigesterRuleParser.FactoryCreateRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.FactoryCreateRuleFactory
 
DigesterRuleParser.IncludeRule - class org.apache.commons.digester.xmlrules.DigesterRuleParser.IncludeRule.
A rule for including one rules XML file within another.
DigesterRuleParser.IncludeRule() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.IncludeRule
 
DigesterRuleParser.ObjectCreateRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectCreateRuleFactory.
Factory for creating a ObjectCreateRule
DigesterRuleParser.ObjectCreateRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectCreateRuleFactory
 
DigesterRuleParser.ObjectParamRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectParamRuleFactory.
Factory for creating a ObjectParamRule
DigesterRuleParser.ObjectParamRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectParamRuleFactory
 
DigesterRuleParser.PatternRule - class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule.
A rule for extracting the pattern matching strings from the rules XML.
DigesterRuleParser.PatternRule(String) - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
 
DigesterRuleParser.PatternStack - class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack.
A stack whose toString method returns a '/'-separated concatenation of all the elements in the stack.
DigesterRuleParser.PatternStack() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack
 
DigesterRuleParser.RulesPrefixAdapter - class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter.
Wraps a Rules object.
DigesterRuleParser.RulesPrefixAdapter(String, Rules) - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
 
DigesterRuleParser.SetNextRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNextRuleFactory.
Factory for creating a SetNextRuleFactory
DigesterRuleParser.SetNextRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNextRuleFactory
 
DigesterRuleParser.SetPropertiesAliasRule - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesAliasRule.
A rule for adding a attribute-property alias to the custom alias mappings of the containing SetPropertiesRule rule.
DigesterRuleParser.SetPropertiesAliasRule() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesAliasRule
Base constructor.
DigesterRuleParser.SetPropertiesRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesRuleFactory.
Factory for creating a SetPropertiesRule
DigesterRuleParser.SetPropertiesRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesRuleFactory
 
DigesterRuleParser.SetPropertyRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertyRuleFactory.
Factory for creating a SetPropertyRule
DigesterRuleParser.SetPropertyRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertyRuleFactory
 
DigesterRuleParser.SetRootRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetRootRuleFactory.
Factory for creating a SetRootRuleFactory
DigesterRuleParser.SetRootRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetRootRuleFactory
 
DigesterRuleParser.SetTopRuleFactory - class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetTopRuleFactory.
Factory for creating a SetTopRuleFactory
DigesterRuleParser.SetTopRuleFactory() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetTopRuleFactory
 
DigesterRuleParser() - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser
Constructs a DigesterRuleParser.
DigesterRuleParser(Digester) - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser
Constructs a rule set for converting XML digester rule descriptions into Rule objects, and adding them to the given Digester
DigesterRuleParser(Digester, DigesterRuleParser.PatternStack, Set) - Constructor for class org.apache.commons.digester.xmlrules.DigesterRuleParser
Constructs a rule set for parsing an XML digester rule file that has been included within an outer XML digester rule file.
DigesterRulesSource - interface org.apache.commons.digester.xmlrules.DigesterRulesSource.
Interface for classes that initialize a Digester Rules object with Digester Rules.
doc - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
A DOM Document used to create the various Node instances.
documentBuilder - Variable in class org.apache.commons.digester.NodeCreateRule
The JAXP DocumentBuilder to use.

E

elementNames - Variable in class org.apache.commons.digester.SetNestedPropertiesRule
 
end() - Method in class org.apache.commons.digester.SetTopRule
Process the end of this element.
end() - Method in class org.apache.commons.digester.SetRootRule
Process the end of this element.
end() - Method in class org.apache.commons.digester.SetNextRule
Process the end of this element.
end() - Method in class org.apache.commons.digester.ObjectCreateRule
Process the end of this element.
end() - Method in class org.apache.commons.digester.NodeCreateRule
Pop the Node off the top of the stack.
end() - Method in class org.apache.commons.digester.CallMethodRule
Process the end of this element.
end() - Method in class org.apache.commons.digester.Rule
Deprecated. Use the end method with namespace and name parameters instead.
end() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
If there was a pattern for this element, pop it off the pattern stack.
end(String, String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
 
end(String, String) - Method in class org.apache.commons.digester.FactoryCreateRule
Process the end of this element.
end(String, String) - Method in class org.apache.commons.digester.CallParamRule
Process any body texts now.
end(String, String) - Method in class org.apache.commons.digester.BeanPropertySetterRule
Process the end of this element.
end(String, String) - Method in class org.apache.commons.digester.Rule
This method is called when the end of a matching XML element is encountered.
end(String, String) - Method in class org.apache.commons.digester.plugins.PluginCreateRule
Invoked by the digester when the closing tag matching this Rule's pattern is encountered.
endDocument() - Method in class org.apache.commons.digester.Digester
Process notification of the end of the document being reached.
endElement(String, String, String) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Checks whether control needs to be returned to Digester.
endElement(String, String, String) - Method in class org.apache.commons.digester.Digester
Process notification of the end of an XML element being reached.
endPrefixMapping(String) - Method in class org.apache.commons.digester.Digester
Process notification that a namespace prefix is going out of scope.
entityResolver - Variable in class org.apache.commons.digester.Digester
The EntityResolver used by the SAX parser.
entityValidator - Variable in class org.apache.commons.digester.Digester
The URLs of entityValidator that have been registered, keyed by the public identifier that corresponds.
error(SAXParseException) - Method in class org.apache.commons.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
errorHandler - Variable in class org.apache.commons.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
exceptionIgnoredStack - Variable in class org.apache.commons.digester.FactoryCreateRule
Stock to manage
expand(String) - Method in interface org.apache.commons.digester.substitution.VariableExpander
Return the input string with any variables replaced by their corresponding value.
expand(String) - Method in class org.apache.commons.digester.substitution.MultiVariableExpander
 
expand(String, String, Map) - Method in class org.apache.commons.digester.substitution.MultiVariableExpander
Replace any occurrences within the string of the form "marker{key}" with the value from source[key].
expander - Variable in class org.apache.commons.digester.substitution.VariableAttributes
 
ExtendedBaseRules - class org.apache.commons.digester.ExtendedBaseRules.
Extension of RulesBase for complex schema.
ExtendedBaseRules() - Constructor for class org.apache.commons.digester.ExtendedBaseRules
 

F

factory - Variable in class org.apache.commons.digester.Digester
The SAXParserFactory that is created the first time we need it.
FactoryCreateRule - class org.apache.commons.digester.FactoryCreateRule.
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(Class) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class, String, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Digester, Class) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz) instead.
FactoryCreateRule(Digester, Class, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName) instead.
FactoryCreateRule(Digester, ObjectCreationFactory) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory) instead.
FactoryCreateRule(Digester, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className) instead.
FactoryCreateRule(Digester, String, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className, String attributeName) instead.
FactoryCreateRule(ObjectCreationFactory) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(String, String, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
falseval - Variable in class org.apache.commons.digester.plugins.strategies.FinderSetProperties
 
fatalError(SAXParseException) - Method in class org.apache.commons.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
filenameAttr - Variable in class org.apache.commons.digester.plugins.strategies.FinderFromFile
See FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromClass - class org.apache.commons.digester.plugins.strategies.FinderFromClass.
A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.
FinderFromClass() - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromClass
See FinderFromClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromClass(String, String, String) - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromClass
Create a rule-finder which invokes a user-specified method on a user-specified class whenever dynamic rules for a plugin need to be loaded.
FinderFromDfltClass - class org.apache.commons.digester.plugins.strategies.FinderFromDfltClass.
A rule-finding algorithm which looks for a method with a specific name on a class whose name is derived from the plugin class name.
FinderFromDfltClass() - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltClass
See FinderFromDfltClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltClass(String, String) - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltClass
Create a rule-finder which invokes a method on a class whenever dynamic rules for a plugin need to be loaded.
FinderFromDfltMethod - class org.apache.commons.digester.plugins.strategies.FinderFromDfltMethod.
A rule-finding algorithm which looks for a method with a specific name on the plugin class.
FinderFromDfltMethod() - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltMethod
See FinderFromDfltMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltMethod(String) - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltMethod
Create a rule-finder which invokes a specific method on the plugin class whenever dynamic rules for a plugin need to be loaded.
FinderFromDfltResource - class org.apache.commons.digester.plugins.strategies.FinderFromDfltResource.
A rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix.
FinderFromDfltResource() - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltResource
See FinderFromDfltResource.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltResource(String) - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromDfltResource
Create a rule-finder which can load an xmlrules file, cache the rules away, and later add them as a plugin's custom rules when that plugin is referenced.
FinderFromFile - class org.apache.commons.digester.plugins.strategies.FinderFromFile.
A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.
FinderFromFile() - Constructor for class org.apache.commons.digester.plugins.strategies.FinderFromFile
See FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).