pbwest      2004/05/13 06:48:54

  Modified:    src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        FONode.java
  Log:
  Added getChildrensLayoutContext
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.26  +5 -0      xml-fop/src/java/org/apache/fop/fo/FONode.java
  
  Index: FONode.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FONode.java,v
  retrieving revision 1.2.2.25
  retrieving revision 1.2.2.26
  diff -u -r1.2.2.25 -r1.2.2.26
  --- FONode.java       12 May 2004 10:58:23 -0000      1.2.2.25
  +++ FONode.java       13 May 2004 13:48:54 -0000      1.2.2.26
  @@ -242,6 +242,11 @@
           areaContext = area;
       }
   
  +    protected Area getChildrensLayoutContext()
  +            throws FOPException {
  +        throw new FOPException("Called from FONode");
  +    }
  +
       private void processAttributes() throws FOPException, PropertyException {
           // Process the FOAttributes - parse and stack the values
           // Build a HashMap of the properties defined on this node
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to