You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/10/02 03:25:21 UTC

cvs commit: xml-fop/src/org/apache/fop/fo FoRoot.java

pbwest      2002/10/01 18:25:21

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java
  Log:
  attrSet constants now in FObjects.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +5 -6      xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java
  
  Index: FoRoot.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- FoRoot.java	16 Sep 2002 05:19:06 -0000	1.1.2.4
  +++ FoRoot.java	2 Oct 2002 01:25:21 -0000	1.1.2.5
  @@ -41,7 +41,6 @@
       private static final String revision = "$Revision$";
   
       private FoLayoutMasterSet layoutMasters;
  -    private SyncedXmlEventsBuffer xmlevents;
   
       /**
        * @param foTree the FO tree being built
  @@ -53,7 +52,7 @@
           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 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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org