xmlgraphics-commons 1.3.1

org.apache.xmlgraphics.ps.dsc
Interface DSCParserConstants

All Known Subinterfaces:
DSCComment, DSCEvent
All Known Implementing Classes:
AbstractDSCComment, AbstractEvent, DefaultNestedDocumentHandler, DSCParser, DSCTools, PageExtractor, UnparsedDSCComment

public interface DSCParserConstants

Constants the DSC parser uses.


Field Summary
static int COMMENT
          Indicates a normal PostScript comment (starting with "%")
static int DSC_COMMENT
          Indicates a DSC comment (starting with "%%")
static int EOF
          Indicates the end of the file (equivalent to the "%%EOF" DSC comment)
static int HEADER_COMMENT
          Indicates a header comment (starting with "%!")
static int LINE
          Indicates a normal PostScript line
 

Field Detail

HEADER_COMMENT

public static final int HEADER_COMMENT
Indicates a header comment (starting with "%!")

See Also:
Constant Field Values

DSC_COMMENT

public static final int DSC_COMMENT
Indicates a DSC comment (starting with "%%")

See Also:
Constant Field Values

COMMENT

public static final int COMMENT
Indicates a normal PostScript comment (starting with "%")

See Also:
Constant Field Values

LINE

public static final int LINE
Indicates a normal PostScript line

See Also:
Constant Field Values

EOF

public static final int EOF
Indicates the end of the file (equivalent to the "%%EOF" DSC comment)

See Also:
Constant Field Values

xmlgraphics-commons 1.3.1

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