]> source.dussan.org Git - xmlgraphics-fop.git/commit
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or docume...
authorWilliam Victor Mote <vmote@apache.org>
Tue, 12 Aug 2003 06:30:04 +0000 (06:30 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 12 Aug 2003 06:30:04 +0000 (06:30 +0000)
commitb6dcb1e72da56b0b55ef41dc97245ce03501cfe9
tree7737f671c3117192fd8571fa9b33a5a378e5727e
parent194c471b1cf53892d5d1f0b0943b19a366221f91
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence 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@196788 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FOTreeEvent.java [new file with mode: 0644]
src/java/org/apache/fop/fo/FOTreeListener.java [new file with mode: 0644]