public class StoreFactoryRule extends Rule
Rule that creates a new IStoreFactory
instance, and associates
it with the top object on the stack (which must implement
IStoreFactory
).
digester, namespaceURI
Constructor and Description |
---|
StoreFactoryRule(String storeFactoryClass,
String attributeName,
String storeAppenderClass,
String appenderAttributeName)
Construct a new instance of this Rule.
|
Modifier and Type | Method and Description |
---|---|
void |
begin(String namespace,
String name,
Attributes attributes)
Handle the beginning of an XML element.
|
protected Object |
newInstance(String attr,
String defaultName,
Attributes attributes)
create new instance from attribte className!
|
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
public StoreFactoryRule(String storeFactoryClass, String attributeName, String storeAppenderClass, String appenderAttributeName)
storeFactoryClass
- Default name of the StoreFactory implementation class to be
createdattributeName
- Name of the attribute that optionally includes an override
name of the IStoreFactory classpublic void begin(String namespace, String name, Attributes attributes) throws Exception
begin
in class Rule
attributes
- The attributes of this elementnamespace
- the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename
- the local name if the parser is namespace aware, or just
the element name otherwiseException
- if a processing error occursprotected Object newInstance(String attr, String defaultName, Attributes attributes) throws ClassNotFoundException, InstantiationException, IllegalAccessException
attr
- class Name attributedefaultName
- Default Classattributes
- current digester attribute elementsClassNotFoundException
InstantiationException
IllegalAccessException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.