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

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNextRuleFactory
All Implemented Interfaces:
ObjectCreationFactory
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.SetNextRuleFactory
extends AbstractObjectCreationFactory

Factory for creating a SetNextRuleFactory


Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
protected DigesterRuleParser.SetNextRuleFactory()
           
 
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.SetNextRuleFactory

protected DigesterRuleParser.SetNextRuleFactory()
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 interface ObjectCreationFactory
Specified by:
createObject in class AbstractObjectCreationFactory
Parameters:
attributes - the element's attributes


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