org.apache.commons.digester.xmlrules
Class DigesterRuleParser.SetNestedPropertiesRuleFactory

java.lang.Object
  |
  +--org.apache.commons.digester.AbstractObjectCreationFactory
        |
        +--org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNestedPropertiesRuleFactory
All Implemented Interfaces:
ObjectCreationFactory
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.SetNestedPropertiesRuleFactory
extends AbstractObjectCreationFactory

Factory for creating a SetNestedPropertiesRule


Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
protected DigesterRuleParser.SetNestedPropertiesRuleFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.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
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterRuleParser.SetNestedPropertiesRuleFactory

protected DigesterRuleParser.SetNestedPropertiesRuleFactory()
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.

Overrides:
createObject in class AbstractObjectCreationFactory
Following copied from class: org.apache.commons.digester.AbstractObjectCreationFactory
Parameters:
attributes - the element's attributes
Throws:
java.lang.Exception - any exception thrown will be propagated upwards


Copyright © 2001-2006 The Apache Software Foundation. All Rights Reserved.