Class AFPIncludeFormMap

java.lang.Object
org.apache.fop.render.afp.extensions.AFPExtensionAttachment
org.apache.fop.render.afp.extensions.AFPIncludeFormMap
All Implemented Interfaces:
Serializable, ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable

public class AFPIncludeFormMap extends AFPExtensionAttachment
This extension allows to include an AFP form map resource. It is implemented as an extension attachment (ExtensionAttachment).
See Also:
  • Field Details

    • ATT_SRC

      protected static final String ATT_SRC
      src attribute containing the URI to the form map resource
      See Also:
    • src

      protected URI src
      the URI identifying the form map resource.
  • Constructor Details

    • AFPIncludeFormMap

      public AFPIncludeFormMap()
      Default constructor.
  • Method Details

    • getSrc

      public URI getSrc()
      Returns the URI of the form map.
      Returns:
      the form map URI
    • setSrc

      public void setSrc(URI value)
      Sets the URI of the form map.
      Parameters:
      value - the form map URI
    • toSAX

      public void toSAX(ContentHandler handler) throws SAXException
      Throws:
      SAXException
    • toString

      public String toString()
      Overrides:
      toString in class Object