aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/parser
Commit message (Collapse)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-032-453/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733433 13f79535-47bb-0310-9956-ffa450edef68
* Fix checkstyle and findbugs issuesSimon Pepping2011-06-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1135995 13f79535-47bb-0310-9956-ffa450edef68
* Fixed io exception in MODCAParser caused by the improper use of mark() and ↵Peter Hancock2011-05-172-351/+369
| | | | | | | | | reset() on the MODCA data input stream. See bugzilla 50909. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1104135 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49379:Jeremias Maerki2010-10-071-3/+7
| | | | | | | | | | | | Added ability to embed an external AFP page segment resource file (AFP output only). Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Changes to patch: - Replaced AFP parsing code with a more universal MO:DCA parser (as discussed). - AFPDocumentHandler: addressed a TODO (clearing of the page segment map was not necessary for each page) - AFPDocumentHandler: merged pageSegmentMap and pageSegmentUriMap by creating a combined object: PageSegmentDescriptor git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1005350 13f79535-47bb-0310-9956-ffa450edef68
* Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93
| | | | | | Extended the field class so it can write itself back to an OutputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1004991 13f79535-47bb-0310-9956-ffa450edef68
* Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-102-0/+357
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@995762 13f79535-47bb-0310-9956-ffa450edef68