|
|||||||||
| Home >> All >> org >> apache >> commons >> [ digester overview ] | PREV NEXT | ||||||||
A
- AbstractObjectCreationFactory - class org.apache.commons.digester.AbstractObjectCreationFactory.
- Abstract base class for
ObjectCreationFactoryimplementations. - AbstractObjectCreationFactory() - Constructor for class org.apache.commons.digester.AbstractObjectCreationFactory
- AbstractRulesImpl - class org.apache.commons.digester.AbstractRulesImpl.
AbstractRuleImplprovides basic services forRulesimplementations.- AbstractRulesImpl() - Constructor for class org.apache.commons.digester.AbstractRulesImpl
- Address - class org.apache.commons.digester.Address.
- Bean for Digester testing.
- Address() - Constructor for class org.apache.commons.digester.Address
- Address(String, String, String, String) - Constructor for class org.apache.commons.digester.Address
- AlphaBean - class org.apache.commons.digester.AlphaBean.
- AlphaBean() - Constructor for class org.apache.commons.digester.AlphaBean
- AlphaBean(String) - Constructor for class org.apache.commons.digester.AlphaBean
- active - Variable in class org.apache.commons.digester.Employee
- 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.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.RulesBase
- Register a new Rule instance matching the specified pattern.
- add(String, Rule) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
- add(String, Rule) - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Adds a Rule to be fired on given pattern.
- addAddress(Address) - Method in class org.apache.commons.digester.Employee
- addAlias(String, String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
- Add an additional custom xml-element -> property mapping.
- 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, String[]) - 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.
- addCallParam(String, int) - Method in class org.apache.commons.digester.Digester
- Add a "call parameter" rule for the specified parameters.
- addCallParam(String, int, String) - 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.
- addCallParamPath(String, int) - Method in class org.apache.commons.digester.Digester
- Add a "call parameter" rule that sets a parameter from the current
Digestermatching path. - addChild(Box) - Method in class org.apache.commons.digester.Box
- addDefault(Rule) - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Adds a rule to be fired when wrapped implementation returns no matches
- addFactoryCreate(String, String) - Method in class org.apache.commons.digester.Digester
- Add a "factory create" 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, String, String) - 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, ObjectCreationFactory) - 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, Class, boolean) - 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.
- 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, boolean) - Method in class org.apache.commons.digester.Digester
- Add a "factory 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, 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.
- addObjectCreate(String, String, Class) - Method in class org.apache.commons.digester.Digester
- Add an "object create" rule for the specified parameters.
- addObjectParam(String, int, Object) - Method in class org.apache.commons.digester.Digester
- Add a "call parameter" rule that sets a parameter from a caller-provided object.
- addRule(String, Rule) - Method in class org.apache.commons.digester.Digester
- Register a new Rule matching the specified pattern.
- addRuleInstances(Digester) - Method in interface org.apache.commons.digester.RuleSet
- Add the set of Rule instances defined in this RuleSet to the
specified
Digesterinstance, associating them with our namespace URI (if any). - addRuleInstances(Digester) - Method in class org.apache.commons.digester.RuleSetBase
- Add the set of Rule instances defined in this RuleSet to the
specified
Digesterinstance, associating them with our namespace URI (if any). - addRuleInstances(Digester) - Method in class org.apache.commons.digester.TestRuleSet
- Add the set of Rule instances defined in this RuleSet to the
specified
Digesterinstance, associating them with our namespace URI (if any). - addRuleSet(RuleSet) - Method in class org.apache.commons.digester.Digester
- Register a set of Rule instances defined in a RuleSet.
- addSetNestedProperties(String) - Method in class org.apache.commons.digester.Digester
- Adds an SetNestedPropertiesRule.
- addSetNestedProperties(String, String, String) - Method in class org.apache.commons.digester.Digester
- Adds an SetNestedPropertiesRule.
- addSetNestedProperties(String, String[], String[]) - Method in class org.apache.commons.digester.Digester
- Adds an SetNestedPropertiesRule.
- addSetNext(String, String) - Method in class org.apache.commons.digester.Digester
- Add a "set next" rule for the specified parameters.
- addSetNext(String, String, String) - Method in class org.apache.commons.digester.Digester
- Add a "set next" rule for the specified parameters.
- addSetProperties(String) - Method in class org.apache.commons.digester.Digester
- Add a "set properties" rule for the specified parameters.
- addSetProperties(String, String, String) - Method in class org.apache.commons.digester.Digester
- Add a "set properties" rule with a single overridden parameter.
- addSetProperties(String, String[], String[]) - Method in class org.apache.commons.digester.Digester
- Add a "set properties" rule with overridden parameters.
- 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.
- addresses - Variable in class org.apache.commons.digester.Employee
- age - Variable in class org.apache.commons.digester.Employee
- allRules - Variable in class org.apache.commons.digester.WithDefaultsRulesWrapper
- All rules (preserves order in which they were originally added)
- allowUnknownChildElements - Variable in class org.apache.commons.digester.SetNestedPropertiesRule
- alpha - Variable in class org.apache.commons.digester.SimpleTestBean
- appendCall() - Method in class org.apache.commons.digester.TestRule
- If a list has been set, append this to the list.
- attributeName - Variable in class org.apache.commons.digester.CallParamRule
- The attribute from which to save the parameter value
- 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.ObjectCreateRule
- The attribute containing an override class name if it is present.
- attributeName - Variable in class org.apache.commons.digester.ObjectParamRule
- The attribute which we are attempting to match
- attributeNames - Variable in class org.apache.commons.digester.SetPropertiesRule
- Attribute names used to override natural attribute->property mapping
- attributes - Variable in class org.apache.commons.digester.TestObjectCreationFactory
B
- BeanPropertySetterRule - class org.apache.commons.digester.BeanPropertySetterRule.
- Rule implements sets a bean property on the top object to the body text.
- BeanPropertySetterRule(Digester, String) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseBeanPropertySetterRule.BeanPropertySetterRule(String propertyName)55 instead. - BeanPropertySetterRule(Digester) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseBeanPropertySetterRule.BeanPropertySetterRule()55 instead. - BeanPropertySetterRule(String) - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
- Construct rule that sets the given property from the body text.
- BeanPropertySetterRule() - Constructor for class org.apache.commons.digester.BeanPropertySetterRule
- Construct rule that automatically sets a property from the body text.
- BeanPropertySetterRuleTestCase - class org.apache.commons.digester.BeanPropertySetterRuleTestCase.
- Test case for
BeanPropertySetterRule. - BeanPropertySetterRuleTestCase(String) - Constructor for class org.apache.commons.digester.BeanPropertySetterRuleTestCase
- Construct a new instance of this test case.
- BetaBean - class org.apache.commons.digester.BetaBean.
- BetaBean() - Constructor for class org.apache.commons.digester.BetaBean
- Box - class org.apache.commons.digester.Box.
- Simple class for use in unit tests.
- Box() - Constructor for class org.apache.commons.digester.Box
- 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.
- 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.CallParamRule
- Process the start of this element.
- 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.NodeCreateRule
- When this method fires, the digester is told to forward all SAX ContentHandler events to the builder object, resulting in a DOM being built instead of normal digester rule-handling occurring.
- begin(Attributes) - Method in class org.apache.commons.digester.ObjectCreateRule
- Process the beginning of this element.
- begin(String, String, Attributes) - Method in class org.apache.commons.digester.ObjectParamRule
- Process the start of this element.
- begin(String, String, Attributes) - Method in class org.apache.commons.digester.PathCallParamRule
- Process the start of this element.
- begin(Attributes) - Method in class org.apache.commons.digester.Rule
- Deprecated. Use the begin 55
method with
namespaceandnameparameters instead. - begin(String, String, Attributes) - Method in class org.apache.commons.digester.Rule
- This method is called when the beginning of a matching XML element is encountered.
- begin(String, String, Attributes) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
- begin(String, String, Attributes) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
- 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.SetPropertyRule
- Process the beginning of this element.
- begin(Attributes) - Method in class org.apache.commons.digester.TestRule
- 'Begin' call.
- beta - Variable in class org.apache.commons.digester.SimpleTestBean
- body(String, String, String) - Method in class org.apache.commons.digester.BeanPropertySetterRule
- 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.CallParamRule
- Process the body text of this element.
- body(String) - Method in class org.apache.commons.digester.Rule
- Deprecated. Use the body 55 method
with
namespaceandnameparameters instead. - body(String, String, String) - Method in class org.apache.commons.digester.Rule
- This method is called when the body of a matching XML element is encountered.
- body(String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
- body(String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule
- This is only invoked after all child elements have been processed, so we can remove the custom Rules object that does the child-element-matching.
- body(String) - Method in class org.apache.commons.digester.TestRule
- 'Body' call.
- 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.CallMethodRule
- The body text collected from this element.
- bodyText - Variable in class org.apache.commons.digester.Digester
- The body text of the current element.
- bodyText - Variable in class org.apache.commons.digester.TestRule
- Used when testing body text
- bodyTextStack - Variable in class org.apache.commons.digester.CallParamRule
- Stack is used to allow nested body text to be processed.
- bodyTexts - Variable in class org.apache.commons.digester.Digester
- The stack of body text string buffers for surrounding elements.
- booleanProperty - Variable in class org.apache.commons.digester.TestBean
- A boolean property whose initial value is true.
- booleanValue - Variable in class org.apache.commons.digester.PrimitiveBean
C
- CallMethodRule - class org.apache.commons.digester.CallMethodRule.
- Rule implementation that calls a method on an object on the stack
(normally the top/parent object), passing arguments collected from
subsequent
CallParamRulerules 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
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseCallMethodRule.CallMethodRule(String methodName,int paramCount)55 instead. - CallMethodRule(Digester, String, int, String[]) - Constructor for class org.apache.commons.digester.CallMethodRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseCallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes)55 instead. - CallMethodRule(Digester, String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseCallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes)55 instead. - CallMethodRule(String, int) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String, int) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name.
- CallMethodRule(String) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name.
- 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.
- CallMethodRule(int, String, int, String[]) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name and parameter types.
- CallMethodRule(String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name and parameter types.
- CallMethodRule(int, String, int, Class[]) - Constructor for class org.apache.commons.digester.CallMethodRule
- Construct a "call method" rule with the specified method name and parameter types.
- CallMethodRuleTestCase - class org.apache.commons.digester.CallMethodRuleTestCase.
- Tests for the
CallMethodRuleand associatedCallParamRule. - CallMethodRuleTestCase(String) - Constructor for class org.apache.commons.digester.CallMethodRuleTestCase
- Construct a new instance of this test case.
- 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
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseCallParamRule.CallParamRule(int paramIndex)55 instead.- CallParamRule(Digester, int, String) - Constructor for class org.apache.commons.digester.CallParamRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseCallParamRule.CallParamRule(int paramIndex, String attributeName)55 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, 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.
- 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.
- cache - Variable in class org.apache.commons.digester.RulesBase
- The set of registered Rule instances, keyed by the matching pattern.
- called - Variable in class org.apache.commons.digester.TestObjectCreationFactory
- 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.
- characters(char[], int, int) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
- Appends a Text node to the current node.
- child - Variable in class org.apache.commons.digester.AlphaBean
- child - Variable in class org.apache.commons.digester.BetaBean
- children - Variable in class org.apache.commons.digester.Box
- city - Variable in class org.apache.commons.digester.Address
- 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.FactoryCreateRule
- The Java class name of the ObjectCreationFactory to be created.
- className - Variable in class org.apache.commons.digester.ObjectCreateRule
- The Java class name of the object to be created.
- clear() - Method in class org.apache.commons.digester.AbstractRulesImpl
- 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.RegexRules
- 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.RulesBase
- Clear all existing Rule instance registrations.
- clear() - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
- clear() - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Clears all Rule's
- configure() - Method in class org.apache.commons.digester.Digester
- Provide a hook for lazy configuration of this
Digesterinstance.- configured - Variable in class org.apache.commons.digester.Digester
- Has this Digester been configured yet.
- cool - Variable in class org.apache.commons.digester.ParamBean
- counter - Variable in class org.apache.commons.digester.ExtendedBaseRules
- Counts the entry number for the rules.
- createMatchingRulesForTest() - Method in class org.apache.commons.digester.EBRTestCase
- This should be overriden by subclasses.
- createMatchingRulesForTest() - Method in class org.apache.commons.digester.RulesBaseTestCase
- This should be overriden by subclasses.
- 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.TestObjectCreationFactory
- 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
- 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
- creationFactory - Variable in class org.apache.commons.digester.FactoryCreateRule
- The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
- currChildElementName - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
- currChildNamespaceURI - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
- customContentHandler - Variable in class org.apache.commons.digester.Digester
- If not null, then calls by the parser to this object's characters, startElement, endElement and processingInstruction methods are forwarded to the specified object.
D
- 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() - 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.
- DigesterTestCase - class org.apache.commons.digester.DigesterTestCase.
- Test Case for the Digester class.
- DigesterTestCase(String) - Constructor for class org.apache.commons.digester.DigesterTestCase
- Construct a new instance of this test case.
- decoratedRules - Variable in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
- defaultRules - Variable in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Rules to be fired when the wrapped implementations returns none.
- delta - Variable in class org.apache.commons.digester.SimpleTestBean
- 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.
- digester - Variable in class org.apache.commons.digester.AbstractObjectCreationFactory
- The associated
Digesterinstance that was set up by FactoryCreateRule upon initialization. - digester - Variable in class org.apache.commons.digester.AbstractRulesImpl
- Digester using this
Rulesimplementation - digester - Variable in class org.apache.commons.digester.BeanPropertySetterRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.CallMethodRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.DigesterTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.NodeCreateRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.ObjectParamRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.Rule
- The Digester with which this Rule is associated.
- digester - Variable in class org.apache.commons.digester.RuleTestCase
- The digester instance we will be processing.
- 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.RulesBaseTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.SetNestedPropertiesRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.SetPropertiesRuleTestCase
- The digester instance we will be processing.
- digester - Variable in class org.apache.commons.digester.SetPropertyRuleTestCase
- The digester instance we will be processing.
- doc - Variable in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
- A DOM Document used to create the various Node instances.
- documentBuilder - Variable in class org.apache.commons.digester.NodeCreateRule
- The JAXP
DocumentBuilderto use. - doubleProperty - Variable in class org.apache.commons.digester.TestBean
- A double property.
E
- EBRTestCase - class org.apache.commons.digester.EBRTestCase.
- Runs standard tests for RulesBase as well as tests of extensions.
- EBRTestCase(String) - Constructor for class org.apache.commons.digester.EBRTestCase
- Construct a new instance of this test case.
- Employee - class org.apache.commons.digester.Employee.
- Bean for Digester testing.
- Employee() - Constructor for class org.apache.commons.digester.Employee
- Employee(String, String) - Constructor for class org.apache.commons.digester.Employee
- ExtendedBaseRules - class org.apache.commons.digester.ExtendedBaseRules.
- Extension of RulesBase for complex schema.
- ExtendedBaseRules() - Constructor for class org.apache.commons.digester.ExtendedBaseRules
- elementNames - Variable in class org.apache.commons.digester.SetNestedPropertiesRule
- emptyStringProperty - Variable in class org.apache.commons.digester.TestBean
- An empty String property.
- end(String, String) - Method in class org.apache.commons.digester.BeanPropertySetterRule
- Process the end of this element.
- end() - Method in class org.apache.commons.digester.CallMethodRule
- 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.FactoryCreateRule
- Process the end of this element.
- end() - Method in class org.apache.commons.digester.NodeCreateRule
- Pop the Node off the top of the stack.
- end() - Method in class org.apache.commons.digester.ObjectCreateRule
- Process the end of this element.
- end() - Method in class org.apache.commons.digester.Rule
- Deprecated. Use the end 55 method with
namespaceandnameparameters instead. - end(String, String) - Method in class org.apache.commons.digester.Rule
- This method is called when the end of a matching XML element is encountered.
- end(String, String) - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRule
- end() - Method in class org.apache.commons.digester.SetNextRule
- 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.SetTopRule
- Process the end of this element.
- end() - Method in class org.apache.commons.digester.TestRule
- 'End' call.
- 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.Digester
- Process notification of the end of an XML element being reached.
- endElement(String, String, String) - Method in class org.apache.commons.digester.NodeCreateRule.NodeBuilder
- Checks whether control needs to be returned to Digester.
- 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
F
- 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(Digester, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseFactoryCreateRule.FactoryCreateRule(String className)55 instead. - FactoryCreateRule(Digester, Class) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseFactoryCreateRule.FactoryCreateRule(Class clazz)55 instead. - FactoryCreateRule(Digester, String, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseFactoryCreateRule.FactoryCreateRule(String className, String attributeName)55 instead. - FactoryCreateRule(Digester, Class, String) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseFactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName)55 instead. - FactoryCreateRule(Digester, ObjectCreationFactory) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Deprecated. The digester instance is now set in the
addRule(java.lang.String, org.apache.commons.digester.Rule)55 method. UseFactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory)55 instead. - 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(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(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(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(ObjectCreationFactory) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
- 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(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(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.
- 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(ObjectCreationFactory, boolean) - Constructor for class org.apache.commons.digester.FactoryCreateRule
- Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
- factory - Variable in class org.apache.commons.digester.Digester
- The SAXParserFactory that is created the first time we need it.
- falseProperty - Variable in class org.apache.commons.digester.TestBean
- A boolean property whose initial value is false
- 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
- 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. - finish() - Method in class org.apache.commons.digester.BeanPropertySetterRule
- 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.FactoryCreateRule
- 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.
- firstName - Variable in class org.apache.commons.digester.Employee
- floatProperty - Variable in class org.apache.commons.digester.TestBean
- A float property.
- fromStack - Variable in class org.apache.commons.digester.CallParamRule
- Is the parameter to be set from the stack?
G
- gamma - Variable in class org.apache.commons.digester.SimpleTestBean
- getAddress(String) - Method in class org.apache.commons.digester.Employee
- getAge() - Method in class org.apache.commons.digester.Employee
- getAllowUnknownChildElements() - Method in class org.apache.commons.digester.SetNestedPropertiesRule
- See
SetNestedPropertiesRule.setAllowUnknownChildElements(boolean)55 . - getAlpha() - Method in class org.apache.commons.digester.SimpleTestBean
- getBeta() - Method in class org.apache.commons.digester.SimpleTestBean
- getBodyText() - Method in class org.apache.commons.digester.TestRule
- Get the body text that was set.
- getBoolean() - Method in class org.apache.commons.digester.PrimitiveBean
- getBooleanProperty() - Method in class org.apache.commons.digester.TestBean
- getChild() - Method in class org.apache.commons.digester.AlphaBean
- getChild() - Method in class org.apache.commons.digester.BetaBean
- getChildren() - Method in class org.apache.commons.digester.Box
- getCity() - Method in class org.apache.commons.digester.Address
- getClassLoader() - Method in class org.apache.commons.digester.Digester
- Return the class loader to be used for instantiating application objects when required.
- 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.
- getCustomContentHandler() - Method in class org.apache.commons.digester.Digester
- getDebug() - Method in class org.apache.commons.digester.Digester
- Deprecated. This method now always returns 0. Digester uses the apache jakarta commons-logging library; see the documentation for that library for more information.
- getDefaults() - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Gets Rule's which will be fired when the wrapped implementation returns no matches
- getDeltaValue() - Method in class org.apache.commons.digester.SimpleTestBean
- getDigester() - Method in class org.apache.commons.digester.AbstractObjectCreationFactory
- Returns the Digester that was set by the FactoryCreateRule upon initialization.
- getDigester() - Method in class org.apache.commons.digester.AbstractRulesImpl
- Return the Digester instance with which this Rules instance is associated.
- 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.RulesBase
- Return the Digester instance with which this Rules instance is associated.
- getDigester() - Method in class org.apache.commons.digester.SetNestedPropertiesRule.AnyChildRules
- getDigester() - Method in class org.apache.commons.digester.WithDefaultsRulesWrapper
- Gets digester using these Rules
- getDocumentLocator() - Method in class org.apache.commons.digester.Digester
- Gets the document locator associated with our parser.
- getDoubleProperty() - Method in class org.apache.commons.digester.TestBean
- getEmptyStringProperty() - Method in class org.apache.commons.digester.TestBean
- 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.
- getFalseProperty() - Method in class org.apache.commons.digester.TestBean
- 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. - getFirstName() - Method in class org.apache.commons.digester.Employee
- getFloatProperty() - Method in class org.apache.commons.digester.TestBean
- getGamma() - Method in class org.apache.commons.digester.SimpleTestBean
- getId() - Method in class org.apache.commons.digester.Box
- getIdentifier() - Method in class org.apache.commons.digester.TestRule
- Get the identifier associated with this test.
- getIds() - Method in class org.apache.commons.digester.Box
- Return a string containing this object's name value, followed by the names of all child objects (and their children etc) in pre-order sequence.
- getInputStream(String) - Method in class org.apache.commons.digester.CallMethodRuleTestCase
- Return an appropriate InputStream for the specified test file (which must be inside our current package.
- getInputStream(String) - Method in class org.apache.commons.digester.NodeCreateRuleTestCase
- Return an appropriate InputStream for the specified test file (which must be inside our current package.
- getInputStream(String) - Method in class org.apache.commons.digester.RuleTestCase
- Return an appropriate InputStream for the specified test file (which must be inside our current package.
- getIntArray() - Method in class org.apache.commons.digester.TestBean
- getIntIndexed(int) - Method in class org.apache.commons.digester.TestBean
- getIntMultibox() - Method in class org.apache.commons.digester.TestBean
- getIntProperty() - Method in class org.apache.commons.digester.TestBean
- getLastName() - Method in class org.apache.commons.digester.Employee
- getLog() - Method in class org.apache.commons.digester.SimpleRegexMatcher
- Gets the
Logimplementation. - getLogger() - Method in class org.apache.commons.digester.