fop 0.92beta

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

Packages that use FOPException
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
org.apache.fop.area FOP's area tree. 
org.apache.fop.cli This package contains the command-line client for Apache FOP. 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.expr Classes for XSL expressions and functions. 
org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO. 
org.apache.fop.fo.extensions.svg SVG extension classes which handle elements from the SVG namespace. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.fo.pagination.bookmarks Formatting objects for bookmarks as defined since XSL 1.1. 
org.apache.fop.fonts Classes for font handling.  
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.awt AWT Renderer used for displaying rendered pages in Java applications.  
org.apache.fop.render.awt.viewer AWT Viewer PreviewDialog and PreviewPanel. 
org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages.  
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.  
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer. 
org.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer 
org.apache.fop.render.txt Plain Text Renderer 
org.apache.fop.render.xml Area Tree XML Renderer.  
org.apache.fop.servlet This package contains two sample FOP servlets. 
 

Uses of FOPException in org.apache.fop.apps
 

Methods in org.apache.fop.apps that throw FOPException
 Fop FopFactory.newFop(java.lang.String outputFormat)
          Returns a new Fop instance.
 Fop FopFactory.newFop(java.lang.String outputFormat, FOUserAgent userAgent)
          Returns a new Fop instance.
 Fop FopFactory.newFop(java.lang.String outputFormat, java.io.OutputStream stream)
          Returns a new Fop instance.
 Fop FopFactory.newFop(java.lang.String outputFormat, FOUserAgent userAgent, java.io.OutputStream stream)
          Returns a new Fop instance.
 Fop FopFactory.newFop(FOUserAgent userAgent)
          Returns a new Fop instance.
 org.xml.sax.helpers.DefaultHandler Fop.getDefaultHandler()
          Returns the DefaultHandler object used to generate the document.
 

Constructors in org.apache.fop.apps that throw FOPException
Fop(java.lang.String outputFormat, FOUserAgent ua, java.io.OutputStream stream)
          Deprecated. End-users should use FopFactory.newFop(String, FOUserAgent, OutputStream) instead! This constructor will become invisible with FOP 1.0.
Fop(java.lang.String outputFormat, FOUserAgent ua)
          Deprecated. End-users should use FopFactory.newFop(String, FOUserAgent) instead! This constructor will become invisible with FOP 1.0.
 

Uses of FOPException in org.apache.fop.area
 

Methods in org.apache.fop.area that throw FOPException
protected  void AreaTreeHandler.setupModel(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream stream)
          Sets up the AreaTreeModel instance for use by the AreaTreeHandler.
 

Constructors in org.apache.fop.area that throw FOPException
AreaTreeHandler(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream stream)
          Constructor.
CachedRenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)
          Main Constructor
RenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.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 FOPException
 void InputHandler.renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)
          Generate a document, given an initialized Fop object
 void InputHandler.renderTo(FOUserAgent userAgent, java.lang.String outputFormat)
           
 void InputHandler.transformTo(java.io.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(javax.xml.transform.Result result)
          Transforms the input document to the input format expected by FOP using XSLT.
 void CommandLineOptions.parse(java.lang.String[] args)
          Parse the command line arguments.
protected  java.lang.String CommandLineOptions.getOutputFormat()
           
 void AreaTreeInputHandler.renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)
           
 

Uses of FOPException in org.apache.fop.fo
 

Subclasses of FOPException in org.apache.fop.fo
 class ValidationException
          Exception thrown during FO tree validation.
 

Methods in org.apache.fop.fo that throw FOPException
 ElementMapping.Maker ElementMappingRegistry.findFOMaker(java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Locator locator)
          Finds the Maker used to create node objects of a particular type
 void XMLObj.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)
           
 FONode FObj.clone(FONode parent, boolean removeChildren)
           
 void FObj.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)
           
protected  PropertyList FObj.createPropertyList(PropertyList parent, FOEventHandler foEventHandler)
          Create a default property list for this element.
 void FObj.bind(PropertyList pList)
          Bind property values from the property list to the FO node.
protected  void FObj.addChildNode(FONode child)
           
 FONode FONode.clone(FONode cloneparent, boolean removeChildren)
          Perform a shallow cloning operation, set its parent, and optionally clean the list of child nodes
 void FONode.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.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.
protected  PropertyList FONode.createPropertyList(PropertyList pList, FOEventHandler foEventHandler)
          Create a property list for this node.
protected  void FONode.addCharacters(char[] data, int start, int end, PropertyList pList, org.xml.sax.Locator locator)
          Adds characters (does nothing here)
protected  void FONode.startOfNode()
          Called after processNode() is called.
protected  void FONode.endOfNode()
          Primarily used for making final content model validation checks and/or informing the FOEventHandler that the end of this FO has been reached.
protected  void FONode.addChildNode(FONode child)
          Adds a node as a child of this node.
protected  void FOText.addCharacters(char[] data, int start, int end, PropertyList list, org.xml.sax.Locator locator)
           
 void FOText.bind(PropertyList pList)
           
protected  void FOText.endOfNode()
           
protected  void FObjMixed.addCharacters(char[] data, int start, int end, PropertyList pList, org.xml.sax.Locator locator)
           
protected  void FObjMixed.endOfNode()
           
protected  void FObjMixed.flushText()
          Adds accumulated text as one FOText instance.
protected  void FObjMixed.addChildNode(FONode child)
           
 

Constructors in org.apache.fop.fo that throw FOPException
FOTreeBuilder(java.lang.String outputFormat, FOUserAgent foUserAgent, java.io.OutputStream stream)
          FOTreeBuilder constructor
 

Uses of FOPException in org.apache.fop.fo.expr
 

Subclasses of FOPException in org.apache.fop.fo.expr
 class PropertyException
          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 FOPException
 void ExtensionObj.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)
           
protected  PropertyList ExtensionObj.createPropertyList(PropertyList parent, FOEventHandler foEventHandler)
          Create a default property list for this element.
 

Uses of FOPException in org.apache.fop.fo.extensions.svg
 

Methods in org.apache.fop.fo.extensions.svg that throw FOPException
 void SVGElement.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)
           
 

Uses of FOPException in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that throw FOPException
 void Footnote.bind(PropertyList pList)
           
protected  void Footnote.startOfNode()
           
protected  void Footnote.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void BlockContainer.bind(PropertyList pList)
           
protected  void BlockContainer.startOfNode()
           
protected  void BlockContainer.endOfNode()
           
 void Character.bind(PropertyList pList)
           
protected  void Character.startOfNode()
           
 void Leader.bind(PropertyList pList)
           
protected  void Leader.startOfNode()
           
 void Block.bind(PropertyList pList)
           
protected  void Block.startOfNode()
           
protected  void Block.endOfNode()
           
 void ListItem.bind(PropertyList pList)
           
protected  void ListItem.startOfNode()
           
protected  void ListItem.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
protected  void ListItemLabel.startOfNode()
           
protected  void ListItemLabel.endOfNode()
           
 void TableAndCaption.bind(PropertyList pList)
           
protected  void TableAndCaption.startOfNode()
           
protected  void TableAndCaption.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void TableCell.bind(PropertyList pList)
           
protected  void TableCell.startOfNode()
           
protected  void TableCell.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void ListBlock.bind(PropertyList pList)
           
protected  void ListBlock.startOfNode()
           
protected  void ListBlock.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void InlineContainer.bind(PropertyList pList)
           
protected  void InlineContainer.startOfNode()
           
protected  void InlineContainer.endOfNode()
           
 void Marker.bind(PropertyList pList)
           
protected  PropertyList Marker.createPropertyList(PropertyList parent, FOEventHandler foEventHandler)
           
protected  void Marker.endOfNode()
           
 void Wrapper.bind(PropertyList pList)
           
protected  void Wrapper.startOfNode()
           
 void ExternalGraphic.bind(PropertyList pList)
           
protected  void ExternalGraphic.startOfNode()
           
 void PageNumberCitation.bind(PropertyList pList)
           
protected  void PageNumberCitation.startOfNode()
           
 void TableRow.bind(PropertyList pList)
           
protected  void TableRow.startOfNode()
           
protected  void TableRow.endOfNode()
           
protected  void TableRow.addChildNode(FONode child)
           
 void Inline.bind(PropertyList pList)
           
protected  void Inline.startOfNode()
           
protected  void Inline.endOfNode()
           
 void MultiSwitch.bind(PropertyList pList)
           
protected  void MultiSwitch.startOfNode()
           
protected  void MultiSwitch.endOfNode()
          Make sure content model satisfied.
 void MultiPropertySet.bind(PropertyList pList)
           
protected  void MultiPropertySet.startOfNode()
           
 void InitialPropertySet.bind(PropertyList pList)
           
protected  void InitialPropertySet.startOfNode()
           
protected  void TableFooter.startOfNode()
           
protected  void TableFooter.endOfNode()
           
 void TableCaption.bind(PropertyList pList)
           
protected  void TableCaption.startOfNode()
           
protected  void TableCaption.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void TableBody.bind(PropertyList pList)
           
protected  void TableBody.startOfNode()
           
protected  void TableBody.endOfNode()
           
protected  void TableBody.addChildNode(FONode child)
           
 void Float.bind(PropertyList pList)
           
protected  void Float.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void MultiToggle.bind(PropertyList pList)
           
 void TableFObj.bind(PropertyList pList)
           
 void RetrieveMarker.bind(PropertyList pList)
           
protected  PropertyList RetrieveMarker.createPropertyList(PropertyList parent, FOEventHandler foEventHandler)
           
 void Table.bind(PropertyList pList)
           
protected  void Table.startOfNode()
           
protected  void Table.endOfNode()
           
protected  void Table.addChildNode(FONode child)
           
 void MultiCase.bind(PropertyList pList)
           
protected  void MultiCase.startOfNode()
           
 void PageNumber.bind(PropertyList pList)
           
protected  void PageNumber.startOfNode()
           
protected  void PageNumber.endOfNode()
           
protected  void InstreamForeignObject.startOfNode()
           
protected  void InstreamForeignObject.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
protected  void InstreamForeignObject.addChildNode(FONode child)
           
 void FootnoteBody.bind(PropertyList pList)
           
protected  void FootnoteBody.startOfNode()
           
protected  void FootnoteBody.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
protected  void ListItemBody.startOfNode()
           
protected  void ListItemBody.endOfNode()
           
 void BidiOverride.bind(PropertyList pList)
           
 void AbstractGraphics.bind(PropertyList pList)
           
 void InlineLevel.bind(PropertyList pList)
           
 void AbstractListItemPart.bind(PropertyList pList)
           
protected  void AbstractListItemPart.startOfNode()
           
protected  void AbstractListItemPart.endOfNode()
           
 void TableColumn.bind(PropertyList pList)
           
protected  void TableColumn.startOfNode()
           
protected  void TableColumn.endOfNode()
           
protected  void TableHeader.startOfNode()
           
protected  void TableHeader.endOfNode()
           
 void BasicLink.bind(PropertyList pList)
           
protected  void BasicLink.startOfNode()
           
protected  void BasicLink.endOfNode()
           
 void MultiProperties.bind(PropertyList pList)
           
protected  void MultiProperties.startOfNode()
           
protected  void MultiProperties.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 

Uses of FOPException in org.apache.fop.fo.pagination
 

Methods in org.apache.fop.fo.pagination that throw FOPException
 void RepeatablePageMasterReference.bind(PropertyList pList)
           
protected  void RepeatablePageMasterReference.startOfNode()
           
 void ConditionalPageMasterReference.bind(PropertyList pList)
           
protected  void ConditionalPageMasterReference.startOfNode()
           
 void SideRegion.bind(PropertyList pList)
           
 void RegionBA.bind(PropertyList pList)
           
 void Root.bind(PropertyList pList)
           
protected  void Root.endOfNode()
          Signal end of this xml element.
 void Region.bind(PropertyList pList)
           
protected  void StaticContent.startOfNode()
           
protected  void StaticContent.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 java.lang.String SubSequenceSpecifier.getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isBlankPage)
          Returns the name of the next page master.
 void SinglePageMasterReference.bind(PropertyList pList)
           
protected  void SinglePageMasterReference.startOfNode()
           
 void RegionSE.bind(PropertyList pList)
           
 void Declarations.bind(PropertyList pList)
           
protected  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 PageSequenceMaster.bind(PropertyList pList)
           
protected  void PageSequenceMaster.startOfNode()
           
protected  void PageSequenceMaster.endOfNode()
           
 SimplePageMaster PageSequenceMaster.getNextSimplePageMaster(boolean isOddPage, boolean isFirstPage, boolean isLastPage, boolean isBlankPage)
          Returns the next simple-page-master.
 void Flow.bind(PropertyList pList)
           
protected  void Flow.startOfNode()
           
protected  void Flow.endOfNode()
          Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.
 void LayoutMasterSet.bind(PropertyList pList)
           
protected  void LayoutMasterSet.startOfNode()
           
protected  void LayoutMasterSet.endOfNode()
           
 void PageSequenceWrapper.bind(PropertyList pList)
           
protected  void PageSequenceWrapper.startOfNode()
           
 void PageSequence.bind(PropertyList pList)
           
protected  void PageSequence.startOfNode()
           
protected  void PageSequence.endOfNode()
           
 void PageSequence.addChildNode(FONode child)
           
 SimplePageMaster PageSequence.getNextSimplePageMaster(int page, boolean isFirstPage, boolean isLastPage, boolean isBlank)
          Public accessor for determining the next page master to use within this page sequence.
 void RepeatablePageMasterAlternatives.bind(PropertyList pList)
           
protected  void RepeatablePageMasterAlternatives.startOfNode()
           
protected  void RepeatablePageMasterAlternatives.endOfNode()
           
 void RegionBody.bind(PropertyList pList)
           
 void ColorProfile.bind(PropertyList pList)
           
 void SimplePageMaster.bind(PropertyList pList)
           
protected  void SimplePageMaster.startOfNode()
           
protected  void SimplePageMaster.endOfNode()
          Make sure content model satisfied.
protected  void SimplePageMaster.addChildNode(FONode child)
           
 

Uses of FOPException in org.apache.fop.fo.pagination.bookmarks
 

Methods in org.apache.fop.fo.pagination.bookmarks that throw FOPException
 void Bookmark.bind(PropertyList pList)
           
protected  void Bookmark.endOfNode()
           
protected  void BookmarkTree.endOfNode()
           
 

Uses of FOPException in org.apache.fop.fonts
 

Constructors in org.apache.fop.fonts that throw FOPException
FontReader(org.xml.sax.InputSource source)
          Construct a FontReader object from a path to a metric.xml file and read metric data
 

Uses of FOPException in org.apache.fop.render
 

Methods in org.apache.fop.render that throw FOPException
 Renderer RendererFactory.createRenderer(FOUserAgent userAgent, java.lang.String outputFormat)
          Creates a Renderer object based on render-type desired
 FOEventHandler RendererFactory.createFOEventHandler(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)
          Creates FOEventHandler instances based on the desired output.
 void AbstractRenderer.renderPage(PageViewport page)
           
abstract  FOEventHandler AbstractFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua, java.io.OutputStream out)
          Instantiates a new FOEventHandler.
 void Renderer.renderPage(PageViewport page)
          Tells the renderer to render a particular page.
 

Uses of FOPException in org.apache.fop.render.awt
 

Methods in org.apache.fop.render.awt that throw FOPException
 void AWTRenderer.renderPage(PageViewport pageViewport)
           
 java.awt.Dimension AWTRenderer.getPageImageSize(int pageNum)
           
 

Uses of FOPException in org.apache.fop.render.awt.viewer
 

Methods in org.apache.fop.render.awt.viewer that throw FOPException
 void Renderable.renderTo(FOUserAgent userAgent, java.lang.String outputFormat)
          Renders the pre-setup document.
 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.
 double PreviewPanel.getScaleToFitWidth()
          As getScaleToFitWindow, but ignoring the Y axis.
 double PreviewPanel.getScaleToFit(double viewWidth, double viewHeight)
          Returns the scale factor required in order to fit either the current page or two adjacent pages within a window of the given height and width, depending on the display mode.
 

Uses of FOPException in org.apache.fop.render.bitmap
 

Methods in org.apache.fop.render.bitmap that throw FOPException
 void PNGRenderer_onthefly.renderPage(PageViewport pageViewport)
           
 

Uses of FOPException in org.apache.fop.render.java2d
 

Methods in org.apache.fop.render.java2d that throw FOPException
 void Java2DRenderer.renderPage(PageViewport pageViewport)
          This method override only stores the PageViewport in a List.
 PageViewport Java2DRenderer.getPageViewport(int pageNum)
          Returns the page viewport
 java.awt.image.BufferedImage Java2DRenderer.getPageImage(int pageNum)
          Generates a desired page from the renderer's page viewport list.
 

Uses of FOPException in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that throw FOPException
 void PDFRenderer.renderPage(PageViewport page)
          This method creates a pdf stream for the current page uses it as the contents of a new page.
 

Uses of FOPException in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps that throw FOPException
 void PSRenderer.renderPage(PageViewport page)
           
 

Uses of FOPException in org.apache.fop.render.ps.extensions
 

Methods in org.apache.fop.render.ps.extensions that throw FOPException
 void AbstractPSExtensionObject.processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)
           
protected  void AbstractPSExtensionObject.endOfNode()
           
protected  void PSSetupCodeElement.startOfNode()
           
protected  void PSPageSetupCodeElement.startOfNode()
           
 

Uses of FOPException in org.apache.fop.render.svg
 

Methods in org.apache.fop.render.svg that throw FOPException
 void SVGRenderer.renderPage(PageViewport page)
           
 

Uses of FOPException in org.apache.fop.render.txt
 

Methods in org.apache.fop.render.txt that throw FOPException
 void TXTRenderer.renderPage(PageViewport page)
           
 FOEventHandler TXTFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua, java.io.OutputStream out)
           
 

Constructors in org.apache.fop.render.txt that throw FOPException
TXTHandler(FOUserAgent userAgent, java.io.OutputStream stream)
          Constructs a newly allocated TXTHandler object.
 

Uses of FOPException in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml that throw FOPException
 void XMLRenderer.renderPage(PageViewport page)
           
 

Uses of FOPException in org.apache.fop.servlet
 

Methods in org.apache.fop.servlet that throw FOPException
protected  void FopServlet.renderFO(java.lang.String fo, javax.servlet.http.HttpServletResponse response)
          Renders an XSL-FO file into a PDF file.
protected  void FopServlet.renderXML(java.lang.String xml, java.lang.String xslt, javax.servlet.http.HttpServletResponse response)
          Renders an XML file into a PDF file by applying a stylesheet that converts the XML to XSL-FO.
protected  void FopServlet.render(javax.xml.transform.Source src, javax.xml.transform.Transformer transformer, javax.servlet.http.HttpServletResponse response)
          Renders an input file (XML or XSL-FO) into a PDF file.
protected  void FopPrintServlet.render(javax.xml.transform.Source src, javax.xml.transform.Transformer transformer, javax.servlet.http.HttpServletResponse response)
           
 


fop 0.92beta

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