|
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.ps.extensions.PSExtensionAttachment
public abstract class PSExtensionAttachment
This is the pass-through value object for the PostScript extension.
Field Summary | |
---|---|
static java.lang.String |
CATEGORY
The category URI for this extension attachment. |
protected java.lang.String |
content
extension node content |
Constructor Summary | |
---|---|
PSExtensionAttachment()
No-argument contructor. |
|
PSExtensionAttachment(java.lang.String content)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getCategory()
This method returns a category URI that allows a processor (layout manager or renderer) to determine if it supports this object. |
java.lang.String |
getContent()
|
protected abstract java.lang.String |
getElement()
|
java.lang.String |
getType()
|
void |
setContent(java.lang.String content)
Sets the content for the setup code object. |
void |
toSAX(org.xml.sax.ContentHandler handler)
Generates SAX events representing the object's state. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String content
public static final java.lang.String CATEGORY
Constructor Detail |
---|
public PSExtensionAttachment(java.lang.String content)
content
- the content of the setup code objectpublic PSExtensionAttachment()
Method Detail |
---|
public java.lang.String getCategory()
ExtensionAttachment
getCategory
in interface ExtensionAttachment
ExtensionAttachment.getCategory()
public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- The content to set.public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in interface org.apache.xmlgraphics.util.XMLizable
handler
- ContentHandler instance to send the SAX events to
org.xml.sax.SAXException
- if there's a problem generating the SAX eventsXMLizable.toSAX(org.xml.sax.ContentHandler)
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
protected abstract java.lang.String getElement()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |