org.apache.fop.render.ps.extensions

Class PSCommentBefore

Implemented Interfaces:
ExtensionAttachment, XMLizable

public class PSCommentBefore
extends PSExtensionAttachment

Custom postscript comment before class

Field Summary

protected static String
ELEMENT
Element name

Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment

CATEGORY, content

Constructor Summary

PSCommentBefore()
Constructor
PSCommentBefore(String content)
Default constructor

Method Summary

protected String
getElement()

Methods inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment

getCategory, getContent, getElement, getType, setContent, toSAX, toString

Field Details

ELEMENT

protected static final String ELEMENT
Element name

Constructor Details

PSCommentBefore

public PSCommentBefore()
Constructor

PSCommentBefore

public PSCommentBefore(String content)
Default constructor
Parameters:
content - the actual comment

Method Details

getElement

protected String getElement()
Overrides:
getElement in interface PSExtensionAttachment
Returns:
element name

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.