]> source.dussan.org Git - xmlgraphics-fop.git/commit
1. Implemented validateChildNode() for fo:simple-page-master. This may cause some...
authorGlen Mazza <gmazza@apache.org>
Wed, 25 Aug 2004 05:03:08 +0000 (05:03 +0000)
committerGlen Mazza <gmazza@apache.org>
Wed, 25 Aug 2004 05:03:08 +0000 (05:03 +0000)
commitbca058d18435025bf06fe5c828be82854f1f57b9
tree3888deedcbb056a017a93b745d83b743b599d55d
parenteda42c18ad7dc3f9adef28693bfe0925d0af4e3d
1. Implemented validateChildNode() for fo:simple-page-master.  This may cause some stress with the user community--as any declared fo:region-xxxx children must follow a specific ordering.

2. Modified several of our sample and test FO files to be compliant with the XSL spec with respect to the change above.

3. @todo's added to FO's still missing validateChildNode()

4. New FONode missingPropertyError() method created, for the major cases where missing properties should halt processing.

5. Various cleanup in our layout-master-set and region classes, including the removal of error checks that are no longer needed due to validateChildNode() being implemented.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197889 13f79535-47bb-0310-9956-ffa450edef68
66 files changed:
examples/fo/svg/embedding.fo
examples/fo/svg/external.fo
src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/flow/Block.java
src/java/org/apache/fop/fo/flow/BlockContainer.java
src/java/org/apache/fop/fo/flow/Footnote.java
src/java/org/apache/fop/fo/flow/InlineContainer.java
src/java/org/apache/fop/fo/flow/Leader.java
src/java/org/apache/fop/fo/flow/ListBlock.java
src/java/org/apache/fop/fo/flow/ListItemBody.java
src/java/org/apache/fop/fo/flow/ListItemLabel.java
src/java/org/apache/fop/fo/flow/MultiCase.java
src/java/org/apache/fop/fo/flow/MultiSwitch.java
src/java/org/apache/fop/fo/flow/MultiToggle.java
src/java/org/apache/fop/fo/flow/PageNumber.java
src/java/org/apache/fop/fo/flow/PageNumberCitation.java
src/java/org/apache/fop/fo/flow/Table.java
src/java/org/apache/fop/fo/flow/TableAndCaption.java
src/java/org/apache/fop/fo/flow/TableBody.java
src/java/org/apache/fop/fo/flow/TableCaption.java
src/java/org/apache/fop/fo/flow/TableCell.java
src/java/org/apache/fop/fo/flow/TableColumn.java
src/java/org/apache/fop/fo/flow/TableFooter.java
src/java/org/apache/fop/fo/flow/TableHeader.java
src/java/org/apache/fop/fo/flow/TableRow.java
src/java/org/apache/fop/fo/flow/Wrapper.java
src/java/org/apache/fop/fo/pagination/Flow.java
src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java
src/java/org/apache/fop/fo/pagination/PageMasterReference.java
src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java
src/java/org/apache/fop/fo/pagination/Region.java
src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
src/java/org/apache/fop/fo/pagination/SimplePageMaster.java
src/java/org/apache/fop/fo/pagination/SinglePageMasterReference.java
src/java/org/apache/fop/fo/pagination/StaticContent.java
src/java/org/apache/fop/fo/pagination/Title.java
test/xml/bugtests/background_color.fo
test/xml/bugtests/background_transparent.fo
test/xml/bugtests/block-container.fo
test/xml/bugtests/block.fo
test/xml/bugtests/border.fo
test/xml/bugtests/break-before.fo
test/xml/bugtests/color.fo
test/xml/bugtests/font-family.fo
test/xml/bugtests/font-size.fo
test/xml/bugtests/font.fo
test/xml/bugtests/header_footer.fo
test/xml/bugtests/indent.fo
test/xml/bugtests/inline.fo
test/xml/bugtests/keep-with-next.fo
test/xml/bugtests/leader.fo
test/xml/bugtests/letter-spacing.fo
test/xml/bugtests/line-height.fo
test/xml/bugtests/list-mountjoy.fo
test/xml/bugtests/padding.fo
test/xml/bugtests/page-number.fo
test/xml/bugtests/rule.fo
test/xml/bugtests/simple-link.fo
test/xml/bugtests/space-treatment.fo
test/xml/bugtests/space.fo
test/xml/bugtests/text-align.fo
test/xml/bugtests/text-decoration.fo
test/xml/bugtests/text-indent.fo
test/xml/bugtests/word-spacing.fo
test/xml/bugtests/wrap.fo
test/xsl/doc.xsl