Uses of Class org.apache.fop.apps.FOPException

Uses in package org.apache.fop.render.afp.extensions

Methods which throw type org.apache.fop.apps.FOPException

void
void
AbstractAFPExtensionObject.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList)
void
void

Uses in package org.apache.fop.util

Methods which throw type org.apache.fop.apps.FOPException

void
LogUtil.handleError(Log log, String errorStr, boolean strict)
Convenience method that handles any error appropriately
void
LogUtil.handleException(Log log, Exception e, boolean strict)
Convenience method that handles any error appropriately

Uses in package org.apache.fop.render.ps.extensions

Methods which throw type org.apache.fop.apps.FOPException

void
void
void
AbstractPSExtensionObject.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList)
void
PSSetPageDeviceElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList)
Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.
void
void
void
Called after processNode() is called.
void

Uses in package org.apache.fop.fo.extensions

Methods which throw type org.apache.fop.apps.FOPException

void
PropertyList
Create a default property list for this element.
void
void
ExtensionObj.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
void

Uses in package org.apache.fop.fo.flow.table

Methods which throw type org.apache.fop.apps.FOPException

void
void
void
void
void
void
void
void
void
void
void
FONode
Table.clone(FONode parent, boolean removeChildren)
void
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
void
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
void
void
void
void
void
TableBody.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
void
TableRow.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
void
void
void
void
void
void
void
void

Uses in package org.apache.fop.render.awt.viewer

Methods which throw type org.apache.fop.apps.FOPException

double
PreviewPanel.getScaleToFit(double viewWidth, double viewHeight)
Returns the scale factor required in order to fit either the current page or two adjacent pages within a window of the given height and width, depending on the display mode.
double
As getScaleToFitWindow, but ignoring the Y axis.
double
Returns the scale factor required in order to fit either the current page within the current window or to fit two adjacent pages within the display if the displaymode is continuous.
void
Renderable.renderTo(FOUserAgent userAgent, String outputFormat)
Renders the pre-setup document.

Uses in package org.apache.fop.render.txt

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the PS renderer.
void

Uses in package org.apache.fop.fo

Classes derived from org.apache.fop.apps.FOPException

class
Exception thrown during FO tree validation.

Constructors which throw type org.apache.fop.apps.FOPException

FOTreeBuilder.FOTreeBuilder(String outputFormat, FOUserAgent foUserAgent, OutputStream stream)
FOTreeBuilder constructor

Methods which throw type org.apache.fop.apps.FOPException

void
FObjMixed.addCharacters(char[] data, int start, int end, PropertyList pList, Locator locator)
void
FONode.addCharacters(char[] data, int start, int end, PropertyList pList, Locator locator)
Adds characters (does nothing here)
void
FOText.addCharacters(char[] data, int start, int end, PropertyList list, Locator locator)
void
void
void
Adds a node as a child of this node.
void
FObj.addChildTo(FONode child, FObj parent)
Used by RetrieveMarker during Marker-subtree cloning
void
Bind property values from the property list to the FO node.
void
FONode.bind(PropertyList propertyList)
Bind the given PropertyList to this node Does nothing by default.
void
FONode
FObj.clone(FONode parent, boolean removeChildren)
FONode
FONode.clone(FONode cloneparent, boolean removeChildren)
Perform a shallow cloning operation, set its parent, and optionally clean the list of child nodes
FONode
FOText.clone(FONode parent, boolean removeChildren)
PropertyList
Create a default property list for this element.
PropertyList
Create a property list for this node.
void
void
Primarily used for making final content model validation checks and/or informing the FOEventHandler that the end of this FO has been reached.
void
ElementMapping.Maker
ElementMappingRegistry.findFOMaker(String namespaceURI, String localName, Locator locator)
Finds the Maker used to create node objects of a particular type
void
Adds accumulated text as one FOText instance, unless the one instance's char array contains more than Short.MAX_VALUE characters.
void
FObj.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
void
FONode.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.
void
XMLObj.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList)
void
void
Called after processNode() is called.

Uses in package org.apache.fop.render

Methods which throw type org.apache.fop.apps.FOPException

List
PrintRendererConfigurator.buildFontListFromConfiguration(Configuration cfg, String fontBaseURL, FontResolver fontResolver, boolean strict, FontCache fontCache)
Builds a list of EmbedFontInfo objects for use with the setup() method.
void
Builds a list of EmbedFontInfo objects for use with the setup() method.
void
Configures a renderer
void
Configures renderer context by setting the handler configuration on it.
FOEventHandler
RendererFactory.createFOEventHandler(FOUserAgent userAgent, String outputFormat, OutputStream out)
Creates FOEventHandler instances based on the desired output.
Renderer
RendererFactory.createRenderer(FOUserAgent userAgent, String outputFormat)
Creates a Renderer object based on render-type desired
EmbedFontInfo
PrintRendererConfigurator.getFontInfoFromConfiguration(Configuration fontCfg, FontResolver fontResolver, boolean strict, FontCache fontCache)
Returns a font info from a font node Configuration definition
FOEventHandler
Instantiates a new FOEventHandler.
void
void
Tells the renderer to render a particular page.

Uses in package org.apache.fop.render.pdf

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the PDF renderer.
void
This method creates a pdf stream for the current page uses it as the contents of a new page.

Uses in package org.apache.fop.render.xml

Methods which throw type org.apache.fop.apps.FOPException

void

Uses in package org.apache.fop.render.bitmap

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the TIFF renderer.

Uses in package org.apache.fop.cli

Methods which throw type org.apache.fop.apps.FOPException

String
void
CommandLineOptions.parse(String[] args)
Parse the command line arguments.
void
InputHandler.renderTo(FOUserAgent userAgent, String outputFormat)
void
AreaTreeInputHandler.renderTo(FOUserAgent userAgent, String outputFormat, OutputStream out)
void
InputHandler.renderTo(FOUserAgent userAgent, String outputFormat, OutputStream out)
Generate a document, given an initialized Fop object
void
InputHandler.transformTo(OutputStream out)
In contrast to render(Fop) this method only performs the XSLT stage and saves the intermediate XSL-FO file to the output file.
void
InputHandler.transformTo(Result result)
Transforms the input document to the input format expected by FOP using XSLT.

Uses in package org.apache.fop.fo.extensions.destination

Methods which throw type org.apache.fop.apps.FOPException

void
void
Destination.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)

Uses in package org.apache.fop.fo.pagination

Methods which throw type org.apache.fop.apps.FOPException

void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
At the end of this element sort out the children into a hashmap of color profiles and a list of extension attachments.
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
void
void
void
void
void
Make sure content model satisfied.
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
String
SubSequenceSpecifier.getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isOnlyPage, boolean isBlankPage)
Returns the name of the next page master.
SimplePageMaster
PageSequenceMaster.getNextSimplePageMaster(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isOnlyPage, boolean isBlankPage)
Returns the next simple-page-master.
SimplePageMaster
PageSequence.getNextSimplePageMaster(int page, boolean isFirstPage, boolean isLastPage, boolean isOnlyPage, boolean isBlank)
Public accessor for determining the next page master to use within this page sequence.
void
void
void
void
void
void
void
void
void
void
void

Uses in package org.apache.fop.apps

Methods which throw type org.apache.fop.apps.FOPException

void
Initializes user agent settings from the user configuration file, if present: baseURL, resolution, default page size,...
DefaultHandler
Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered.
Fop
FopFactory.newFop(String outputFormat)
Returns a new Fop instance.
Fop
FopFactory.newFop(String outputFormat, OutputStream stream)
Returns a new Fop instance.
Fop
FopFactory.newFop(String outputFormat, FOUserAgent userAgent)
Returns a new Fop instance.
Fop
FopFactory.newFop(String outputFormat, FOUserAgent userAgent, OutputStream stream)
Returns a new Fop instance.
Fop
Returns a new Fop instance.
void
FopFactory.setUserConfig(Configuration userConfig)
Set the user configuration.
void
Set the user configuration.

Uses in package org.apache.fop.render.afp

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the AFP renderer.

Uses in package org.apache.fop.area

Constructors which throw type org.apache.fop.apps.FOPException

AreaTreeHandler.AreaTreeHandler(FOUserAgent userAgent, String outputFormat, OutputStream stream)
Constructor.
CachedRenderPagesModel.CachedRenderPagesModel(FOUserAgent userAgent, String outputFormat, FontInfo fontInfo, OutputStream stream)
Main Constructor
RenderPagesModel.RenderPagesModel(FOUserAgent userAgent, String outputFormat, FontInfo fontInfo, OutputStream stream)
Create a new render pages model with the given renderer.

Methods which throw type org.apache.fop.apps.FOPException

void
AreaTreeHandler.setupModel(FOUserAgent userAgent, String outputFormat, OutputStream stream)
Sets up the AreaTreeModel instance for use by the AreaTreeHandler.

Uses in package org.apache.fop.servlet

Methods which throw type org.apache.fop.apps.FOPException

void
FopPrintServlet.render(Source src, Transformer transformer, HttpServletResponse response)
void
FopServlet.render(Source src, Transformer transformer, HttpServletResponse response)
Renders an input file (XML or XSL-FO) into a PDF file.
void
FopServlet.renderFO(String fo, HttpServletResponse response)
Renders an XSL-FO file into a PDF file.
void
FopServlet.renderXML(String xml, String xslt, HttpServletResponse response)
Renders an XML file into a PDF file by applying a stylesheet that converts the XML to XSL-FO.

Uses in package org.apache.fop.render.java2d

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the Java 2D renderer.
BufferedImage
Generates a desired page from the renderer's page viewport list.
PageViewport
Returns a page viewport.

Uses in package org.apache.fop.fo.expr

Classes derived from org.apache.fop.apps.FOPException

class
Class for managing exceptions that are raised in Property processing.

Uses in package org.apache.fop.fo.flow

Methods which throw type org.apache.fop.apps.FOPException

void
Wrapper.addCharacters(char[] data, int start, int end, PropertyList pList, Locator locator)
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
void
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
void
void
void
void
void
void
void
void
void
void
AbstractPageNumberCitation.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList)
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void

Uses in package org.apache.fop.fonts

Constructors which throw type org.apache.fop.apps.FOPException

FontReader.FontReader(InputSource source)
Construct a FontReader object from a path to a metric.xml file and read metric data

Methods which throw type org.apache.fop.apps.FOPException

void
Writes the font cache to disk.
void
FontCache.saveTo(File cacheFile)
Writes the font cache to disk.

Uses in package org.apache.fop.render.ps

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the PS renderer.
void

Uses in package org.apache.fop.fo.extensions.svg

Methods which throw type org.apache.fop.apps.FOPException

void
SVGElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList)

Uses in package org.apache.fop.render.pcl

Methods which throw type org.apache.fop.apps.FOPException

void
Configure the PCL renderer.
void

Uses in package org.apache.fop.fo.pagination.bookmarks

Methods which throw type org.apache.fop.apps.FOPException

void
void
void

Uses in package org.apache.fop.render.awt

Methods which throw type org.apache.fop.apps.FOPException

Dimension

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