aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOInputHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* PR:Glen Mazza2004-03-311-4/+23
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Conversion of Avalon to Commons-Logger. (Will still need to update the examples, which I will take care of next; Jeremias will be modifying the PDF libraries for more efficient use of the CL loggers.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197474 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-271-48/+16
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197384 13f79535-47bb-0310-9956-ffa450edef68
* added support for fo:footnotePeter Herweg2004-01-101-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197155 13f79535-47bb-0310-9956-ffa450edef68
* added support for fo:basic-linkPeter Herweg2004-01-011-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197087 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-011-0/+12
| | | | | | | added similar changes as was done to the MIFHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196975 13f79535-47bb-0310-9956-ffa450edef68
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ↵William Victor Mote2003-09-191-0/+16
| | | | | | tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196927 13f79535-47bb-0310-9956-ffa450edef68
* add structure for handling table columns in fo/FOInputHandler and its ↵William Victor Mote2003-09-161-0/+13
| | | | | | subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196916 13f79535-47bb-0310-9956-ffa450edef68
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl ↵William Victor Mote2003-09-011-18/+0
| | | | | | (implemented in apps/Document) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196886 13f79535-47bb-0310-9956-ffa450edef68
* style/javadoc changes onlyWilliam Victor Mote2003-08-211-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196822 13f79535-47bb-0310-9956-ffa450edef68
* more FO Tree isolation workWilliam Victor Mote2003-08-191-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196812 13f79535-47bb-0310-9956-ffa450edef68
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-3/+5
| | | | | | | 2. make Document a child of Driver and start integrating this hierarchy git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196803 13f79535-47bb-0310-9956-ffa450edef68
* 1. create control packageWilliam Victor Mote2003-08-141-2/+2
| | | | | | | 2. move layout.FontInfo to control.Document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196798 13f79535-47bb-0310-9956-ffa450edef68
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence ↵William Victor Mote2003-08-121-1/+5
| | | | | | | | | | | or document object 2. move logic that starts layout from fo.FOTreeHandler to apps.Driver. 3. add logic to apps.Driver to handle the events fired from fo.FOTreeHandler 4. end result is that FOTreeHandler now allows other objects to handle page-sequence and document objects in a manner similar to the way SAX allows them to handle XML elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196787 13f79535-47bb-0310-9956-ffa450edef68
* beef up the javadoc comments explaining what these classes doWilliam Victor Mote2003-07-291-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196759 13f79535-47bb-0310-9956-ffa450edef68
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ↵William Victor Mote2003-07-291-0/+349
handling data for output that is either structured or laid out git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196756 13f79535-47bb-0310-9956-ffa450edef68