aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-08-25 05:03:08 +0000
committerGlen Mazza <gmazza@apache.org>2004-08-25 05:03:08 +0000
commitbca058d18435025bf06fe5c828be82854f1f57b9 (patch)
tree3888deedcbb056a017a93b745d83b743b599d55d /src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
parenteda42c18ad7dc3f9adef28693bfe0925d0af4e3d (diff)
downloadxmlgraphics-fop-bca058d18435025bf06fe5c828be82854f1f57b9.tar.gz
xmlgraphics-fop-bca058d18435025bf06fe5c828be82854f1f57b9.zip
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
Diffstat (limited to 'src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java')
-rw-r--r--src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java b/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
index 0e6223e54..99d9f71e6 100644
--- a/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
+++ b/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java
@@ -31,8 +31,7 @@ import org.apache.fop.fo.FONode;
* This handles a reference with a specified number of repeating
* instances of the referenced page master (may have no limit).
*/
-public class RepeatablePageMasterReference extends PageMasterReference
- implements SubSequenceSpecifier {
+public class RepeatablePageMasterReference extends PageMasterReference {
private static final int INFINITE = -1;