A B C D E F G H 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.AbstractRulesImpl
Registers a new Rule instance matching the specified pattern.
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 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.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.
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.
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.
addItem(Item) - Method in class org.apache.commons.digester.rss.Channel
Add an additional item.
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.
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.FromXmlRuleSet
Adds to the digester the set of Rule instances defined in the XML file for this rule set.
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.
addRuleSet(RuleSet) - Method in class org.apache.commons.digester.Digester
Register a set of Rule instances defined in a RuleSet.
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.
addSkipDay(String) - Method in class org.apache.commons.digester.rss.Channel
Add an additional skip day name.
addSkipHour(String) - Method in class org.apache.commons.digester.rss.Channel
Add an additional skip day name.
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
attrName - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
 

B

baseLog - Static variable in class org.apache.commons.digester.SimpleRegexMatcher
Default log (class wide)
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.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.
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.
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.
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 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(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.xmlrules.DigesterLoadingException
 
cause - Variable in class org.apache.commons.digester.xmlrules.XmlLoadException
 
Channel - class org.apache.commons.digester.rss.Channel.
Implementation object representing a channel in the Rich Site Summary DTD, version 0.91.
Channel() - Constructor for class org.apache.commons.digester.rss.Channel
 
channelClass - Variable in class org.apache.commons.digester.rss.RSSDigester
The fully qualified class name of the Channel implementation class.
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.RegexRules
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.commons.digester.AbstractRulesImpl
Clear all existing Rule instance registrations.
clear() - Method in class org.apache.commons.digester.RulesBase
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.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() - Method in class org.apache.commons.digester.rss.RSSDigester
Configure the parsing rules that will be used to process RSS input.
configured - Variable in class org.apache.commons.digester.Digester
Has this Digester been configured yet.
configured - Variable in class org.apache.commons.digester.rss.RSSDigester
Have we been configured yet?
copyright - Variable in class org.apache.commons.digester.rss.Channel
The channel copyright (1-100 characters).
counter - Variable in class org.apache.commons.digester.ExtendedBaseRules
Counts the entry number for the rules.
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 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 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.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.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
 
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.

D

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.
description - Variable in class org.apache.commons.digester.rss.Item
The item description (1-500 characters).
description - Variable in class org.apache.commons.digester.rss.TextInput
The text input description (1-100 characters).
description - Variable in class org.apache.commons.digester.rss.Image
The image description (1-100 characters).
description - Variable in class org.apache.commons.digester.rss.Channel
The channel description (1-500 characters).
digester - Variable in class org.apache.commons.digester.AbstractRulesImpl
Digester using this Rules implementation
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.AbstractObjectCreationFactory
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
digester - Variable in class org.apache.commons.digester.Rule
The Digester with which this Rule 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.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.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.
docs - Variable in class org.apache.commons.digester.rss.Channel
The channel description file URL (1-500 characters).
documentBuilder - Variable in class org.apache.commons.digester.NodeCreateRule
The JAXP DocumentBuilder to use.

E

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.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.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.
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
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.
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).
findExactAncesterMatch(String) - Method in class org.apache.commons.digester.ExtendedBaseRules
Finds an exact ancester match for given pattern
findItems() - Method in class org.apache.commons.digester.rss.Channel
Return the items for this channel.
findNamespaceURI(String) - Method in class org.apache.commons.digester.Digester
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findSkipDays() - Method in class org.apache.commons.digester.rss.Channel
Return the skip days for this channel.
findSkipHours() - Method in class org.apache.commons.digester.rss.Channel
Return the skip hours for this channel.
finish() - Method in class org.apache.commons.digester.FactoryCreateRule
Clean up after parsing is complete.
finish() - Method in class org.apache.commons.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.apache.commons.digester.BeanPropertySetterRule
Clean up after parsing is complete.
finish() - Method in class org.apache.commons.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
fromStack - Variable in class org.apache.commons.digester.CallParamRule
Is the parameter to be set from the stack?
FromXmlRuleSet - class org.apache.commons.digester.xmlrules.FromXmlRuleSet.
A Digester rule set where the rules come from an XML file.
FromXmlRuleSet(URL) - Constructor for class org.apache.commons.digester.xmlrules.FromXmlRuleSet
Constructs a FromXmlRuleSet using the default DigesterRuleParser and rulesDigester.
FromXmlRuleSet(URL, Digester) - Constructor for class org.apache.commons.digester.xmlrules.FromXmlRuleSet
Constructs a FromXmlRuleSet using the default DigesterRuleParser and a ruleDigester for loading the rules xml.
FromXmlRuleSet(URL, DigesterRuleParser) - Constructor for class org.apache.commons.digester.xmlrules.FromXmlRuleSet
 
FromXmlRuleSet(URL, DigesterRuleParser, Digester) - Constructor for class org.apache.commons.digester.xmlrules.FromXmlRuleSet
 

G

getChannelClass() - Method in class org.apache.commons.digester.rss.RSSDigester
 
getClassLoader() - Method in class org.apache.commons.digester.Digester
Return the class loader to be used for instantiating application objects when required.
getCopyright() - Method in class org.apache.commons.digester.rss.Channel
 
getCount() - Method in class org.apache.commons.digester.Digester
Return the current depth of the element stack.
getCurrentElementName() - Method in class org.apache.commons.digester.Digester
Return the name of the XML element that is currently being processed.
getDebug() - Method in class org.apache.commons.digester.Digester
Deprecated. Configure the logger using standard mechanisms for your implementation
getDescription() - Method in class org.apache.commons.digester.rss.Item
 
getDescription() - Method in class org.apache.commons.digester.rss.TextInput
 
getDescription() - Method in class org.apache.commons.digester.rss.Image
 
getDescription() - Method in class org.apache.commons.digester.rss.Channel
 
getDigester() - Method in class org.apache.commons.digester.AbstractRulesImpl
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.commons.digester.RulesBase
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.commons.digester.AbstractObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in interface org.apache.commons.digester.ObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.commons.digester.Rule
Return the Digester with which this Rule is associated.
getDigester() - Method in interface org.apache.commons.digester.Rules
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
getDigesterRulesDTD() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Returns the location of the DTD used to validate the digester rules XML document.
getDocs() - Method in class org.apache.commons.digester.rss.Channel
 
getDocumentLocator() - Method in class org.apache.commons.digester.Digester
Gets the document locator associated with our parser.
getEntityResolver() - Method in class org.apache.commons.digester.Digester
Return the Entity Resolver used by the SAX parser.
getErrorHandler() - Method in class org.apache.commons.digester.Digester
Return the error handler for this Digester.
getFactory() - Method in class org.apache.commons.digester.Digester
Return the SAXParserFactory we will use, creating one if necessary.
getFactory(Attributes) - Method in class org.apache.commons.digester.FactoryCreateRule
Return an instance of our associated object creation factory, creating one if necessary.
getFeature(String) - Method in class org.apache.commons.digester.Digester
Returns a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
getHeight() - Method in class org.apache.commons.digester.rss.Image
 
getImage() - Method in class org.apache.commons.digester.rss.Channel
 
getImageClass() - Method in class org.apache.commons.digester.rss.RSSDigester
 
getItemClass() - Method in class org.apache.commons.digester.rss.RSSDigester
 
getItems() - Method in class org.apache.commons.digester.rss.Channel
Return the items for this channel.
getLanguage() - Method in class org.apache.commons.digester.rss.Channel
 
getLastBuildDate() - Method in class org.apache.commons.digester.rss.Channel
 
getLink() - Method in class org.apache.commons.digester.rss.Item
 
getLink() - Method in class org.apache.commons.digester.rss.TextInput
 
getLink() - Method in class org.apache.commons.digester.rss.Image
 
getLink() - Method in class org.apache.commons.digester.rss.Channel
 
getLog() - Method in class org.apache.commons.digester.SimpleRegexMatcher
Gets the Log implementation.
getLogger() - Method in class org.apache.commons.digester.Digester
Return the current Logger associated with this instance of the Digester
getManagingEditor() - Method in class org.apache.commons.digester.rss.Channel
 
getMatch() - Method in class org.apache.commons.digester.Digester
Return the current rule match path
getName() - Method in class org.apache.commons.digester.rss.TextInput
 
getNamespaceAware() - Method in class org.apache.commons.digester.Digester
Return the "namespace aware" flag for parsers we create.
getNamespaceURI() - Method in class org.apache.commons.digester.AbstractRulesImpl
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.commons.digester.RuleSetBase
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.commons.digester.RulesBase
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in interface org.apache.commons.digester.RuleSet
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.commons.digester.Rule
Return the namespace URI for which this Rule is relevant, if any.
getNamespaceURI() - Method in interface org.apache.commons.digester.Rules
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
getParser() - Method in class org.apache.commons.digester.Digester
Return the SAXParser we will use to parse the input stream.
getProperty(String) - Method in class org.apache.commons.digester.Digester
Return the current value of the specified property for the underlying XMLReader implementation.
getPubDate() - Method in class org.apache.commons.digester.rss.Channel
 
getPublicId() - Method in class org.apache.commons.digester.Digester
Return the public identifier of the DTD we are currently parsing under, if any.
getRating() - Method in class org.apache.commons.digester.rss.Channel
 
getReader() - Method in class org.apache.commons.digester.Digester
Deprecated. Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiated
getRegexMatcher() - Method in class org.apache.commons.digester.RegexRules
Gets the current regex matching strategy.
getRegistrations() - Method in class org.apache.commons.digester.Digester
Return the set of DTD URL registrations, keyed by public identifier.
getRoot() - Method in class org.apache.commons.digester.Digester
When the Digester is being used as a SAXContentHandler, this method allows you to access the root object that has been created after parsing.
getRuleNamespaceURI() - Method in class org.apache.commons.digester.Digester
Return the namespace URI that will be applied to all subsequently added Rule objects.
getRules() - Method in class org.apache.commons.digester.Digester
Return the Rules implementation object containing our rules collection and associated matching policy.
getRules(Digester) - Method in interface org.apache.commons.digester.xmlrules.DigesterRulesSource
Creates and adds Digester Rules to a given Rules object
getRules(String) - Method in class org.apache.commons.digester.Digester
Deprecated. Call match() on the Rules implementation returned by getRules()
getSchema() - Method in class org.apache.commons.digester.Digester
Return the XML Schema URI used for validating an XML instance.
getSchemaLanguage() - Method in class org.apache.commons.digester.Digester
Return the XML Schema language used when parsing.
getSkipDays() - Method in class org.apache.commons.digester.rss.Channel
Return the skip days for this channel.
getSkipHours() - Method in class org.apache.commons.digester.rss.Channel
Return the skip hours for this channel.
getTextInput() - Method in class org.apache.commons.digester.rss.Channel
 
getTextInputClass() - Method in class org.apache.commons.digester.rss.RSSDigester
 
getTitle() - Method in class org.apache.commons.digester.rss.Item
 
getTitle() - Method in class org.apache.commons.digester.rss.TextInput
 
getTitle() - Method in class org.apache.commons.digester.rss.Image
 
getTitle() - Method in class org.apache.commons.digester.rss.Channel
 
getURL() - Method in class org.apache.commons.digester.rss.Image
 
getUseContextClassLoader() - Method in class org.apache.commons.digester.Digester
Return the boolean as to whether the context classloader should be used.
getUseExactMatch() - Method in class org.apache.commons.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for the reflection.
getValidating() - Method in class org.apache.commons.digester.Digester
Return the validating parser flag.
getVersion() - Method in class org.apache.commons.digester.rss.Channel
 
getWebMaster() - Method in class org.apache.commons.digester.rss.Channel
 
getWidth() - Method in class org.apache.commons.digester.rss.Image
 
getXMLReader() - Method in class org.apache.commons.digester.Digester
Return the XMLReader to be used for parsing the input document.

H

height - Variable in class org.apache.commons.digester.rss.Image
The image height in pixels (1-400).

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.commons.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
ignoreCreateExceptions - Variable in class org.apache.commons.digester.FactoryCreateRule
Should exceptions thrown by the factory be ignored?
image - Variable in class org.apache.commons.digester.rss.Channel
The image describing this channel.
Image - class org.apache.commons.digester.rss.Image.
Implementation object representing an image in the Rich Site Summary DTD, version 0.91.
Image() - Constructor for class org.apache.commons.digester.rss.Image
 
imageClass - Variable in class org.apache.commons.digester.rss.RSSDigester
The fully qualified class name of the Image implementation class.
includedFiles - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Used to detect circular includes
includeProgrammaticRules(String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.IncludeRule
Creates an instance of the indicated class.
includeXMLRules(String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.IncludeRule
Creates another DigesterRuleParser, and uses it to extract the rules out of the give XML file.
isExactMatch() - Method in class org.apache.commons.digester.SetTopRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.commons.digester.SetRootRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.commons.digester.SetNextRule
Is exact matching being used.
Item - class org.apache.commons.digester.rss.Item.
Implementation object representing an item in the Rich Site Summary DTD, version 0.91.
Item() - Constructor for class org.apache.commons.digester.rss.Item
 
itemClass - Variable in class org.apache.commons.digester.rss.RSSDigester
The fully qualified class name of the Item implementation class.
items - Variable in class org.apache.commons.digester.rss.Channel
The set of items associated with this Channel.

J

JAXP_SCHEMA_LANGUAGE - Variable in class org.apache.commons.digester.Digester
The JAXP 1.2 property to set up the schemaLanguage used.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.commons.digester.Digester
The JAXP 1.2 property required to set up the schema location.

L

language - Variable in class org.apache.commons.digester.rss.Channel
The channel language (2-5 characters).
lastBuildDate - Variable in class org.apache.commons.digester.rss.Channel
The channel last build date (1-100 characters).
link - Variable in class org.apache.commons.digester.rss.Item
The item link (1-500 characters).
link - Variable in class org.apache.commons.digester.rss.TextInput
The text input link (1-500 characters).
link - Variable in class org.apache.commons.digester.rss.Image
The image link (1-500 characters).
link - Variable in class org.apache.commons.digester.rss.Channel
The channel link (1-500 characters).
load(URL, ClassLoader, InputStream) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.
load(URL, ClassLoader, InputStream, Object) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.
load(URL, ClassLoader, Reader) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.
load(URL, ClassLoader, Reader, Object) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.
load(URL, ClassLoader, URL) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an XML input file, this method parses the input file into Java objects.
load(URL, ClassLoader, URL, Object) - Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
Given the digester rules XML file, a class loader, and an XML input file, this method parses the input file into Java objects.
locator - Variable in class org.apache.commons.digester.Digester
The Locator associated with our parser.
log - Variable in class org.apache.commons.digester.SimpleRegexMatcher
Custom log (can be set per object)
log - Variable in class org.apache.commons.digester.Digester
The Log to which most logging calls will be made.
log(String) - Method in class org.apache.commons.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
log(String, Throwable) - Method in class org.apache.commons.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
lookup(String, String) - Method in class org.apache.commons.digester.RulesBase
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).

M

main(String[]) - Static method in class org.apache.commons.digester.rss.RSSDigester
Test main program that parses the channel description included in this package as a static resource.
managingEditor - Variable in class org.apache.commons.digester.rss.Channel
The managing editor (1-100 characters).
match - Variable in class org.apache.commons.digester.Digester
The current match pattern for nested element processing.
match(String) - Method in class org.apache.commons.digester.AbstractRulesImpl
Deprecated. Call match(namespaceURI,pattern) instead.
match(String) - Method in class org.apache.commons.digester.RulesBase
Deprecated. Call match(namespaceURI,pattern) instead.
match(String) - Method in interface org.apache.commons.digester.Rules
Deprecated. Call match(namespaceURI,pattern) instead.
match(String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in class org.apache.commons.digester.SimpleRegexMatcher
Matches using simple regex algorithm.
match(String, String) - Method in class org.apache.commons.digester.RegexRules
Finds matching rules by using current regex matching strategy.
match(String, String) - Method in class org.apache.commons.digester.RegexMatcher
Returns true if the given pattern matches the given path according to the regex algorithm that this strategy applies.
match(String, String) - Method in class org.apache.commons.digester.AbstractRulesImpl
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.commons.digester.RulesBase
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.commons.digester.ExtendedBaseRules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in interface org.apache.commons.digester.Rules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
match(String, String, int, int) - Method in class org.apache.commons.digester.SimpleRegexMatcher
Implementation of regex matching algorithm.
matcher - Variable in class org.apache.commons.digester.RegexRules
The regex strategy used by this RegexRules
methodName - Variable in class org.apache.commons.digester.SetTopRule
The method name to call on the child object.
methodName - Variable in class org.apache.commons.digester.SetRootRule
The method name to call on the parent object.
methodName - Variable in class org.apache.commons.digester.SetNextRule
The method name to call on the parent object.
methodName - Variable in class org.apache.commons.digester.CallMethodRule
The method name to call on the parent object.

N

name - Variable in class org.apache.commons.digester.SetPropertyRule
The attribute that will contain the property name.
name - Variable in class org.apache.commons.digester.rss.TextInput
The text input field name (1-100 characters).
namespaceAware - Variable in class org.apache.commons.digester.Digester
Do we want a "namespace aware" parser.
namespaces - Variable in class org.apache.commons.digester.Digester
Registered namespaces we are currently processing.
namespaceURI - Variable in class org.apache.commons.digester.AbstractRulesImpl
Namespace uri to assoicate with subsequent Rule's
namespaceURI - Variable in class org.apache.commons.digester.RuleSetBase
The namespace URI that all Rule instances created by this RuleSet will be associated with.
namespaceURI - Variable in class org.apache.commons.digester.RulesBase
The namespace URI for which subsequently added Rule objects are relevant, or null for matching independent of namespaces.
namespaceURI - Variable in class org.apache.commons.digester.Rule
The namespace URI for which this Rule is relevant, if any.
NodeCreateRule - class org.apache.commons.digester.NodeCreateRule.
A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
NodeCreateRule.NodeBuilder - class org.apache.commons.digester.NodeCreateRule.NodeBuilder.
The SAX content handler that does all the actual work of assembling the DOM node tree from the SAX events.
NodeCreateRule.NodeBuilder(Document, Node) - Constructor for class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Constructor.
NodeCreateRule() - Constructor for class org.apache.commons.digester.NodeCreateRule
Default constructor.
NodeCreateRule(DocumentBuilder) - Constructor for class org.apache.commons.digester.NodeCreateRule
Constructor.
NodeCreateRule(int) - Constructor for class org.apache.commons.digester.NodeCreateRule
Constructor.
NodeCreateRule(int, DocumentBuilder) - Constructor for class org.apache.commons.digester.NodeCreateRule
Constructor.
nodeType - Variable in class org.apache.commons.digester.NodeCreateRule
The type of the node that should be created.
notationDecl(String, String, String) - Method in class org.apache.commons.digester.Digester
Receive notification of a notation declaration event.

O

ObjectCreateRule - class org.apache.commons.digester.ObjectCreateRule.
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(Class) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Construct an object create rule with the specified class.
ObjectCreateRule(Digester, Class) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(Class clazz) instead.
ObjectCreateRule(Digester, String) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className) instead.
ObjectCreateRule(Digester, String, Class) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String attributeName, Class clazz) instead.
ObjectCreateRule(Digester, String, String) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className, String attributeName) instead.
ObjectCreateRule(String) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(String, Class) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Construct an object create rule with the specified class and an optional attribute name containing an override.
ObjectCreateRule(String, String) - Constructor for class org.apache.commons.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreationFactory - interface org.apache.commons.digester.ObjectCreationFactory.
Interface for use with FactoryCreateRule.
ObjectParamRule - class org.apache.commons.digester.ObjectParamRule.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
ObjectParamRule(int, Object) - Constructor for class org.apache.commons.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value.
ObjectParamRule(int, String, Object) - Constructor for class org.apache.commons.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value, provided that the specified attribute exists.
oldContentHandler - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
The content handler used by Digester before it was set to this content handler.
order - Variable in class org.apache.commons.digester.ExtendedBaseRules
The decision algorithm used (unfortunately) doesn't preserve the entry order.
org.apache.commons.digester - package org.apache.commons.digester
The Digester package provides for rules-based processing of arbitrary XML documents.
org.apache.commons.digester.rss - package org.apache.commons.digester.rss
Example usage of Digester to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds.
org.apache.commons.digester.xmlrules - package org.apache.commons.digester.xmlrules
The xmlrules package provides for XML-based definition of rules for Digester.

P

param - Variable in class org.apache.commons.digester.ObjectParamRule
The parameter we wish to pass to the method call
paramClassNames - Variable in class org.apache.commons.digester.CallMethodRule
The names of the classes of the parameters to be collected.
paramCount - Variable in class org.apache.commons.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
paramIndex - Variable in class org.apache.commons.digester.ObjectParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.commons.digester.CallParamRule
The zero-relative index of the parameter we are saving.
params - Variable in class org.apache.commons.digester.Digester
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
paramType - Variable in class org.apache.commons.digester.SetTopRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.commons.digester.SetRootRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.commons.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.apache.commons.digester.CallMethodRule
The parameter types of the parameters to be collected.
parentMatch(String, String, String) - Method in class org.apache.commons.digester.ExtendedBaseRules
Matching parent.
parse(File) - Method in class org.apache.commons.digester.Digester
Parse the content of the specified file using this Digester.
parse(File) - Method in class org.apache.commons.digester.rss.RSSDigester
Parse the content of the specified file using this Digester.
parse(InputSource) - Method in class org.apache.commons.digester.Digester
Parse the content of the specified input source using this Digester.
parse(InputSource) - Method in class org.apache.commons.digester.rss.RSSDigester
Parse the content of the specified input source using this Digester.
parse(InputStream) - Method in class org.apache.commons.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(InputStream) - Method in class org.apache.commons.digester.rss.RSSDigester
Parse the content of the specified input stream using this Digester.
parse(Reader) - Method in class org.apache.commons.digester.Digester
Parse the content of the specified reader using this Digester.
parse(String) - Method in class org.apache.commons.digester.Digester
Parse the content of the specified URI using this Digester.
parse(String) - Method in class org.apache.commons.digester.rss.RSSDigester
Parse the content of the specified URI using this Digester.
parser - Variable in class org.apache.commons.digester.Digester
The SAXParser we will use to parse the input stream.
parser - Variable in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
The rule set for parsing the Digester rules
pattern - Variable in class org.apache.commons.digester.RegexRules.RegisteredRule
 
pattern - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
 
patternStack - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
A stack used to maintain the current pattern.
peek() - Method in class org.apache.commons.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.apache.commons.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peekParams() - Method in class org.apache.commons.digester.Digester
Return the top object on the parameters stack without removing it.
peekParams(int) - Method in class org.apache.commons.digester.Digester
Return the n'th object down the parameters stack, where 0 is the top element and [getCount()-1] is the bottom element.
pop() - Method in class org.apache.commons.digester.Digester
Pop the top object off of the stack, and return it.
popParams() - Method in class org.apache.commons.digester.Digester
Pop the top object off of the parameters stack, and return it.
prefix - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
 
processingInstruction(String, String) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Adds a new ProcessingInstruction to the current node.
processingInstruction(String, String) - Method in class org.apache.commons.digester.Digester
Process notification of a processing instruction that was encountered.
propertyName - Variable in class org.apache.commons.digester.BeanPropertySetterRule
Set this property on the top object.
propertyNames - Variable in class org.apache.commons.digester.SetPropertiesRule
Property names used to override natural attribute->property mapping
pubDate - Variable in class org.apache.commons.digester.rss.Channel
The channel publication date (1-100 characters).
publicId - Variable in class org.apache.commons.digester.Digester
The public identifier of the DTD we are currently parsing under (if any).
push(Object) - Method in class org.apache.commons.digester.Digester
Push a new object onto the top of the object stack.
pushParams(Object) - Method in class org.apache.commons.digester.Digester
Push a new object onto the top of the parameters stack.

R

rating - Variable in class org.apache.commons.digester.rss.Channel
The channel rating (20-500 characters).
reader - Variable in class org.apache.commons.digester.Digester
The XMLReader used to parse digester rules.
RegexMatcher - class org.apache.commons.digester.RegexMatcher.
Regular expression matching strategy for RegexRules.
RegexMatcher() - Constructor for class org.apache.commons.digester.RegexMatcher
 
RegexRules - class org.apache.commons.digester.RegexRules.
Rules implementation that uses regular expression matching for paths.
RegexRules.RegisteredRule - class org.apache.commons.digester.RegexRules.RegisteredRule.
Used to associate rules with paths in the rules list
RegexRules.RegisteredRule(String, Rule) - Constructor for class org.apache.commons.digester.RegexRules.RegisteredRule
 
RegexRules(RegexMatcher) - Constructor for class org.apache.commons.digester.RegexRules
Construct sets the Regex matching strategy.
register(String, String) - Method in class org.apache.commons.digester.Digester
Register the specified DTD URL for the specified public identifier.
registeredRules - Variable in class org.apache.commons.digester.RegexRules
All registered Rule's
registerRule(String, Rule) - Method in class org.apache.commons.digester.RegexRules
Register a new Rule instance matching the specified pattern.
registerRule(String, Rule) - Method in class org.apache.commons.digester.AbstractRulesImpl
Register rule at given pattern.
registrations - Static variable in class org.apache.commons.digester.rss.RSSDigester
The set of public identifiers, and corresponding resource names, for the versions of the DTDs that we know about.
removeItem(Item) - Method in class org.apache.commons.digester.rss.Channel
Remove an item for this channel.
removeSkipDay(String) - Method in class org.apache.commons.digester.rss.Channel
Remove a skip day for this channel.
removeSkipHour(String) - Method in class org.apache.commons.digester.rss.Channel
Remove a skip hour for this channel.
render(OutputStream) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified output stream, with no indication of character encoding.
render(OutputStream, String) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified output stream, with the specified character encoding.
render(PrintWriter) - Method in class org.apache.commons.digester.rss.Item
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter) - Method in class org.apache.commons.digester.rss.TextInput
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter) - Method in class org.apache.commons.digester.rss.Image
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
render(PrintWriter, String) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, indicating the specified character encoding.
render(Writer) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
render(Writer, String) - Method in class org.apache.commons.digester.rss.Channel
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, indicating the specified character encoding.
resolveEntity(String, String) - Method in class org.apache.commons.digester.Digester
Resolve the requested external entity.
root - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
The DOM node that will be pushed on Digester's stack.
root - Variable in class org.apache.commons.digester.Digester
The "root" element of the stack (in other words, the last object that was popped.
RSSDigester - class org.apache.commons.digester.rss.RSSDigester.
Implementation of org.apache.commons.digester.Digester designed to process input streams that conform to the Rich Site Summary DTD, version 0.91.
RSSDigester() - Constructor for class org.apache.commons.digester.rss.RSSDigester
 
rule - Variable in class org.apache.commons.digester.RegexRules.RegisteredRule
 
Rule - class org.apache.commons.digester.Rule.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule() - Constructor for class org.apache.commons.digester.Rule
Base constructor.
Rule(Digester) - Constructor for class org.apache.commons.digester.Rule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use Rule.Rule() instead.
rules - Variable in class org.apache.commons.digester.RulesBase
The set of registered Rule instances, in the order that they were originally registered.
rules - Variable in class org.apache.commons.digester.Digester
The Rules implementation containing our collection of Rule instances and associated matching policy.
Rules - interface org.apache.commons.digester.Rules.
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
rules() - Method in class org.apache.commons.digester.RegexRules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.commons.digester.AbstractRulesImpl
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.commons.digester.RulesBase
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in interface org.apache.commons.digester.Rules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
RulesBase - class org.apache.commons.digester.RulesBase.
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - Constructor for class org.apache.commons.digester.RulesBase
 
rulesDigester - Variable in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
The digester for loading the rules xml.
RuleSet - interface org.apache.commons.digester.RuleSet.
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
RuleSetBase - class org.apache.commons.digester.RuleSetBase.
Convenience base class that implements the RuleSet interface.
RuleSetBase() - Constructor for class org.apache.commons.digester.RuleSetBase
 

S

saxLog - Variable in class org.apache.commons.digester.Digester
The Log to which all SAX event related logging calls will be made.
schemaLanguage - Variable in class org.apache.commons.digester.Digester
The XML schema language to use for validating an XML instance.
schemaLocation - Variable in class org.apache.commons.digester.Digester
The XML schema to use for validating an XML instance.
setChannelClass(String) - Method in class org.apache.commons.digester.rss.RSSDigester
 
setClassLoader(ClassLoader) - Method in class org.apache.commons.digester.Digester
Set the class loader to be used for instantiating application objects when required.
setCopyright(String) - Method in class org.apache.commons.digester.rss.Channel
 
setDebug(int) - Method in class org.apache.commons.digester.Digester
Deprecated. Configure the logger using standard mechanisms for your implementation
setDescription(String) - Method in class org.apache.commons.digester.rss.Item
 
setDescription(String) - Method in class org.apache.commons.digester.rss.TextInput
 
setDescription(String) - Method in class org.apache.commons.digester.rss.Image
 
setDescription(String) - Method in class org.apache.commons.digester.rss.Channel
 
setDigester(Digester) - Method in class org.apache.commons.digester.AbstractRulesImpl
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.commons.digester.RulesBase
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.commons.digester.CallMethodRule
Set the associated digester.
setDigester(Digester) - Method in class org.apache.commons.digester.AbstractObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in interface org.apache.commons.digester.ObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.commons.digester.Rule
Set the Digester with which this Rule is associated.
setDigester(Digester) - Method in interface org.apache.commons.digester.Rules
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
setDigesterRulesDTD(String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Sets the location of the digester rules DTD.
setDocs(String) - Method in class org.apache.commons.digester.rss.Channel
 
setDocumentLocator(Locator) - Method in class org.apache.commons.digester.Digester
Sets the document locator associated with our parser.
setEntityResolver(EntityResolver) - Method in class org.apache.commons.digester.Digester
Set the EntityResolver used by SAX when resolving public id and system id.
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.digester.Digester
Set the error handler for this Digester.
setExactMatch(boolean) - Method in class org.apache.commons.digester.SetTopRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.commons.digester.SetRootRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.commons.digester.SetNextRule
Set whether exact matching is enabled.
setFeature(String, boolean) - Method in class org.apache.commons.digester.Digester
Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
setHeight(int) - Method in class org.apache.commons.digester.rss.Image
 
setImage(Image) - Method in class org.apache.commons.digester.rss.Channel
 
setImageClass(String) - Method in class org.apache.commons.digester.rss.RSSDigester
 
setItemClass(String) - Method in class org.apache.commons.digester.rss.RSSDigester
 
setLanguage(String) - Method in class org.apache.commons.digester.rss.Channel
 
setLastBuildDate(String) - Method in class org.apache.commons.digester.rss.Channel
 
setLink(String) - Method in class org.apache.commons.digester.rss.Item
 
setLink(String) - Method in class org.apache.commons.digester.rss.TextInput
 
setLink(String) - Method in class org.apache.commons.digester.rss.Image
 
setLink(String) - Method in class org.apache.commons.digester.rss.Channel
 
setLog(Log) - Method in class org.apache.commons.digester.SimpleRegexMatcher
Sets the current Log implementation used by this class.
setLogger(Log) - Method in class org.apache.commons.digester.Digester
Set the current logger for this Digester.
setManagingEditor(String) - Method in class org.apache.commons.digester.rss.Channel
 
setName(String) - Method in class org.apache.commons.digester.rss.TextInput
 
setNamespaceAware(boolean) - Method in class org.apache.commons.digester.Digester
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - Method in class org.apache.commons.digester.AbstractRulesImpl
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.commons.digester.RulesBase
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.commons.digester.Rule
Set the namespace URI for which this Rule is relevant, if any.
setNamespaceURI(String) - Method in interface org.apache.commons.digester.Rules
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
This method passes through to the underlying Rules object.
SetNextRule - class org.apache.commons.digester.SetNextRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - Constructor for class org.apache.commons.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName) instead.
SetNextRule(Digester, String, String) - Constructor for class org.apache.commons.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName,String paramType) instead.
SetNextRule(String) - Constructor for class org.apache.commons.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetNextRule(String, String) - Constructor for class org.apache.commons.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetPropertiesRule - class org.apache.commons.digester.SetPropertiesRule.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule() - Constructor for class org.apache.commons.digester.SetPropertiesRule
Base constructor.
SetPropertiesRule(Digester) - Constructor for class org.apache.commons.digester.SetPropertiesRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetPropertiesRule.SetPropertiesRule() instead.
SetPropertiesRule(String[], String[]) - Constructor for class org.apache.commons.digester.SetPropertiesRule
Constructor allows attribute->property mapping to be overriden.
SetPropertiesRule(String, String) - Constructor for class org.apache.commons.digester.SetPropertiesRule
Convenience constructor overrides the mapping for just one property.
setProperty(String, Object) - Method in class org.apache.commons.digester.Digester
Set the current value of the specified property for the underlying XMLReader implementation.
SetPropertyRule - class org.apache.commons.digester.SetPropertyRule.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - Constructor for class org.apache.commons.digester.SetPropertyRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetPropertyRule.SetPropertyRule(String name, String value) instead.
SetPropertyRule(String, String) - Constructor for class org.apache.commons.digester.SetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
setPubDate(String) - Method in class org.apache.commons.digester.rss.Channel
 
setPublicId(String) - Method in class org.apache.commons.digester.Digester
Set the publid id of the current file being parse.
setRating(String) - Method in class org.apache.commons.digester.rss.Channel
 
setRegexMatcher(RegexMatcher) - Method in class org.apache.commons.digester.RegexRules
Sets the current regex matching strategy.
SetRootRule - class org.apache.commons.digester.SetRootRule.
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.
SetRootRule(Digester, String) - Constructor for class org.apache.commons.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName) instead.
SetRootRule(Digester, String, String) - Constructor for class org.apache.commons.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName,String paramType) instead.
SetRootRule(String) - Constructor for class org.apache.commons.digester.SetRootRule
Construct a "set root" rule with the specified method name.
SetRootRule(String, String) - Constructor for class org.apache.commons.digester.SetRootRule
Construct a "set root" rule with the specified method name.
setRuleNamespaceURI(String) - Method in class org.apache.commons.digester.Digester
Set the namespace URI that will be applied to all subsequently added Rule objects.
setRules(Rules) - Method in class org.apache.commons.digester.Digester
Set the Rules implementation object containing our rules collection and associated matching policy.
setSchema(String) - Method in class org.apache.commons.digester.Digester
Set the XML Schema URI used for validating a XML Instance.
setSchemaLanguage(String) - Method in class org.apache.commons.digester.Digester
Set the XML Schema language used when parsing.
setTarget(Digester) - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser
Sets the digester into which to add the parsed rules
setTextInput(TextInput) - Method in class org.apache.commons.digester.rss.Channel
 
setTextInputClass(String) - Method in class org.apache.commons.digester.rss.RSSDigester
 
setTitle(String) - Method in class org.apache.commons.digester.rss.Item
 
setTitle(String) - Method in class org.apache.commons.digester.rss.TextInput
 
setTitle(String) - Method in class org.apache.commons.digester.rss.Image
 
setTitle(String) - Method in class org.apache.commons.digester.rss.Channel
 
SetTopRule - class org.apache.commons.digester.SetTopRule.
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument.
SetTopRule(Digester, String) - Constructor for class org.apache.commons.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName) instead.
SetTopRule(Digester, String, String) - Constructor for class org.apache.commons.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName, String paramType) instead.
SetTopRule(String) - Constructor for class org.apache.commons.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
SetTopRule(String, String) - Constructor for class org.apache.commons.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
setURL(String) - Method in class org.apache.commons.digester.rss.Image
 
setUseContextClassLoader(boolean) - Method in class org.apache.commons.digester.Digester
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setUseExactMatch(boolean) - Method in class org.apache.commons.digester.CallMethodRule
Set whether MethodUtils.invokeExactMethod should be used for the reflection.
setValidating(boolean) - Method in class org.apache.commons.digester.Digester
Set the validating parser flag.
setVersion(double) - Method in class org.apache.commons.digester.rss.Channel
 
setWebMaster(String) - Method in class org.apache.commons.digester.rss.Channel
 
setWidth(int) - Method in class org.apache.commons.digester.rss.Image
 
SimpleRegexMatcher - class org.apache.commons.digester.SimpleRegexMatcher.
Simple regex pattern matching algorithm.
SimpleRegexMatcher() - Constructor for class org.apache.commons.digester.SimpleRegexMatcher
 
skipDays - Variable in class org.apache.commons.digester.rss.Channel
The set of skip days for this channel.
skipHours - Variable in class org.apache.commons.digester.rss.Channel
The set of skip hours for this channel.
skippedEntity(String) - Method in class org.apache.commons.digester.Digester
Process notification of a skipped entity.
stack - Variable in class org.apache.commons.digester.Digester
The object stack being constructed.
stackIndex - Variable in class org.apache.commons.digester.CallParamRule
The position of the object from the top of the stack
startDocument() - Method in class org.apache.commons.digester.Digester
Process notification of the beginning of the document being reached.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
Adds a new child Element to the current node.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.digester.Digester
Process notification of the start of an XML element being reached.
startPrefixMapping(String, String) - Method in class org.apache.commons.digester.Digester
Process notification that a namespace prefix is coming in to scope.

T

targetDigester - Variable in class org.apache.commons.digester.xmlrules.DigesterRuleParser
This is the digester to which we are adding the rules that we parse from the Rules XML document.
textInput - Variable in class org.apache.commons.digester.rss.Channel
The text input description for this channel.
TextInput - class org.apache.commons.digester.rss.TextInput.
Implementation object representing a textinput in the Rich Site Summary DTD, version 0.91.
TextInput() - Constructor for class org.apache.commons.digester.rss.TextInput
 
textInputClass - Variable in class org.apache.commons.digester.rss.RSSDigester
The fully qualified class name of the TextInput implementation class.
title - Variable in class org.apache.commons.digester.rss.Item
The item title (1-100 characters).
title - Variable in class org.apache.commons.digester.rss.TextInput
The text input submit button label (1-100 characters).
title - Variable in class org.apache.commons.digester.rss.Image
The image alternate text (1-100 characters).
title - Variable in class org.apache.commons.digester.rss.Channel
The channel title (1-100 characters).
top - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
The current top DOM mode.
toString() - Method in class org.apache.commons.digester.SetTopRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.SetRootRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.SetPropertyRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.SetPropertiesRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.SetNextRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.ObjectParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.ObjectCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.FactoryCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.CallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.CallMethodRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.BeanPropertySetterRule
Render a printable version of this Rule.
toString() - Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternStack
 

U

unparsedEntityDecl(String, String, String, String) - Method in class org.apache.commons.digester.Digester
Receive notification of an unparsed entity declaration event.
url - Variable in class org.apache.commons.digester.rss.Image
The image location URL (1-500 characters).
useContextClassLoader - Variable in class org.apache.commons.digester.Digester
Do we want to use the Context ClassLoader when loading classes for instantiating new objects.
useExactMatch - Variable in class org.apache.commons.digester.SetTopRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.commons.digester.SetRootRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.commons.digester.SetNextRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.commons.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for reflection.

V

validating - Variable in class org.apache.commons.digester.Digester
Do we want to use a validating parser.
value - Variable in class org.apache.commons.digester.SetPropertyRule
The attribute that will contain the property value.
version - Variable in class org.apache.commons.digester.rss.Channel
The RSS specification version number used to create this Channel.

W

W3C_XML_SCHEMA - Static variable in class org.apache.commons.digester.Digester
The schema language supported.
warning(SAXParseException) - Method in class org.apache.commons.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).
webMaster - Variable in class org.apache.commons.digester.rss.Channel
The webmaster email address (1-100 characters).
width - Variable in class org.apache.commons.digester.rss.Image
The image width in pixels (1-400).

X

XmlLoadException - exception org.apache.commons.digester.xmlrules.XmlLoadException.
Thrown when an error occurs while parsing XML into Digester rules.
XmlLoadException(String) - Constructor for class org.apache.commons.digester.xmlrules.XmlLoadException
 
XmlLoadException(String, Throwable) - Constructor for class org.apache.commons.digester.xmlrules.XmlLoadException
 
XmlLoadException(Throwable) - Constructor for class org.apache.commons.digester.xmlrules.XmlLoadException
 
xmlRules - Variable in class org.apache.commons.digester.xmlrules.FromXmlRuleSet
The file containing the Digester rules, in XML.

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

Copyright (c) 2001-2003 - Apache Software Foundation