]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added safe-guard against reuse to avoid problems with the renderers.
authorJeremias Maerki <jeremias@apache.org>
Fri, 27 Jan 2006 15:34:10 +0000 (15:34 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 27 Jan 2006 15:34:10 +0000 (15:34 +0000)
commit951ce154766871a9a2d9c0d5941c9a6dfe5d9250
treeaeb2a39bbf13b93f5e8847390b67ca24c537f6fc
parentc6e95444dd433fffa81a41821d235e51c6dde98c
Added safe-guard against reuse to avoid problems with the renderers.
Removed reset() method. Compared to the many hundred object instances that get created by the FO tree and layout engine, the Fop and FOTreeBuilder instance are negligible. Better keep the API as simple as possible and create an environmental class in the long run.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@372880 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FOTreeBuilder.java