]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixes for issues introduced with fox:destination:
authorJeremias Maerki <jeremias@apache.org>
Wed, 4 Apr 2007 15:05:30 +0000 (15:05 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 4 Apr 2007 15:05:30 +0000 (15:05 +0000)
commit37cb274de5d035b5d0edaf5409bae98b1b5381bf
tree7c293abbe7cc2d5e0dfe2415b9e1d3a4ad4e6ffb
parent894074229cae709ed7cd6d178e5966b46be72f64
Fixes for issues introduced with fox:destination:
DestinationElementMapping masks ExtensionElementMapping. That caused the tests for widow/orphan extension on tables to fail.
Improved Block child validation code (will need to be done for all FOs where fox:destination should be valid. Currently works only as child of fo:block or above fo:page-sequence where no layout managers are constructed.
No LMMaker for fox:destination. Improved the handling there so adding the extension element to the list there isn't necessary.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525526 13f79535-47bb-0310-9956-ffa450edef68
src/java/META-INF/services/org.apache.fop.fo.ElementMapping
src/java/org/apache/fop/fo/extensions/ExtensionElementMapping.java
src/java/org/apache/fop/fo/extensions/destination/Destination.java
src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java [deleted file]
src/java/org/apache/fop/fo/flow/Block.java
src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java