Class XMLHandlerConfigurator

java.lang.Object
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.XMLHandlerConfigurator

public class XMLHandlerConfigurator extends AbstractRendererConfigurator
Configurator for XMLHandler objects.
  • Field Details

    • log

      protected static final org.apache.commons.logging.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