From cdc2a8229e731afec6fbd307d6f21e7d12d660b4 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Thu, 13 May 2004 13:48:54 +0000 Subject: [PATCH] Added getChildrensLayoutContext git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197595 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/FONode.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/java/org/apache/fop/fo/FONode.java b/src/java/org/apache/fop/fo/FONode.java index fd84a8bf3..70517d50c 100644 --- a/src/java/org/apache/fop/fo/FONode.java +++ b/src/java/org/apache/fop/fo/FONode.java @@ -242,6 +242,11 @@ public class FONode extends SyncedNode implements AreaListener { 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 -- 2.39.5