public class AFPIncludeFormMap extends AFPExtensionAttachment
ExtensionAttachment
).Modifier and Type | Field and Description |
---|---|
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.
|
ATT_NAME, CATEGORY, elementName, name
Constructor and Description |
---|
AFPIncludeFormMap()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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() |
getCategory, getElementName, getName, hasName, setName
protected static final java.lang.String ATT_SRC
protected java.net.URI src
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()
toString
in class java.lang.Object
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.