org.pentaho.reporting.libraries.xmlns.parser
public abstract class AbstractReadHandlerFactory extends Object
Constructor Summary | |
---|---|
protected | AbstractReadHandlerFactory()
A default-constructor. |
Method Summary | |
---|---|
void | configure(Configuration conf, String prefix)
Configures this factory from the given configuration using the speoified
prefix as filter.
|
XmlReadHandler | getHandler(String namespace, String tagname)
The returned handler can be null, in case no handler is registered.
|
protected abstract Class | getTargetClass()
Returns the implementation class for this read-handler factory.
|
Parameters: conf the configuration. prefix the key-prefix.
UNKNOWN: ObjectAllocationInLoop as this method configures the factory.
Parameters: namespace the namespace of the xml-tag for which a handler should be returned. tagname the tagname of the xml-tag.
Returns: the instantiated read handler, or null if there is no handler registered.
Returns: the implementation class.