org.pentaho.reporting.libraries.xmlns.parser
public abstract class AbstractReadHandlerFactory extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReadHandlerFactory()
A default-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.pentaho.reporting.libraries.base.config.Configuration conf,
java.lang.String prefix)
Configures this factory from the given configuration using the speoified
prefix as filter.
|
XmlReadHandler |
getHandler(java.lang.String namespace,
java.lang.String tagname)
The returned handler can be null, in case no handler is registered.
|
protected abstract java.lang.Class |
getTargetClass()
Returns the implementation class for this read-handler factory.
|
protected AbstractReadHandlerFactory()
public void configure(org.pentaho.reporting.libraries.base.config.Configuration conf,
java.lang.String prefix)
conf - the configuration.prefix - the key-prefix.protected abstract java.lang.Class getTargetClass()
public XmlReadHandler getHandler(java.lang.String namespace, java.lang.String tagname)
namespace - the namespace of the xml-tag for which a handler should be returned.tagname - the tagname of the xml-tag.