Class UnparsedDSCComment

java.lang.Object
org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
org.apache.xmlgraphics.ps.dsc.events.UnparsedDSCComment
All Implemented Interfaces:
DSCParserConstants, DSCComment, DSCEvent

public class UnparsedDSCComment extends AbstractEvent implements DSCComment
Represents a DSC comment that is not parsed into one of the concrete DSCComment subclasses. It is used whenever a DSC comment is encountered that is unknown to the parser.
See Also: