Uses of Class
org.apache.fop.fo.ElementMapping
Packages that use ElementMapping
Package
Description
Application classes used for running FOP embedded in other applications.
Classes, constants and basic infrastructure for the FO tree.
Base classes for implementing extensions to XSL-FO.
SVG extension classes which handle elements from the SVG namespace.
Extension classes which handles XMP metadata.
Extensions specific to the PostScript Renderer.
-
Uses of ElementMapping in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type ElementMappingModifier and TypeMethodDescriptionvoidFopFactory.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.foModifier and TypeClassDescriptionclassElement mapping class for all XSL-FO elements.Fields in org.apache.fop.fo with type parameters of type ElementMappingModifier and TypeFieldDescriptionprotected Map<String, ElementMapping> ElementMappingRegistry.namespacesMap of mapped namespaces and their associated ElementMapping instances.Methods in org.apache.fop.fo that return ElementMappingModifier and TypeMethodDescriptionElementMappingRegistry.getElementMapping(String namespaceURI) Returns an ElementMapping class for a namespace URI if there is one.Methods in org.apache.fop.fo with parameters of type ElementMappingModifier and TypeMethodDescriptionvoidElementMappingRegistry.addElementMapping(ElementMapping mapping) Add the element mapping. -
Uses of ElementMapping in org.apache.fop.fo.extensions
Subclasses of ElementMapping in org.apache.fop.fo.extensionsModifier and TypeClassDescriptionclassElement mapping for FOP's proprietary extension to XSL-FO.classElement mapping for FOP's internal extension to XSL-FO.classElement 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.svgModifier and TypeClassDescriptionclassThis Element Mapping is for Batik SVG Extension elements of the http://xml.apache.org/batik/ext namespace.classSetup the SVG element mapping. -
Uses of ElementMapping in org.apache.fop.fo.extensions.xmp
Subclasses of ElementMapping in org.apache.fop.fo.extensions.xmpModifier and TypeClassDescriptionclassSetup the element mapping for XMP metadata.classSetup 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.extensionsModifier and TypeClassDescriptionclassAFPElementMapping 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 -
Uses of ElementMapping in org.apache.fop.render.pdf.extensions
Subclasses of ElementMapping in org.apache.fop.render.pdf.extensionsModifier and TypeClassDescriptionclassThis class provides the element mapping for the PDF-specific extensions. -
Uses of ElementMapping in org.apache.fop.render.ps.extensions
Subclasses of ElementMapping in org.apache.fop.render.ps.extensionsModifier and TypeClassDescriptionclassThis class provides the element mapping for the PostScript-specific extensions.