Package org.apache.fop.render.txt
Class TxtRendererConfig.TxtRendererConfigParser
- java.lang.Object
-
- org.apache.fop.render.txt.TxtRendererConfig.TxtRendererConfigParser
-
- All Implemented Interfaces:
RendererConfig.RendererConfigParser
- Enclosing class:
- TxtRendererConfig
public static final class TxtRendererConfig.TxtRendererConfigParser extends java.lang.Object implements RendererConfig.RendererConfigParser
The Text renderer configuration data parser.
-
-
Constructor Summary
Constructors Constructor Description TxtRendererConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TxtRendererConfig
build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data.java.lang.String
getMimeType()
The MIME type of the renderer.
-
-
-
Method Detail
-
build
public TxtRendererConfig build(FOUserAgent userAgent, Configuration cfg) throws FOPException
Builds the object that contains the renderer configuration data.- Specified by:
build
in interfaceRendererConfig.RendererConfigParser
- Parameters:
userAgent
- the user agentcfg
- the Avalon config object for parsing the data- Returns:
- the configuration data object
- Throws:
FOPException
- if an error occurs while parsing the fop conf
-
getMimeType
public java.lang.String getMimeType()
The MIME type of the renderer.- Specified by:
getMimeType
in interfaceRendererConfig.RendererConfigParser
- Returns:
- the mime type
-
-