|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.extensions.AFPExtensionAttachment
org.apache.fop.render.afp.extensions.AFPIncludeFormMap
This extension allows to include an AFP form map resource. It is implemented as an extension
attachment (ExtensionAttachment
).
Field Summary | |
protected static java.lang.String |
ATT_SRC
src attribute containing the URI to the form map resource |
protected java.net.URI |
src
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 | |
AFPIncludeFormMap()
Default constructor. |
Method Summary | |
java.net.URI |
getSrc()
Returns the URI of the form map. |
void |
setSrc(java.net.URI value)
Sets the URI of the form map. |
void |
toSAX(org.xml.sax.ContentHandler handler)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.render.afp.extensions.AFPExtensionAttachment |
getCategory, getElementName, getName, hasName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final java.lang.String ATT_SRC
protected java.net.URI src
Constructor Detail |
public AFPIncludeFormMap()
Method Detail |
public java.net.URI getSrc()
public void setSrc(java.net.URI value)
value
- the form map URIpublic void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public java.lang.String toString()
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |