|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ObjectCreationFactory
implementations.AbstractRuleImpl provides basic services for Rules implementations.Digester matching path.
Digester instance, associating them with
our namespace URI (if any).
Digester instance, associating them with
our namespace URI (if any).
SetNestedPropertiesRule.
SetNestedPropertiesRule.
SetNestedPropertiesRule.
SetRootRule with the specified parameters.
SetRootRule with the specified parameters.
DigesterRuleParser.setBasePath(java.lang.String).
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use BeanPropertySetterRule.BeanPropertySetterRule(String propertyName) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use BeanPropertySetterRule.BeanPropertySetterRule() instead.
begin
method with namespace and name
parameters instead.
body method
with namespace and name parameters
instead.
CallParamRule rules or from the body of this
element.Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes) instead.
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, 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.
- 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 in org.apache.commons.digester.xmlrules
- Thrown when parsing XML into Digester rules, if a circular inclusion occurred
in the xml digester rules files.
- CircularIncludeException(String) -
Constructor for exception 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.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.plugins.PluginRules
- Clear all rules.
- 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.WithDefaultsRulesWrapper
- Clears all Rule's
- configure() -
Method in class org.apache.commons.digester.Digester
-
Provide a hook for lazy configuration of this
Digester
instance.
- configure(Digester, String) -
Method in class org.apache.commons.digester.plugins.Declaration
- Attempt to load custom rules for the target class at the specified
pattern.
- configured -
Variable in class org.apache.commons.digester.Digester
- Has this Digester been configured yet.
- createDigester(InputSource) -
Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
- Creates a new digester and initializes it from the specified InputSource
- createDigester(InputSource, Digester) -
Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
- Creates a new digester and initializes it from the specified InputSource.
- createDigester(URL) -
Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
- Creates a new digester and initializes it from the specified XML file
- createDigester(URL, Digester) -
Static method in class org.apache.commons.digester.xmlrules.DigesterLoader
- Creates a new digester and initializes it from the specified XML file.
- createObject(Attributes) -
Method in 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.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.ObjectParamRuleFactory
-
- createObject(Attributes) -
Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNestedPropertiesRuleFactory
-
- createObject(Attributes) -
Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNextRuleFactory
-
- 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.SetRootRuleFactory
-
- createObject(Attributes) -
Method in class org.apache.commons.digester.xmlrules.DigesterRuleParser.SetTopRuleFactory
-
- 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.
Digester instance that was set up by
FactoryCreateRule upon initialization.
end method with
namespace and name parameters instead.
RulesBase for complex schema.ObjectCreationFactory to create
a new object which it pushes onto the object stack.Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(String className) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(Class clazz) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(String className, String attributeName) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName) instead.
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory) instead.
ObjectCreationFactory which will
then be used to create an object and push it on the stack.
ObjectCreationFactory which will
then be used to create an object and push it on the stack.
ObjectCreationFactory, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory.
ObjectCreationFactory which will
then be used to create an object and push it on the stack.
ObjectCreationFactory which will
then be used to create an object and push it on the stack.
ObjectCreationFactory, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory, which will then be used
to instantiate an object instance and push it onto the stack.
ObjectCreationFactory.
FinderFromClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltClass.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromDfltResource.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromFile.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).
FinderFromMethod.findLoader(org.apache.commons.digester.Digester, java.lang.Class, java.util.Properties).