fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.render.ps.extensions.PSExtensionAttachment
org.apache.fop.render.ps.extensions.PSCommentBefore
public class PSCommentBefore
extends PSExtensionAttachment
Field Summary | |
protected static String |
|
Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment | |
CATEGORY , content |
Constructor Summary | |
| |
|
Method Summary | |
protected String |
Methods inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment | |
getCategory , getContent , getElement , getType , setContent , toSAX , toString |
public PSCommentBefore()
Constructor
public PSCommentBefore(String content)
Default constructor
- Parameters:
content
- the actual comment
protected String getElement()
- Overrides:
- getElement in interface PSExtensionAttachment
- Returns:
- element name
fop 0.95beta |