Class AFPElementMapping

java.lang.Object
org.apache.fop.fo.ElementMapping
org.apache.fop.render.afp.extensions.AFPElementMapping

public class AFPElementMapping extends ElementMapping
AFPElementMapping object provides the ability to extract information from the formatted object that reside in the afp namespace. This is used for custom AFP extensions not supported by the FO schema. Examples include adding overlays or indexing a document using the tag logical element structured field.

  • Field Details

  • Constructor Details

    • AFPElementMapping

      public AFPElementMapping()
      Main constructor
  • Method Details

    • initialize

      protected void initialize()
      Private static synchronized method to set up the element and attribute HashMaps, this defines what elements and attributes are extracted.
      Specified by:
      initialize in class ElementMapping