Class DigesterRuleParser.SetPropertyRuleFactory
- java.lang.Object
-
- org.apache.commons.digester.AbstractObjectCreationFactory
-
- org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertyRuleFactory
-
- All Implemented Interfaces:
ObjectCreationFactory
- Enclosing class:
- DigesterRuleParser
protected class DigesterRuleParser.SetPropertyRuleFactory extends AbstractObjectCreationFactory
Factory for creating a SetPropertyRule
-
-
Field Summary
-
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetPropertyRuleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createObject(org.xml.sax.Attributes attributes)
Factory method called byFactoryCreateRule
to supply an object based on the element's attributes.-
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
-
-
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes attributes)
Description copied from class:AbstractObjectCreationFactory
Factory method called by
FactoryCreateRule
to supply an object based on the element's attributes.- Specified by:
createObject
in interfaceObjectCreationFactory
- Specified by:
createObject
in classAbstractObjectCreationFactory
- Parameters:
attributes
- the element's attributes
-
-