aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/PageSequence.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-05-22 03:59:53 +0000
committerGlen Mazza <gmazza@apache.org>2004-05-22 03:59:53 +0000
commit579ea70d54fbd5a82bc0afe59686c57dae37bc6c (patch)
tree0262b9f859a1f9be3882a4e75b4e9ef34c1badf5 /src/java/org/apache/fop/fo/pagination/PageSequence.java
parentd21b5c915da980fc3273ddc7ea821c1c1c73ea62 (diff)
downloadxmlgraphics-fop-579ea70d54fbd5a82bc0afe59686c57dae37bc6c.tar.gz
xmlgraphics-fop-579ea70d54fbd5a82bc0afe59686c57dae37bc6c.zip
Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/pagination/PageSequence.java')
-rw-r--r--src/java/org/apache/fop/fo/pagination/PageSequence.java12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/java/org/apache/fop/fo/pagination/PageSequence.java b/src/java/org/apache/fop/fo/pagination/PageSequence.java
index c89967b3c..5bc84706f 100644
--- a/src/java/org/apache/fop/fo/pagination/PageSequence.java
+++ b/src/java/org/apache/fop/fo/pagination/PageSequence.java
@@ -130,16 +130,10 @@ public class PageSequence extends FObj {
}
/**
- * Handle the attributes for this xml element.
- * For the page sequence this gets all the appropriate properties
- * for dealing with the page sequence.
- *
- * @param attlist the attribute list
- * @throws FOPException if there is an error with the properties
+ * @see org.apache.fop.fo.FObj#addProperties
*/
- public void handleAttrs(Attributes attlist) throws FOPException {
- super.handleAttrs(attlist);
-
+ protected void addProperties(Attributes attlist) throws FOPException {
+ super.addProperties(attlist);
if (parent.getName().equals("fo:root")) {
this.root = (Root)parent;
// this.root.addPageSequence(this);