org.apache.commons.digester.xmlrules

Class DigesterRuleParser.SetPropertiesRuleFactory

Enclosing Class:
DigesterRuleParser
Implemented Interfaces:
ObjectCreationFactory

protected class DigesterRuleParser.SetPropertiesRuleFactory
extends AbstractObjectCreationFactory

Factory for creating a SetPropertiesRule

Field Summary

Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

digester

Method Summary

Object
createObject(Attributes attributes)
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.

Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

createObject, getDigester, setDigester

Method Details

createObject

public Object createObject(Attributes attributes)
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
Specified by:
createObject in interface ObjectCreationFactory
Overrides:
createObject in interface AbstractObjectCreationFactory
Parameters:
attributes - the element's attributes

Copyright 2001-2005 The Apache Software Foundation.