]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
attrSet constants now in FObjects.
authorPeter Bernard West <pbwest@apache.org>
Wed, 2 Oct 2002 01:25:21 +0000 (01:25 +0000)
committerPeter Bernard West <pbwest@apache.org>
Wed, 2 Oct 2002 01:25:21 +0000 (01:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195259 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/FoRoot.java

index cfd1a4c3390cc69ffbdbaba1dd9df908a6ece388..183bbd02006f36dd30642825d004ee2e2bb4f80d 100644 (file)
@@ -41,7 +41,6 @@ public class FoRoot extends FONode {
     private static final String revision = "$Revision$";
 
     private FoLayoutMasterSet layoutMasters;
-    private SyncedXmlEventsBuffer xmlevents;
 
     /**
      * @param foTree the FO tree being built
@@ -53,7 +52,7 @@ public class FoRoot extends FONode {
         throws Tree.TreeException, FOPException, PropertyException
     {
         // This is the root node of the tree; hence the null argument
-        super(foTree, FObjectNames.ROOT, null, event, FONode.ROOT);
+        super(foTree, FObjectNames.ROOT, null, event, FObjects.ROOT_SET);
     }
 
     /**
@@ -82,7 +81,7 @@ public class FoRoot extends FONode {
      */
     public void buildFoTree() throws FOPException{
         XMLEvent ev;
-        //System.out.println("buildFoTree: " + event);
+        System.out.println("buildFoTree: " + event);
         // Look for layout-master-set
         try {
             ev = xmlevents.expectStartElement