Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
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.extensions.xmp |
Extension classes which handles XMP metadata.
|
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.pcl.extensions | |
org.apache.fop.render.ps.extensions |
Extensions specific to the PostScript Renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
FopFactory.addElementMapping(ElementMapping elementMapping)
Add the element mapping with the given class name.
|
Modifier and Type | Class and Description |
---|---|
class |
FOElementMapping
Element mapping class for all XSL-FO elements.
|
Modifier and Type | Method and Description |
---|---|
ElementMapping |
ElementMappingRegistry.getElementMapping(java.lang.String namespaceURI)
Returns an ElementMapping class for a namespace URI if there is one.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementMappingRegistry.addElementMapping(ElementMapping mapping)
Add the element mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionElementMapping
Element mapping for FOP's proprietary extension to XSL-FO.
|
class |
InternalElementMapping
Element mapping for FOP's internal extension to XSL-FO.
|
class |
OldExtensionElementMapping
Element mapping for the old FOP extension namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
BatikExtensionElementMapping
This Element Mapping is for Batik SVG Extension elements
of the http://xml.apache.org/batik/ext namespace.
|
class |
SVGElementMapping
Setup the SVG element mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFElementMapping
Setup the element mapping for XMP metadata.
|
class |
XMPElementMapping
Setup the element mapping for XMP metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPElementMapping
AFPElementMapping object provides the ability to extract information
from the formatted object that reside in the afp namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
PCLElementMapping
PCL-specific extensions for Apache FOP.
|
Modifier and Type | Class and Description |
---|---|
class |
PSExtensionElementMapping
This class provides the element mapping for the PostScript-specific extensions.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.