org.apache.fop.render

Class XMLHandlerConfigurator


public class XMLHandlerConfigurator
extends AbstractRendererConfigurator

Configurator for XMLHandler objects.

Field Summary

protected static Log
log
logger instance

Fields inherited from class org.apache.fop.render.AbstractRendererConfigurator

log, userAgent

Constructor Summary

XMLHandlerConfigurator(FOUserAgent userAgent)
Default constructor

Method Summary

void
configure(RendererContext context, String ns)
Configures renderer context by setting the handler configuration on it.

Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator

getRendererConfig

Field Details

log

protected static Log log
logger instance

Constructor Details

XMLHandlerConfigurator

public XMLHandlerConfigurator(FOUserAgent userAgent)
Default constructor
Parameters:
userAgent - the user agent

Method Details

configure

public void configure(RendererContext context,
                      String ns)
            throws FOPException
Configures renderer context by setting the handler configuration on it.
Parameters:
context - the RendererContext (contains the user agent)
ns - the Namespace of the foreign object
Throws:
FOPException - if configuring the target objects fails

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.