fop 0.95

Uses of Class
org.apache.fop.fo.ElementMapping

Packages that use ElementMapping
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. 
 

Uses of ElementMapping in org.apache.fop.apps
 

Methods in org.apache.fop.apps with parameters of type ElementMapping
 void FopFactory.addElementMapping(ElementMapping elementMapping)
          Add the element mapping with the given class name.
 

Uses of ElementMapping in org.apache.fop.fo
 

Subclasses of ElementMapping in org.apache.fop.fo
 class FOElementMapping
          Element mapping class for all XSL-FO elements.
 

Methods in org.apache.fop.fo that return ElementMapping
 ElementMapping ElementMappingRegistry.getElementMapping(java.lang.String namespaceURI)
          Returns an ElementMapping class for a namespace URI if there is one.
 

Methods in org.apache.fop.fo with parameters of type ElementMapping
 void ElementMappingRegistry.addElementMapping(ElementMapping mapping)
          Add the element mapping.
 

Uses of ElementMapping in org.apache.fop.fo.extensions
 

Subclasses of ElementMapping in org.apache.fop.fo.extensions
 class ExtensionElementMapping
          Element mapping for FOP's proprietary extension to XSL-FO.
 class OldExtensionElementMapping
          Element mapping for the old FOP extension namespace.
 

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

Subclasses of ElementMapping in org.apache.fop.fo.extensions.svg
 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.
 

Uses of ElementMapping in org.apache.fop.fo.extensions.xmp
 

Subclasses of ElementMapping in org.apache.fop.fo.extensions.xmp
 class RDFElementMapping
          Setup the element mapping for XMP metadata.
 class XMPElementMapping
          Setup the element mapping for XMP metadata.
 

Uses of ElementMapping in org.apache.fop.render.afp.extensions
 

Subclasses of ElementMapping in org.apache.fop.render.afp.extensions
 class AFPElementMapping
          AFPElementMapping object provides the ability to extract information from the formatted object that reside in the afp namespace.
 

Uses of ElementMapping in org.apache.fop.render.pcl.extensions
 

Subclasses of ElementMapping in org.apache.fop.render.pcl.extensions
 class PCLElementMapping
          PCL-specific extensions for Apache FOP.
 

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

Subclasses of ElementMapping in org.apache.fop.render.ps.extensions
 class PSExtensionElementMapping
          This class provides the element mapping for the PostScript-specific extensions.
 


fop 0.95

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