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

Packages that use ElementMapping
org.apache.fop.apps 
org.apache.fop.fo 
org.apache.fop.svg 

Uses of ElementMapping in org.apache.fop.apps
 

Methods in org.apache.fop.apps with parameters of type ElementMapping
voidDriver.addElementMapping(ElementMapping mapping)
          add the given element mapping.
voidXTDriver.addElementMapping(ElementMapping mapping)
          add the given element mapping.
 

Uses of ElementMapping in org.apache.fop.fo
 

Classes in org.apache.fop.fo that implement ElementMapping
class StandardElementMapping
          
 

Uses of ElementMapping in org.apache.fop.svg
 

Classes in org.apache.fop.svg that implement ElementMapping
class SVGElementMapping
          
 

Methods in org.apache.fop.svg with parameters of type ElementMapping
voidSVGDriver.addElementMapping(ElementMapping mapping)
          add the given element mapping.