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
This extension allows to include an AFP form map resource. It is implemented as an extension
attachment (
ExtensionAttachment
).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
src attribute containing the URI to the form map resourceprivate static final long
protected URI
the URI identifying the form map resource.Fields inherited from class org.apache.fop.render.afp.extensions.AFPExtensionAttachment
ATT_NAME, CATEGORY, elementName, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fop.render.afp.extensions.AFPExtensionAttachment
getCategory, getElementName, getName, hasName, setName
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ATT_SRC
src attribute containing the URI to the form map resource- See Also:
-
src
the URI identifying the form map resource.
-
-
Constructor Details
-
AFPIncludeFormMap
public AFPIncludeFormMap()Default constructor.
-
-
Method Details
-
getSrc
Returns the URI of the form map.- Returns:
- the form map URI
-
setSrc
Sets the URI of the form map.- Parameters:
value
- the form map URI
-
toSAX
- Throws:
SAXException
-
toString
-