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

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

protected class DigesterRuleParser.SetTopRuleFactory
extends AbstractObjectCreationFactory

Factory for creating a SetTopRuleFactory


Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
protected DigesterRuleParser.SetTopRuleFactory()
           
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DigesterRuleParser.SetTopRuleFactory

protected DigesterRuleParser.SetTopRuleFactory()
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 (c) 2001-2002 - Apache Software Foundation