aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-3/+13
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-7/+7
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-7/+6
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-1/+8
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-0/+6
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-0/+254