public abstract class AbstractReadHandlerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.pentaho.reporting.libraries.base.config.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.
|
public void configure(org.pentaho.reporting.libraries.base.config.Configuration conf,
String prefix)
conf - the configuration.prefix - the key-prefix.public XmlReadHandler getHandler(String namespace, String tagname)
namespace - the namespace of the xml-tag for which a handler should be returned.tagname - the tagname of the xml-tag.