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.
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
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.
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 TypeMethodDescriptionFop.getDefaultHandler()Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered.FOUserAgent.getRendererConfig(String mimeType, RendererConfig.RendererConfigParser configCreator) Returns the renderer configuration object for a particular MIME type.Returns a newFopinstance.FopFactory.newFop(String outputFormat, OutputStream stream) Returns a newFopinstance.FopFactory.newFop(String outputFormat, FOUserAgent userAgent) Returns a newFopinstance.FopFactory.newFop(String outputFormat, FOUserAgent userAgent, OutputStream stream) Returns a newFopinstance.FopFactory.newFop(FOUserAgent userAgent) Returns a newFopinstance.Returns a newFopinstance.FOUserAgent.newFop(String outputFormat, OutputStream stream) Returns a newFopinstance. -
Uses of FOPException in org.apache.fop.area
Methods in org.apache.fop.area that throw FOPExceptionModifier and TypeMethodDescriptionprotected voidAreaTreeHandler.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 TypeMethodDescriptionprotected StringCommandLineOptions.getOutputFormat()booleanParses the command line arguments.voidAreaTreeInputHandler.renderTo(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectvoidIFInputHandler.renderTo(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectvoidInputHandler.renderTo(FOUserAgent userAgent, String outputFormat) Renders the pre-setup document.voidInputHandler.renderTo(FOUserAgent userAgent, String outputFormat, OutputStream out) Generate a document, given an initialized Fop objectvoidInputHandler.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 voidInputHandler.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 TypeClassDescriptionclassException thrown during FO tree validation.Methods in org.apache.fop.fo with parameters of type FOPExceptionModifier and TypeMethodDescriptionvoidFOValidationEventProducer.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 voidFONode.addCharacters(char[] data, int start, int end, PropertyList pList, Locator locator) Deprecated.protected voidFObj.addChildNode(FONode child) Adds a node as a child of this node.protected voidFObjMixed.addChildNode(FONode child) Adds a node as a child of this node.protected voidFONode.addChildNode(FONode child) Adds a node as a child of this node.protected static voidFObj.addChildTo(FONode child, FONode parent) Used by RetrieveMarker during Marker-subtree cloningvoidFObj.bind(PropertyList pList) Bind property values from the property list to the FO node.voidFONode.bind(PropertyList propertyList) Bind the givenPropertyListto this node Does nothing by default.voidFOText.bind(PropertyList pList) Bind the givenPropertyListto this node Does nothing by default.protected voidFObjMixed.characters(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected voidFONode.characters(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected voidFOText.characters(char[] data, int start, int length, PropertyList list, Locator locator) Adds characters.protected voidUnknownXMLObj.characters(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.protected voidXMLObj.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 PropertyListFObj.createPropertyList(PropertyList parent, FOEventHandler foEventHandler) Create a default property list for this element.protected PropertyListFONode.createPropertyList(PropertyList pList, FOEventHandler foEventHandler) Create a property list for this node.voidFObj.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFONode.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFOText.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed.finalizeNode()Finalize this node.voidFONode.finalizeNode()Finalize this node.ElementMappingRegistry.findFOMaker(String namespaceURI, String localName, Locator locator) Finds the Maker used to create node objects of a particular typePropertyList.getPropertyForAttribute(Attributes attributes, String attributeName, String attributeValue) voidFObj.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.voidFONode.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.voidXMLObj.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.voidFObj.startOfNode()Called after processNode() is called.voidFONode.startOfNode()Called after processNode() is called.Constructors in org.apache.fop.fo that throw FOPExceptionModifierConstructorDescriptionFOTreeBuilder(String outputFormat, FOUserAgent foUserAgent, OutputStream stream) FOTreeBuilderconstructor -
Uses of FOPException in org.apache.fop.fo.expr
Subclasses of FOPException in org.apache.fop.fo.exprModifier and TypeClassDescriptionclassClass 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 TypeMethodDescriptionvoidExternalDocument.bind(PropertyList pList) Bind property values from the property list to the FO node.voidExternalDocument.endOfNode()voidExternalDocument.startOfNode() -
Uses of FOPException in org.apache.fop.fo.extensions.destination
Methods in org.apache.fop.fo.extensions.destination that throw FOPExceptionModifier and TypeMethodDescriptionvoidDestination.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidDestination.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 voidInstreamForeignObject.addChildNode(FONode child) Adds a node as a child of this node.protected voidWrapper.addChildNode(FONode child) Adds a node as a child of this node.voidAbstractGraphics.bind(PropertyList pList) Bind property values from the property list to the FO node.voidAbstractListItemPart.bind(PropertyList pList) Bind property values from the property list to the FO node.voidAbstractPageNumberCitation.bind(PropertyList pList) Bind property values from the property list to the FO node.voidAbstractRetrieveMarker.bind(PropertyList pList) Bind property values from the property list to the FO node.voidBasicLink.bind(PropertyList pList) Bind property values from the property list to the FO node.voidBidiOverride.bind(PropertyList pList) Bind property values from the property list to the FO node.voidBlock.bind(PropertyList pList) Bind property values from the property list to the FO node.voidBlockContainer.bind(PropertyList pList) Bind property values from the property list to the FO node.voidChangeBar.bind(PropertyList pList) Bind property values from the property list to the FO node.voidCharacter.bind(PropertyList pList) Bind property values from the property list to the FO node.voidExternalGraphic.bind(PropertyList pList) Bind property values from the property list to the FO node.voidFloat.bind(PropertyList pList) Bind property values from the property list to the FO node.voidFootnote.bind(PropertyList pList) Bind property values from the property list to the FO node.voidFootnoteBody.bind(PropertyList pList) Bind property values from the property list to the FO node.voidInitialPropertySet.bind(PropertyList pList) Bind property values from the property list to the FO node.voidInline.bind(PropertyList pList) Bind property values from the property list to the FO node.voidInlineContainer.bind(PropertyList pList) voidInlineLevel.bind(PropertyList pList) Bind property values from the property list to the FO node.voidLeader.bind(PropertyList pList) Bind property values from the property list to the FO node.voidListBlock.bind(PropertyList pList) Bind property values from the property list to the FO node.voidListItem.bind(PropertyList pList) Bind property values from the property list to the FO node.voidMarker.bind(PropertyList pList) Bind property values from the property list to the FO node.voidMultiCase.bind(PropertyList pList) voidMultiPropertySet.bind(PropertyList pList) Bind property values from the property list to the FO node.voidMultiSwitch.bind(PropertyList pList) Bind property values from the property list to the FO node.voidMultiToggle.bind(PropertyList pList) Bind property values from the property list to the FO node.voidPageNumber.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRetrieveMarker.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRetrieveTableMarker.bind(PropertyList pList) Bind property values from the property list to the FO node.voidWrapper.bind(PropertyList pList) voidAbstractListItemPart.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBasicLink.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlock.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlockContainer.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFloat.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFootnote.endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote.voidFootnoteBody.endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote-body.voidInline.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidInlineContainer.endOfNode()voidInstreamForeignObject.endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the instream-foreign-object.voidLeader.endOfNode()voidListBlock.endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the list-block.voidListItem.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemBody.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemLabel.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMarker.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiCase.endOfNode()voidMultiProperties.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiSwitch.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumber.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitation.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitationLast.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRetrieveMarker.endOfNode()voidRetrieveTableMarker.endOfNode()voidWrapper.endOfNode()voidAbstractPageNumberCitation.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.voidChangeBar.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.voidChangeBarBegin.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.voidChangeBarEnd.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.voidFloat.processNode(String elementName, Locator locator, Attributes attlist, PropertyList pList) voidRetrieveMarker.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.voidRetrieveTableMarker.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.voidBasicLink.startOfNode()Called after processNode() is called.voidBlock.startOfNode()Called after processNode() is called.voidBlockContainer.startOfNode()Called after processNode() is called.voidCharacter.startOfNode()Called after processNode() is called.voidExternalGraphic.startOfNode()Called after processNode() is called.voidFootnote.startOfNode()Called after processNode() is called.voidFootnoteBody.startOfNode()Called after processNode() is called.voidInline.startOfNode()Called after processNode() is called.voidInstreamForeignObject.startOfNode()voidLeader.startOfNode()voidListBlock.startOfNode()Called after processNode() is called.voidListItem.startOfNode()Called after processNode() is called.voidListItemBody.startOfNode()Called after processNode() is called.voidListItemLabel.startOfNode()Called after processNode() is called.voidPageNumber.startOfNode()Called after processNode() is called.voidPageNumberCitation.startOfNode()Called after processNode() is called.voidPageNumberCitationLast.startOfNode()Called after processNode() is called.voidRetrieveMarker.startOfNode()voidRetrieveTableMarker.startOfNode()voidWrapper.startOfNode() -
Uses of FOPException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw FOPExceptionModifier and TypeMethodDescriptionprotected voidTable.addChildNode(FONode child) Adds a node as a child of this node.protected voidTablePart.addChildNode(FONode child) Adds a node as a child of this node.protected voidTableRow.addChildNode(FONode child) Adds a node as a child of this node.protected voidTableCellContainer.addTableCellChild(TableCell cell, boolean firstRow) Add cell to current row.voidTable.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTableAndCaption.bind(PropertyList pList) voidTableCaption.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTableCell.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTableCellContainer.bind(PropertyList pList) voidTableColumn.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTableFObj.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTablePart.bind(PropertyList pList) Bind property values from the property list to the FO node.voidTableRow.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 nodesvoidTable.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableAndCaption.endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidTableBody.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCaption.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCell.endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the table-cell.voidTableColumn.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableFooter.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableHeader.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableRow.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTable.finalizeNode()Finalize this node.voidTableCell.finalizeNode()Finalize this node.voidTablePart.finalizeNode()Finalize this node.voidTableRow.finalizeNode()Finalize this node.voidTableFObj.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.voidTablePart.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.voidTableRow.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.voidTable.startOfNode()Called after processNode() is called.voidTableBody.startOfNode()Called after processNode() is called.voidTableCell.startOfNode()Called after processNode() is called.voidTableColumn.startOfNode()Called after processNode() is called.voidTableFooter.startOfNode()Called after processNode() is called.voidTableHeader.startOfNode()Called after processNode() is called.voidTableRow.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 TypeMethodDescriptionvoidPageSequence.addChildNode(FONode child) Adds a node as a child of this node.protected voidSimplePageMaster.addChildNode(FONode child) Adds a node as a child of this node.voidAbstractPageSequence.bind(PropertyList pList) Bind property values from the property list to the FO node.voidColorProfile.bind(PropertyList pList) Bind property values from the property list to the FO node.voidConditionalPageMasterReference.bind(PropertyList pList) Bind property values from the property list to the FO node.voidDeclarations.bind(PropertyList pList) Bind property values from the property list to the FO node.voidFlow.bind(PropertyList pList) Bind property values from the property list to the FO node.voidLayoutMasterSet.bind(PropertyList pList) Bind property values from the property list to the FO node.voidPageSequence.bind(PropertyList pList) Bind property values from the property list to the FO node.voidPageSequenceMaster.bind(PropertyList pList) Bind property values from the property list to the FO node.voidPageSequenceWrapper.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRegion.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRegionBA.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRegionBody.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRegionSE.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRepeatablePageMasterAlternatives.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRepeatablePageMasterReference.bind(PropertyList pList) Bind property values from the property list to the FO node.voidRoot.bind(PropertyList pList) Bind property values from the property list to the FO node.voidSideRegion.bind(PropertyList pList) Bind property values from the property list to the FO node.voidSimplePageMaster.bind(PropertyList pList) Bind property values from the property list to the FO node.voidSinglePageMasterReference.bind(PropertyList pList) Bind property values from the property list to the FO node.voidDeclarations.endOfNode()At the end of this element sort out the children into a hashmap of color profiles and a list of extension attachments.voidFlow.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidLayoutMasterSet.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequence.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequenceMaster.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRepeatablePageMasterAlternatives.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRoot.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidSimplePageMaster.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidStaticContent.endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidAbstractPageSequence.startOfNode()Called after processNode() is called.voidConditionalPageMasterReference.startOfNode()Called after processNode() is called.voidFlow.startOfNode()Called after processNode() is called.voidLayoutMasterSet.startOfNode()Called after processNode() is called.voidPageSequence.startOfNode()Called after processNode() is called.voidPageSequenceMaster.startOfNode()Called after processNode() is called.voidRepeatablePageMasterAlternatives.startOfNode()Called after processNode() is called.voidRepeatablePageMasterReference.startOfNode()Called after processNode() is called.voidRoot.startOfNode()Called after processNode() is called.voidSimplePageMaster.startOfNode()Called after processNode() is called.voidSinglePageMasterReference.startOfNode()Called after processNode() is called.voidStaticContent.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 TypeMethodDescriptionvoidBookmark.bind(PropertyList pList) Bind property values from the property list to the FO node.voidBookmarkTitle.bind(PropertyList pList) voidBookmark.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBookmarkTree.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat 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 TypeMethodDescriptionvoidFontManager.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 configurationvoidFontManagerConfigurator.configure(FontManager fontManager, boolean strict) Initializes font settings from the user configurationstatic FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(List<String> fontFamilies, boolean strict) Creates a font triplet matcher from a configuration object.static FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(Configuration cfg, boolean strict) Creates a font triplet matcher from a configuration object.voidFontCacheManager.delete()Deletes the font cache from the file-system.voidFontManager.deleteCache()Deletes the current FontCache filevoidFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) DefaultFontConfig.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.FontConfig.FontConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.voidFontCache.save()Deprecated.useFontCache.saveTo(File)insteadvoidFontCacheManager.save()Serializes the font cache to file.voidFontManager.saveCache()Saves the FontCache as necessaryvoidWrites the font cache to disk.Constructors in org.apache.fop.fonts that throw FOPExceptionModifierConstructorDescriptionXMLFontMetricsReader(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 TypeMethodDescriptionvoidFontSubstitutionsConfigurator.configure(FontSubstitutions substitutions) Configures a font substitution catalog -
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.voidPrintRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.voidBuilds a list of EmbedFontInfo objects for use with the setup() method.voidXMLHandlerConfigurator.configure(RendererContext context, String ns) Configures renderer context by setting the handler configuration on it.abstract voidAbstractRendererMaker.configureRenderer(FOUserAgent userAgent, Renderer renderer) Configures a given renderer using the appropriate configurator.RendererFactory.createDocumentHandler(FOUserAgent userAgent, String outputFormat) Creates aIFDocumentHandlerobject 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 FontCollectionPrintRendererConfigurator.getCustomFontCollection(InternalResourceResolver resolver, String mimeType) Returns the font collection for custom configured fonts.protected RendererConfigPrintRendererConfigurator.getRendererConfig(String mimeType) gets the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator.getRendererConfig(IFDocumentHandler documentHandler) Returns the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator.getRendererConfig(Renderer renderer) gets the renderer configuration data for a specific renderer.abstract FOEventHandlerAbstractFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua, OutputStream out) Instantiates a new FOEventHandler.voidAbstractRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.voidRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.abstract voidAbstractRenderer.setupFontInfo(FontInfo fontInfo) Set up the given FontInfo.voidPrintRenderer.setupFontInfo(FontInfo inFontInfo) Set up the given FontInfo.voidPrintRendererConfigurator.setupFontInfo(String mimeType, FontInfo fontInfo) Sets up theFontInfoobject for the IFDocumentHandler.voidRenderer.setupFontInfo(FontInfo fontInfo) Set up the given FontInfo. -
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.voidAFPRendererConfigurator.configure(IFDocumentHandler documentHandler) protected FontCollectionAFPRendererConfigurator.getCustomFontCollection(InternalResourceResolver uriResolverWrapper, String mimeType) -
Uses of FOPException in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that throw FOPExceptionModifier and TypeMethodDescriptionprotected voidAFPPageSetupElement.characters(char[] data, int start, int length, PropertyList pList, Locator locator) Adds characters.voidAbstractAFPExtensionObject.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractAFPExtensionObject.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.voidAFPIncludeFormMapElement.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.voidAFPPageOverlayElement.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.voidAFPPageSegmentElement.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.voidAFPPageSetupElement.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.voidAFPIncludeFormMapElement.startOfNode()Called after processNode() is called.voidAFPInvokeMediumMapElement.startOfNode()Called after processNode() is called.voidAFPPageOverlayElement.startOfNode()Called after processNode() is called.voidAFPPageSetupElement.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) voidAWTRenderer.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 TypeMethodDescriptiondoublePreviewPanel.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.doublePreviewPanel.getScaleToFitWidth()As getScaleToFitWindow, but ignoring the Y axis.doublePreviewPanel.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.voidRenderable.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) PNGRendererConfig.PNGRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) TIFFRendererConfig.TIFFRendererConfigParser.build(FOUserAgent userAgent, Configuration cfg) Builds the object that contains the renderer configuration data.voidBitmapRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.voidTIFFRendererConfigurator.configure(IFDocumentHandler documentHandler) voidConfigure the TIFF renderer.voidPNGRendererMaker.configureRenderer(FOUserAgent userAgent, Renderer renderer) voidTIFFRendererMaker.configureRenderer(FOUserAgent userAgent, Renderer renderer) -
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.voidIFDocumentHandlerConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.voidIFRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.voidIFDocumentHandlerConfigurator.setupFontInfo(String mimeType, FontInfo fontInfo) Sets up theFontInfoobject for the IFDocumentHandler.voidIFRenderer.setupFontInfo(FontInfo inFontInfo) Set up the given FontInfo.static voidIFUtil.setupFonts(IFDocumentHandler documentHandler) Sets up the fonts on a document handler.static voidIFUtil.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.voidConfigure 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.voidJava2DRenderer.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.voidPCLRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler. -
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) voidPDFRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler. -
Uses of FOPException in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that throw FOPExceptionModifier and TypeMethodDescriptionprotected voidPDFArrayElement.addChildNode(FONode child) protected voidPDFDictionaryElement.addChildNode(FONode child) protected voidPDFDocumentInformationElement.addChildNode(FONode child) protected voidPDFCollectionEntryElement.characters(char[] data, int start, int length, PropertyList pList, Locator locator) voidPDFArrayElement.endOfNode()voidPDFCollectionEntryElement.endOfNode()voidPDFDictionaryElement.endOfNode()voidPDFActionElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFArrayElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFCollectionEntryElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFDictionaryElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFDocumentInformationElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFEmbeddedFileElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFPageElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFReferenceElement.processNode(String elementName, Locator locator, Attributes attlist, PropertyList propertyList) voidPDFActionElement.startOfNode()voidPDFArrayElement.startOfNode()voidPDFCatalogElement.startOfNode()voidPDFCollectionEntryElement.startOfNode()voidPDFDictionaryElement.startOfNode()voidPDFDocumentInformationElement.startOfNode()voidPDFEmbeddedFileElement.startOfNode()voidPDFLayerElement.startOfNode()voidPDFNavigatorElement.startOfNode()voidPDFPageElement.startOfNode() -
Uses of FOPException in org.apache.fop.render.print
Methods in org.apache.fop.render.print that throw FOPExceptionModifier and TypeMethodDescriptionvoidPrintRendererMaker.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) voidPSRendererConfigurator.configure(IFDocumentHandler documentHandler) -
Uses of FOPException in org.apache.fop.render.ps.extensions
Methods in org.apache.fop.render.ps.extensions that throw FOPExceptionModifier and TypeMethodDescriptionvoidAbstractPSExtensionElement.endOfNode()voidAbstractPSExtensionObject.endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractPSExtensionObject.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.voidPSSetPageDeviceElement.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.voidAbstractPSCommentElement.startOfNode()voidPSPageSetupCodeElement.startOfNode()Called after processNode() is called.voidPSSetPageDeviceElement.startOfNode()Called after processNode() is called.voidPSSetupCodeElement.startOfNode()Called after processNode() is called. -
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.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.voidConfigure the PS renderer.voidTXTRendererMaker.configureRenderer(FOUserAgent userAgent, Renderer renderer) voidTXTRenderer.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 TypeMethodDescriptionvoidXMLRendererMaker.configureRenderer(FOUserAgent userAgent, Renderer renderer) voidXMLRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.voidXMLRenderer.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 voidFopPrintServlet.render(Source src, Transformer transformer, HttpServletResponse response) Renders an input file (XML or XSL-FO) into a PDF file.protected voidFopServlet.render(Source src, Transformer transformer, HttpServletResponse response) Renders an input file (XML or XSL-FO) into a PDF file.protected voidRenders an XSL-FO file into a PDF file.protected voidRenders 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 FontInfoPDFDocumentGraphics2DConfigurator.createFontInfo(Configuration cfg, boolean useComplexScriptFeatures) Creates theFontInfoinstance for the given configuration. -
Uses of FOPException in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that throw FOPExceptionModifier and TypeMethodDescriptionFontListGenerator.listFonts(FopFactory fopFactory, String mime, FontEventListener listener) List all fonts configured for a particular output format (identified by MIME type). -
Uses of FOPException in org.apache.fop.util
Methods in org.apache.fop.util that throw FOPExceptionModifier and TypeMethodDescriptionstatic voidLogUtil.handleError(org.apache.commons.logging.Log log, String errorStr, boolean strict) Convenience method that handles any error appropriatelystatic voidLogUtil.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!