Uses of Class
org.apache.fop.apps.FOPException
Packages that use FOPException
Package
Description
Application classes used for running FOP embedded in other applications.
FOP's area tree.
This package contains the command-line client for Apache FOP.
Classes, constants and basic infrastructure for the FO tree.
Classes for XSL expressions and functions.
Base classes for implementing extensions to XSL-FO.
Classes to support named destinations (only relevant for PDF output)
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Formatting objects for bookmarks as defined since XSL 1.1.
Classes for font handling.
Font substitution facilities.
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
AWT Renderer used for displaying rendered pages in Java applications.
AWT Viewer PreviewDialog and PreviewPanel.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PDF Renderer
Renderer which prints rendered pages directly to a printer.
PostScript Renderer
Extensions specific to the PostScript Renderer.
RTF (Rich Text Format) Output Support
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
SVG (Structured Vector Graphics) Renderer
Plain Text Renderer
Area Tree XML Renderer.
This package contains two sample FOP servlets.
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
FOP-related tasks for Apache Ant.
Various utility classes (I/O, codecs, color support, service discovers etc.).
-
Uses of FOPException in org.apache.fop.apps
Methods in org.apache.fop.apps that throw FOPExceptionModifier and TypeMethodDescriptionprivate void
FopConfParser.configure
(URI baseURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, Configuration cfg) private void
FopConfParser.configureImageLoading
(Configuration parent, boolean strict) private void
Fop.createDefaultHandler()
Creates a DefaultHandler object used to generate the document.Fop.getDefaultHandler()
Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered.(package private) RendererConfig
FopFactory.getRendererConfig
(FOUserAgent userAgent, Configuration cfg, RendererConfig.RendererConfigParser configCreator) Returns the renderer configuration object for a specific renderer given the parser and configuration to read.FOUserAgent.getRendererConfig
(String mimeType, RendererConfig.RendererConfigParser configCreator) Returns the renderer configuration object for a particular MIME type.Returns a newFop
instance.FopFactory.newFop
(String outputFormat, OutputStream stream) Returns a newFop
instance.FopFactory.newFop
(String outputFormat, FOUserAgent userAgent) Returns a newFop
instance.FopFactory.newFop
(String outputFormat, FOUserAgent userAgent, OutputStream stream) Returns a newFop
instance.FopFactory.newFop
(FOUserAgent userAgent) Returns a newFop
instance.Returns a newFop
instance.FOUserAgent.newFop
(String outputFormat, OutputStream stream) Returns a newFop
instance.private void
FopConfParser.setHyphenationBase
(Configuration cfg, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, URI baseURI, FopFactoryBuilder fopFactoryBuilder) private void
FopConfParser.setHyphPatNames
(Configuration cfg, FopFactoryBuilder builder, boolean strict) Constructors in org.apache.fop.apps that throw FOPExceptionModifierConstructorDescription(package private)
Fop
(String outputFormat, FOUserAgent ua, OutputStream stream) Constructor for use with already-created FOUserAgents. -
Uses of FOPException in org.apache.fop.area
Methods in org.apache.fop.area that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
AreaTreeHandler.setupModel
(FOUserAgent userAgent, String outputFormat, OutputStream stream) Sets up the AreaTreeModel instance for use by the AreaTreeHandler.Constructors in org.apache.fop.area that throw FOPExceptionModifierConstructorDescriptionAreaTreeHandler
(FOUserAgent userAgent, String outputFormat, OutputStream stream) Constructor.CachedRenderPagesModel
(FOUserAgent userAgent, String outputFormat, FontInfo fontInfo, OutputStream stream) Main ConstructorPageViewport
(PageViewport original) Copy constructor.RenderPagesModel
(FOUserAgent userAgent, String outputFormat, FontInfo fontInfo, OutputStream stream) Create a new render pages model with the given renderer. -
Uses of FOPException in org.apache.fop.cli
Methods in org.apache.fop.cli that throw FOPExceptionModifier and TypeMethodDescriptionprivate void
CommandLineOptions.checkSettings()
checks whether all necessary information has been given in a consistent wayprivate void
CommandLineOptions.flushCache()
protected String
CommandLineOptions.getOutputFormat()
private PDFEncryptionParams
CommandLineOptions.getPDFEncryptionParams()
boolean
Parses the command line arguments.private int
CommandLineOptions.parseAFPOutputOption
(String[] args, int i) private int
CommandLineOptions.parseAreaTreeInputOption
(String[] args, int i) private int
CommandLineOptions.parseAreaTreeOption
(String[] args, int i) private int
CommandLineOptions.parseAWTOutputOption
(String[] args, int i) private int
CommandLineOptions.parseCacheOption
(String[] args, int i) private int
CommandLineOptions.parseConfigurationOption
(String[] args, int i) private int
CommandLineOptions.parseCopiesOption
(String[] args, int i) private int
CommandLineOptions.parseCustomOutputOption
(String[] args, int i) private int
CommandLineOptions.parseFOInputOption
(String[] args, int i) private int
CommandLineOptions.parseFOOutputOption
(String[] args, int i) private int
CommandLineOptions.parseIFInputOption
(String[] args, int i) private int
CommandLineOptions.parseImageInputOption
(String[] args, int i) private int
CommandLineOptions.parseIntermediateFormatOption
(String[] args, int i) private int
CommandLineOptions.parseLanguageOption
(String[] args, int i) private int
CommandLineOptions.parseMIFOutputOption
(String[] args, int i) private boolean
CommandLineOptions.parseOptions
(String[] args) Parses the command line arguments.private int
CommandLineOptions.parsePCLOutputOption
(String[] args, int i) private int
CommandLineOptions.parsePDFOutputOption
(String[] args, int i, String pdfAMode) private int
CommandLineOptions.parsePDFOwnerPassword
(String[] args, int i) private int
CommandLineOptions.parsePDFProfile
(String[] args, int i) private int
CommandLineOptions.parsePDFUserPassword
(String[] args, int i) private int
CommandLineOptions.parsePNGOutputOption
(String[] args, int i) private int
CommandLineOptions.parsePostscriptOutputOption
(String[] args, int i) private int
CommandLineOptions.parsePrintOutputOption
(String[] args, int i) private int
CommandLineOptions.parseResolution
(String[] args, int i) private int
CommandLineOptions.parseRTFOutputOption
(String[] args, int i) private int
CommandLineOptions.parseSVGOutputOption
(String[] args, int i) private int
CommandLineOptions.parseTextOutputOption
(String[] args, int i) private int
CommandLineOptions.parseTIFFOutputOption
(String[] args, int i) private int
CommandLineOptions.parseUnknownOption
(String[] args, int i) private int
CommandLineOptions.parseXMLInputOption
(String[] args, int i) private int
CommandLineOptions.parseXSLInputOption
(String[] args, int i) void
AreaTreeInputHandler.renderTo
(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectvoid
IFInputHandler.renderTo
(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectvoid
InputHandler.renderTo
(FOUserAgent userAgent, String outputFormat) Renders the pre-setup document.void
InputHandler.renderTo
(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectprivate void
CommandLineOptions.setInputFormat
(int format) private void
CommandLineOptions.setOutputMode
(String mime) private void
CommandLineOptions.setUserConfig()
Sets the user configuration.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.protected void
InputHandler.transformTo
(Result result) Transforms the input document to the input format expected by FOP using XSLT. -
Uses of FOPException in org.apache.fop.fo
Subclasses of FOPException in org.apache.fop.foModifier and TypeClassDescriptionclass
Exception thrown during FO tree validation.Methods in org.apache.fop.fo with parameters of type FOPExceptionModifier and TypeMethodDescriptionvoid
FOValidationEventProducer.markerCloningFailed
(Object source, String markerClassName, FOPException fe, Locator loc) Indicates a problem while cloning a marker (ex.Methods in org.apache.fop.fo that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
FONode.addCharacters
(char[] data, int start, int end, PropertyList pList, Locator locator) Deprecated.protected void
FObj.addChildNode
(FONode child) Adds a node as a child of this node.protected void
FObjMixed.addChildNode
(FONode child) Adds a node as a child of this node.protected void
FONode.addChildNode
(FONode child) Adds a node as a child of this node.protected static void
FObj.addChildTo
(FONode child, FONode parent) Used by RetrieveMarker during Marker-subtree cloningvoid
FObj.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
FONode.bind
(PropertyList propertyList) Bind the givenPropertyList
to this node Does nothing by default.void
FOText.bind
(PropertyList pList) Bind the givenPropertyList
to this node Does nothing by default.protected void
FObjMixed.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected void
FONode.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected void
FOText.characters
(char[] data, int start, int length, PropertyList list, Locator locator) Adds characters.void
FOTreeBuilder.MainFOHandler.characters
(char[] data, int start, int length) protected void
UnknownXMLObj.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected void
XMLObj.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesprotected PropertyList
FObj.createPropertyList
(PropertyList parent, FOEventHandler foEventHandler) Create a default property list for this element.protected PropertyList
FONode.createPropertyList
(PropertyList pList, FOEventHandler foEventHandler) Create a property list for this node.void
FObj.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
FObjMixed.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
FONode.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
FOText.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
FObjMixed.finalizeNode()
Finalize this node.void
FONode.finalizeNode()
Finalize this node.ElementMappingRegistry.findFOMaker
(String namespaceURI, String localName, Locator locator) Finds the Maker used to create node objects of a particular typeprivate ElementMapping.Maker
FOTreeBuilder.MainFOHandler.findFOMaker
(String namespaceURI, String localName) Finds theElementMapping.Maker
used to createFONode
objects of a particular typeprivate void
FObjMixed.flushText()
Creates block-pointers between subsequent FOText nodes in the same Block.private String
FObj.getAttributeNameForValue
(Attributes attList, Property value, PropertyList propertyList) PropertyList.getPropertyForAttribute
(Attributes attributes, String attributeName, String attributeValue) void
FObj.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
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) 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.private void
FObjMixed.sendCharacters()
void
FObj.startOfNode()
Called after processNode() is called.void
FONode.startOfNode()
Called after processNode() is called.private void
FObj.warnOnUnknownProperties
(Attributes attlist, String objName, PropertyList propertyList) Constructors in org.apache.fop.fo that throw FOPExceptionModifierConstructorDescriptionFOTreeBuilder
(String outputFormat, FOUserAgent foUserAgent, OutputStream stream) FOTreeBuilder
constructor -
Uses of FOPException in org.apache.fop.fo.expr
Subclasses of FOPException in org.apache.fop.fo.exprModifier and TypeClassDescriptionclass
Class for managing exceptions that are raised in Property processing. -
Uses of FOPException in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that throw FOPExceptionModifier and TypeMethodDescriptionvoid
ExternalDocument.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ExternalDocument.endOfNode()
void
ExternalDocument.startOfNode()
-
Uses of FOPException in org.apache.fop.fo.extensions.destination
Methods in org.apache.fop.fo.extensions.destination that throw FOPExceptionModifier and TypeMethodDescriptionvoid
Destination.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Destination.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. -
Uses of FOPException in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
InstreamForeignObject.addChildNode
(FONode child) Adds a node as a child of this node.protected void
Wrapper.addChildNode
(FONode child) Adds a node as a child of this node.void
AbstractGraphics.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
AbstractListItemPart.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
AbstractPageNumberCitation.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
AbstractRetrieveMarker.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
BasicLink.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
BidiOverride.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Block.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
BlockContainer.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ChangeBar.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Character.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ExternalGraphic.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Float.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Footnote.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
FootnoteBody.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
InitialPropertySet.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Inline.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
InlineContainer.bind
(PropertyList pList) void
InlineLevel.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Leader.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ListBlock.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ListItem.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Marker.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
MultiCase.bind
(PropertyList pList) void
MultiPropertySet.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
MultiSwitch.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
MultiToggle.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
PageNumber.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RetrieveMarker.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RetrieveTableMarker.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Wrapper.bind
(PropertyList pList) private void
AbstractRetrieveMarker.cloneFromMarker
(Marker marker) private void
AbstractRetrieveMarker.cloneSingleNode
(FONode child, FONode newParent, Marker marker, PropertyList parentPropertyList) private void
AbstractRetrieveMarker.cloneSubtree
(Iterator parentIter, FONode newParent, Marker marker, PropertyList parentPropertyList) Clone the FO nodes in the parent iterator, attach the new nodes to the new parent, and map the new nodes to the existing property lists.void
AbstractListItemPart.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
BasicLink.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Block.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
BlockContainer.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Float.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Footnote.endOfNode()
Make sure content model satisfied, if so then tell theFOEventHandler
that we are at the end of the footnote.void
FootnoteBody.endOfNode()
Make sure the content model is satisfied, if so then tell theFOEventHandler
that we are at the end of the footnote-body.void
Inline.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
InlineContainer.endOfNode()
void
InstreamForeignObject.endOfNode()
Make sure content model satisfied, if so then tell theFOEventHandler
that we are at the end of the instream-foreign-object.void
Leader.endOfNode()
void
ListBlock.endOfNode()
Make sure the content model is satisfied, if so then tell theFOEventHandler
that we are at the end of the list-block.void
ListItem.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
ListItemBody.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
ListItemLabel.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Marker.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
MultiCase.endOfNode()
void
MultiProperties.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
MultiSwitch.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
PageNumber.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
PageNumberCitation.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
PageNumberCitationLast.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
RetrieveMarker.endOfNode()
void
RetrieveTableMarker.endOfNode()
void
Wrapper.endOfNode()
void
AbstractPageNumberCitation.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
ChangeBar.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
ChangeBarBegin.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
ChangeBarEnd.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
Float.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList pList) void
RetrieveMarker.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
RetrieveTableMarker.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
BasicLink.startOfNode()
Called after processNode() is called.void
Block.startOfNode()
Called after processNode() is called.void
BlockContainer.startOfNode()
Called after processNode() is called.void
Character.startOfNode()
Called after processNode() is called.void
ExternalGraphic.startOfNode()
Called after processNode() is called.void
Footnote.startOfNode()
Called after processNode() is called.void
FootnoteBody.startOfNode()
Called after processNode() is called.void
Inline.startOfNode()
Called after processNode() is called.void
InstreamForeignObject.startOfNode()
void
Leader.startOfNode()
void
ListBlock.startOfNode()
Called after processNode() is called.void
ListItem.startOfNode()
Called after processNode() is called.void
ListItemBody.startOfNode()
Called after processNode() is called.void
ListItemLabel.startOfNode()
Called after processNode() is called.void
PageNumber.startOfNode()
Called after processNode() is called.void
PageNumberCitation.startOfNode()
Called after processNode() is called.void
PageNumberCitationLast.startOfNode()
Called after processNode() is called.void
RetrieveMarker.startOfNode()
void
RetrieveTableMarker.startOfNode()
void
Wrapper.startOfNode()
-
Uses of FOPException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
Table.addChildNode
(FONode child) Adds a node as a child of this node.protected void
TablePart.addChildNode
(FONode child) Adds a node as a child of this node.protected void
TableRow.addChildNode
(FONode child) Adds a node as a child of this node.protected void
TableCellContainer.addTableCellChild
(TableCell cell, boolean firstRow) Add cell to current row.void
Table.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TableAndCaption.bind
(PropertyList pList) void
TableCaption.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TableCell.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TableCellContainer.bind
(PropertyList pList) void
TableColumn.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TableFObj.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TablePart.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
TableRow.bind
(PropertyList pList) Bind property values from the property list to the FO node.Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesprivate TableColumn
Table.createImplicitColumn
(int colNumber) void
Table.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableAndCaption.endOfNode()
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.void
TableBody.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableCaption.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableCell.endOfNode()
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the table-cell.void
TableColumn.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableFooter.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableHeader.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
TableRow.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.(package private) void
Table.ensureColumnNumber
(int columnNumber) Creates the appropriate number of additional implicit columns to match the given column number.private void
Table.finalizeColumns()
void
Table.finalizeNode()
Finalize this node.void
TableCell.finalizeNode()
Finalize this node.void
TablePart.finalizeNode()
Finalize this node.void
TableRow.finalizeNode()
Finalize this node.private void
TableCellContainer.handleCellWidth
(TableCell cell, int colNumber, int colSpan) void
TableFObj.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
TablePart.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
TableRow.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
Table.startOfNode()
Called after processNode() is called.void
TableBody.startOfNode()
Called after processNode() is called.void
TableCell.startOfNode()
Called after processNode() is called.void
TableColumn.startOfNode()
Called after processNode() is called.void
TableFooter.startOfNode()
Called after processNode() is called.void
TableHeader.startOfNode()
Called after processNode() is called.void
TableRow.startOfNode()
Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that throw FOPExceptionModifier and TypeMethodDescriptionvoid
PageSequence.addChildNode
(FONode child) Adds a node as a child of this node.protected void
SimplePageMaster.addChildNode
(FONode child) Adds a node as a child of this node.void
AbstractPageSequence.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ColorProfile.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
ConditionalPageMasterReference.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Declarations.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Flow.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
LayoutMasterSet.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
PageSequence.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
PageSequenceMaster.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
PageSequenceWrapper.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Region.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RegionBA.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RegionBody.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RegionSE.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RepeatablePageMasterAlternatives.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
RepeatablePageMasterReference.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Root.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
SideRegion.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
SimplePageMaster.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
SinglePageMasterReference.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
Declarations.endOfNode()
At the end of this element sort out the children into a hashmap of color profiles and a list of extension attachments.void
Flow.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
LayoutMasterSet.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
PageSequence.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
PageSequenceMaster.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
RepeatablePageMasterAlternatives.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
Root.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
SimplePageMaster.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
StaticContent.endOfNode()
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.void
AbstractPageSequence.startOfNode()
Called after processNode() is called.void
ConditionalPageMasterReference.startOfNode()
Called after processNode() is called.void
Flow.startOfNode()
Called after processNode() is called.void
LayoutMasterSet.startOfNode()
Called after processNode() is called.void
PageSequence.startOfNode()
Called after processNode() is called.void
PageSequenceMaster.startOfNode()
Called after processNode() is called.void
RepeatablePageMasterAlternatives.startOfNode()
Called after processNode() is called.void
RepeatablePageMasterReference.startOfNode()
Called after processNode() is called.void
Root.startOfNode()
Called after processNode() is called.void
SimplePageMaster.startOfNode()
Called after processNode() is called.void
SinglePageMasterReference.startOfNode()
Called after processNode() is called.void
StaticContent.startOfNode()
Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination.bookmarks
Methods in org.apache.fop.fo.pagination.bookmarks that throw FOPExceptionModifier and TypeMethodDescriptionvoid
Bookmark.bind
(PropertyList pList) Bind property values from the property list to the FO node.void
BookmarkTitle.bind
(PropertyList pList) void
Bookmark.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
BookmarkTree.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached. -
Uses of FOPException in org.apache.fop.fonts
Methods in org.apache.fop.fonts that throw FOPExceptionModifier and TypeMethodDescriptionprivate void
DefaultFontConfigurator.addDirectories
(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, List<EmbedFontInfo> fontInfoList) private void
DefaultFontConfigurator.addFonts
(DefaultFontConfig fontInfoConfig, FontCache fontCache, List<EmbedFontInfo> fontInfoList) void
FontManager.autoDetectFonts
(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, List<EmbedFontInfo> fontInfoList) Detect fonts from the operating system via FOPs autodetect mechanism.DefaultFontConfigurator.configure
(FontConfig fontInfoConfig) Initializes font info settings from the user configurationFontConfigurator.configure
(FontConfig fontInfoConfig) Initializes font info settings from the user configurationvoid
FontManagerConfigurator.configure
(FontManager fontManager, boolean strict) Initializes font settings from the user configurationprivate void
XMLFontMetricsReader.createFont
(InputSource source) Deprecated.static FontTriplet.Matcher
FontManagerConfigurator.createFontsMatcher
(List<String> fontFamilies, boolean strict) Creates a font triplet matcher from a configuration object.static FontTriplet.Matcher
FontManagerConfigurator.createFontsMatcher
(Configuration cfg, boolean strict) Creates a font triplet matcher from a configuration object.void
FontCacheManager.delete()
Deletes the font cache from the file-system.void
FontCacheManagerFactory.DisabledFontCacheManager.delete()
void
FontCacheManagerFactory.FontCacheManagerImpl.delete()
void
FontManager.deleteCache()
Deletes the current FontCache filevoid
FontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) void
FontDetectorFactory.DefaultFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) Detect installed fonts on the systemvoid
FontDetectorFactory.DisabledFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) private EmbedFontInfo
DefaultFontConfigurator.getFontInfo
(DefaultFontConfig.Font font, FontCache fontCache) private FontTriplet
DefaultFontConfig.ParserHelper.getFontTriplet
(Configuration tripletCfg, boolean strict) Creates a new FontTriplet given a triple ConfigurationDefaultFontConfig.DefaultFontConfigParser.parse
(Configuration cfg, boolean strict) Parses the font configuration and return the configuration object.DefaultFontConfig.DefaultFontConfigParser.parse
(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) DefaultFontConfig.DefaultFontConfigParser.parse
(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.private void
DefaultFontConfig.ParserHelper.parse()
FontConfig.FontConfigParser.parse
(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.private void
DefaultFontConfig.ParserHelper.parseDirectories()
private void
DefaultFontConfig.ParserHelper.parseFonts()
private void
DefaultFontConfig.ParserHelper.parseReferencedFonts()
void
FontCache.save()
Deprecated.useFontCache.saveTo(File)
insteadvoid
FontCacheManager.save()
Serializes the font cache to file.void
FontCacheManagerFactory.DisabledFontCacheManager.save()
void
FontCacheManagerFactory.FontCacheManagerImpl.save()
void
FontManager.saveCache()
Saves the FontCache as necessaryvoid
Writes the font cache to disk.Constructors in org.apache.fop.fonts that throw FOPExceptionModifierConstructorDescriptionprivate
ParserHelper
(Configuration cfg, boolean strict) private
ParserHelper
(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) XMLFontMetricsReader
(InputSource source, InternalResourceResolver resourceResolver) Deprecated.Construct a XMLFontMetricsReader object from a path to a metric.xml file and read metric data -
Uses of FOPException in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute that throw FOPExceptionModifier and TypeMethodDescriptionvoid
FontSubstitutionsConfigurator.configure
(FontSubstitutions substitutions) Configures a font substitution catalogprivate static FontQualifier
FontSubstitutionsConfigurator.getQualfierFromConfiguration
(Configuration cfg) -
Uses of FOPException in org.apache.fop.render
Methods in org.apache.fop.render that throw FOPExceptionModifier and TypeMethodDescriptionRendererConfig.RendererConfigParser.build
(FOUserAgent userAgent, Configuration rendererConfiguration) Builds the object that contains the renderer configuration data.private List
<EmbedFontInfo> PrintRendererConfigurator.buildFontList
(String mimeType) void
PrintRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.void
Builds a list of EmbedFontInfo objects for use with the setup() method.void
XMLHandlerConfigurator.configure
(RendererContext context, String ns) Configures renderer context by setting the handler configuration on it.abstract void
AbstractRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) Configures a given renderer using the appropriate configurator.RendererFactory.createDocumentHandler
(FOUserAgent userAgent, String outputFormat) Creates aIFDocumentHandler
object based on the desired output format.RendererFactory.createFOEventHandler
(FOUserAgent userAgent, String outputFormat, OutputStream out) Creates FOEventHandler instances based on the desired output.RendererFactory.createRenderer
(FOUserAgent userAgent, String outputFormat) Creates a Renderer object based on render-type desiredprotected FontCollection
PrintRendererConfigurator.getCustomFontCollection
(InternalResourceResolver resolver, String mimeType) Returns the font collection for custom configured fonts.protected RendererConfig
PrintRendererConfigurator.getRendererConfig
(String mimeType) gets the renderer configuration data for a specific renderer.protected RendererConfig
PrintRendererConfigurator.getRendererConfig
(IFDocumentHandler documentHandler) Returns the renderer configuration data for a specific renderer.protected RendererConfig
PrintRendererConfigurator.getRendererConfig
(Renderer renderer) gets the renderer configuration data for a specific renderer.abstract FOEventHandler
AbstractFOEventHandlerMaker.makeFOEventHandler
(FOUserAgent ua, OutputStream out) Instantiates a new FOEventHandler.void
AbstractRenderer.renderPage
(PageViewport page) Tells the renderer to render a particular page.void
Renderer.renderPage
(PageViewport page) Tells the renderer to render a particular page.abstract void
AbstractRenderer.setupFontInfo
(FontInfo fontInfo) Set up the given FontInfo.void
PrintRenderer.setupFontInfo
(FontInfo inFontInfo) Set up the given FontInfo.void
PrintRendererConfigurator.setupFontInfo
(String mimeType, FontInfo fontInfo) Sets up theFontInfo
object for the IFDocumentHandler.void
Renderer.setupFontInfo
(FontInfo fontInfo) Set up the given FontInfo.private Renderer
RendererFactory.tryIFDocumentHandlerMaker
(FOUserAgent userAgent, String outputFormat) private Renderer
RendererFactory.tryRendererMaker
(FOUserAgent userAgent, String outputFormat) -
Uses of FOPException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw FOPExceptionModifier and TypeMethodDescriptionAFPRendererConfig.AFPRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private void
AFPRendererConfig.ParserHelper.configure()
void
AFPRendererConfigurator.configure
(IFDocumentHandler documentHandler) private void
AFPRendererConfig.ParserHelper.configureImages()
private List
<AFPFontInfo> AFPRendererConfigurator.createFontsList
(AFPFontConfig fontConfig, String mimeType) private void
AFPRendererConfig.ParserHelper.createResourceGroupFile()
private void
AFPRendererConfig.ParserHelper.createResourceLevel()
protected FontCollection
AFPRendererConfigurator.getCustomFontCollection
(InternalResourceResolver uriResolverWrapper, String mimeType) AFPFontConfig.AFPFontInfoConfigParser.parse
(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.Constructors in org.apache.fop.render.afp that throw FOPExceptionModifierConstructorDescriptionprivate
ParserHelper
(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) private
ParserHelper
(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) -
Uses of FOPException in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
AFPPageSetupElement.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.void
AbstractAFPExtensionObject.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
AbstractAFPExtensionObject.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
AFPIncludeFormMapElement.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
AFPPageOverlayElement.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
AFPPageSegmentElement.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
AFPPageSetupElement.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
AFPIncludeFormMapElement.startOfNode()
Called after processNode() is called.void
AFPInvokeMediumMapElement.startOfNode()
Called after processNode() is called.void
AFPPageOverlayElement.startOfNode()
Called after processNode() is called.void
AFPPageSetupElement.startOfNode()
Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.awt
Methods in org.apache.fop.render.awt that throw FOPExceptionModifier and TypeMethodDescriptionAWTRenderer.getPageImageSize
(int pageNum) void
AWTRenderer.renderPage
(PageViewport pageViewport) This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.awt.viewer
Methods in org.apache.fop.render.awt.viewer that throw FOPExceptionModifier and TypeMethodDescriptiondouble
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
PreviewPanel.getScaleToFitWidth()
As getScaleToFitWindow, but ignoring the Y axis.double
PreviewPanel.getScaleToFitWindow()
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 of FOPException in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that throw FOPExceptionModifier and TypeMethodDescriptionBitmapRendererConfig.BitmapRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) (package private) void
BitmapRendererConfig.BitmapRendererConfigParser.build
(BitmapRendererConfig config, FOUserAgent userAgent, Configuration cfg) PNGRendererConfig.PNGRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) TIFFRendererConfig.TIFFRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private void
BitmapRendererConfigurator.configure
(BitmapRendererConfig config, BitmapRenderingSettings settings) void
BitmapRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.(package private) void
BitmapRendererConfigurator.configure
(IFDocumentHandler documentHandler, BitmapRenderingSettings settings, BitmapRendererConfig.BitmapRendererConfigParser parser) void
TIFFRendererConfigurator.configure
(IFDocumentHandler documentHandler) void
Configure the TIFF renderer.void
PNGRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) void
TIFFRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) private void
TIFFRendererConfigurator.setCompressionMethod
(TIFFCompressionValue compression, BitmapRenderingSettings settings) -
Uses of FOPException in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that throw FOPExceptionModifier and TypeMethodDescriptionIFRendererConfig.IFRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.void
IFDocumentHandlerConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.void
IFRenderer.renderPage
(PageViewport page) Tells the renderer to render a particular page.void
IFDocumentHandlerConfigurator.setupFontInfo
(String mimeType, FontInfo fontInfo) Sets up theFontInfo
object for the IFDocumentHandler.void
IFRenderer.setupFontInfo
(FontInfo inFontInfo) Set up the given FontInfo.static void
IFUtil.setupFonts
(IFDocumentHandler documentHandler) Sets up the fonts on a document handler.static void
IFUtil.setupFonts
(IFDocumentHandler documentHandler, FontInfo fontInfo) Sets up the fonts on a document handler. -
Uses of FOPException in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that throw FOPExceptionModifier and TypeMethodDescriptionJava2DRendererConfig.Java2DRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.void
Configure the Java 2D renderer.Java2DRenderer.getPageImage
(int pageNum) Generates a desired page from the renderer's page viewport list.Java2DRenderer.getPageViewport
(int pageIndex) Returns a page viewport.void
Java2DRenderer.renderPage
(PageViewport pageViewport) This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that throw FOPExceptionModifier and TypeMethodDescriptionPCLRendererConfig.PCLRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.private void
PCLRendererConfig.PCLRendererConfigParser.configure
(Configuration cfg, PCLRendererConfig config) void
PCLRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.private void
PCLRendererConfigurator.configure
(PCLRendererConfig config, PCLRenderingUtil pclUtil) -
Uses of FOPException in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that throw FOPExceptionModifier and TypeMethodDescriptionPDFRendererConfig.PDFRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) private void
PDFRendererConfig.ParserHelper.buildFilterMapFromConfiguration
(Configuration cfg) private void
PDFRendererConfig.ParserHelper.configure
(Configuration cfg, FOUserAgent userAgent, boolean strict) void
PDFRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.Constructors in org.apache.fop.render.pdf that throw FOPExceptionModifierConstructorDescriptionprivate
ParserHelper
(Configuration cfg, FOUserAgent userAgent, boolean strict) -
Uses of FOPException in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
PDFArrayElement.addChildNode
(FONode child) protected void
PDFDictionaryElement.addChildNode
(FONode child) protected void
PDFDocumentInformationElement.addChildNode
(FONode child) protected void
PDFCollectionEntryElement.characters
(char[] data, int start, int length, PropertyList pList, Locator locator) void
PDFArrayElement.endOfNode()
void
PDFCollectionEntryElement.endOfNode()
void
PDFDictionaryElement.endOfNode()
void
PDFActionElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFArrayElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFCollectionEntryElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFDictionaryElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFDocumentInformationElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFEmbeddedFileElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFPageElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFReferenceElement.processNode
(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) void
PDFActionElement.startOfNode()
void
PDFArrayElement.startOfNode()
void
PDFCatalogElement.startOfNode()
void
PDFCollectionEntryElement.startOfNode()
void
PDFDictionaryElement.startOfNode()
void
PDFDocumentInformationElement.startOfNode()
void
PDFEmbeddedFileElement.startOfNode()
void
PDFLayerElement.startOfNode()
void
PDFNavigatorElement.startOfNode()
void
PDFPageElement.startOfNode()
-
Uses of FOPException in org.apache.fop.render.print
Methods in org.apache.fop.render.print that throw FOPExceptionModifier and TypeMethodDescriptionvoid
PrintRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that throw FOPExceptionModifier and TypeMethodDescriptionPSRendererConfig.PSRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) void
PSRendererConfigurator.configure
(IFDocumentHandler documentHandler) Constructors in org.apache.fop.render.ps that throw FOPException -
Uses of FOPException in org.apache.fop.render.ps.extensions
Methods in org.apache.fop.render.ps.extensions that throw FOPExceptionModifier and TypeMethodDescriptionvoid
AbstractPSExtensionElement.endOfNode()
void
AbstractPSExtensionObject.endOfNode()
Primarily used for making final content model validation checks and/or informing theFOEventHandler
that the end of this FO has been reached.void
AbstractPSExtensionObject.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
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
AbstractPSCommentElement.startOfNode()
void
PSPageSetupCodeElement.startOfNode()
Called after processNode() is called.void
PSSetPageDeviceElement.startOfNode()
Called after processNode() is called.void
PSSetupCodeElement.startOfNode()
Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf that throw FOPExceptionModifier and TypeMethodDescription(package private) static RtfAttributes
ListAttributesConverter.convertAttributes
(ListBlock fobj) Reads an FO object's properties and adds returns them as RtfAttributes.static RtfAttributes
TextAttributesConverter.convertAttributes
(Block fobj) Converts all known text FO properties to RtfAttributesstatic RtfAttributes
TextAttributesConverter.convertBlockContainerAttributes
(BlockContainer fobj) Converts all known text FO properties to RtfAttributes(package private) static RtfAttributes
TableAttributesConverter.convertCellAttributes
(TableCell fobj) Converts cell attributes to rtf attributes.static RtfAttributes
TextAttributesConverter.convertCharacterAttributes
(Inline fobj) Converts all character related FO properties to RtfAttributes.static RtfAttributes
TextAttributesConverter.convertCharacterAttributes
(PageNumber fobj) Converts all character related FO properties to RtfAttributes.static RtfAttributes
TextAttributesConverter.convertCharacterAttributes
(FOText fobj) Converts all character related FO properties to RtfAttributes.(package private) int
FoUnitsConverter.convertFontSize
(String size) convert a font size given in points like "12pt"static RtfAttributes
TextAttributesConverter.convertLeaderAttributes
(Leader fobj, PercentBaseContext context) Converts FO properties used by RtfLeader to RtfAttributes.(package private) static RtfAttributes
TableAttributesConverter.convertRowAttributes
(TableRow fobj, RtfAttributes rtfatts) Converts table and row attributes to rtf attributes.(package private) static RtfAttributes
TableAttributesConverter.convertTableAttributes
(Table fobj) Converts table-only attributes to rtf attributes.(package private) static RtfAttributes
TableAttributesConverter.convertTablePartAttributes
(TablePart part) Converts table-only attributes to rtf attributes.(package private) float
FoUnitsConverter.convertToTwips
(String foValue) convert given value to RTF unitsprivate float
FoUnitsConverter.numberToTwips
(String number, String units) convert given value to twips according to given units -
Uses of FOPException in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that throw FOPExceptionModifier and TypeMethodDescriptionIRtfTextContainer.getTextContainerAttributes()
Text containers usually provide default attributes for all texts that they contain.RtfHyperLink.getTextContainerAttributes()
IRtfTextContainer requirement:RtfParagraph.getTextContainerAttributes()
IRtfTextContainer requirement: return a copy of our attributesRtfText.getTextContainerAttributes()
IRtfTextContainer requirement:RtfTableRow.newTableCellMergedHorizontally
(int cellWidth, RtfAttributes attrs) Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the previous cell.RtfTable.newTableRow
(RtfAttributes attrs) Close current row if any and start a new one -
Uses of FOPException in org.apache.fop.render.svg
Methods in org.apache.fop.render.svg that throw FOPExceptionModifier and TypeMethodDescriptionvoid
SVGRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt that throw FOPExceptionModifier and TypeMethodDescriptionTxtRendererConfig.TxtRendererConfigParser.build
(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.void
Configure the PS renderer.void
TXTRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) void
TXTRenderer.renderPage
(PageViewport page) Tells the renderer to render a particular page. -
Uses of FOPException in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml that throw FOPExceptionModifier and TypeMethodDescriptionvoid
XMLRendererMaker.configureRenderer
(FOUserAgent userAgent, Renderer renderer) void
XMLRenderer.renderPage
(PageViewport page) Tells the renderer to render a particular page.void
XMLRenderer.setupFontInfo
(FontInfo inFontInfo) Set up the given FontInfo. -
Uses of FOPException in org.apache.fop.servlet
Methods in org.apache.fop.servlet that throw FOPExceptionModifier and TypeMethodDescriptionprotected void
FopPrintServlet.render
(Source src, Transformer transformer, javax.servlet.http.HttpServletResponse response) Renders an input file (XML or XSL-FO) into a PDF file.protected void
FopServlet.render
(Source src, Transformer transformer, javax.servlet.http.HttpServletResponse response) Renders an input file (XML or XSL-FO) into a PDF file.protected void
Renders an XSL-FO file into a PDF file.protected void
Renders an XML file into a PDF file by applying a stylesheet that converts the XML to XSL-FO. -
Uses of FOPException in org.apache.fop.svg
Methods in org.apache.fop.svg that throw FOPExceptionModifier and TypeMethodDescriptionstatic FontInfo
PDFDocumentGraphics2DConfigurator.createFontInfo
(Configuration cfg, boolean useComplexScriptFeatures) Creates theFontInfo
instance for the given configuration. -
Uses of FOPException in org.apache.fop.tools.anttasks
Methods in org.apache.fop.tools.anttasks that throw FOPException -
Uses of FOPException in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that throw FOPExceptionModifier and TypeMethodDescriptionprivate ContentHandler
FontListMain.getFOPContentHandler
(OutputStream out) FontListGenerator.listFonts
(FopFactory fopFactory, String mime, FontEventListener listener) List all fonts configured for a particular output format (identified by MIME type).private FontInfo
FontListGenerator.setupFonts
(FopFactory fopFactory, String mime, FontEventListener listener) -
Uses of FOPException in org.apache.fop.util
Methods in org.apache.fop.util that throw FOPExceptionModifier and TypeMethodDescriptionstatic void
LogUtil.handleError
(org.apache.commons.logging.Log log, String errorStr, boolean strict) Convenience method that handles any error appropriatelystatic void
LogUtil.handleException
(org.apache.commons.logging.Log log, Exception e, boolean strict) Convenience method that handles any error appropriately
FONode.characters(char[], int, int, PropertyList, Locator)
instead!