From 7edfb9b689bacb870ca5e9d11dc85aff263c9695 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Wed, 13 Nov 2002 23:32:53 +0000 Subject: [PATCH] Adjust for no XSL namespace children. No provision yet for non-XSL namespace children. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195532 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/flow/FoInstreamForeignObject.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/org/apache/fop/fo/flow/FoInstreamForeignObject.java b/src/org/apache/fop/fo/flow/FoInstreamForeignObject.java index caab0983d..30f376159 100644 --- a/src/org/apache/fop/fo/flow/FoInstreamForeignObject.java +++ b/src/org/apache/fop/fo/flow/FoInstreamForeignObject.java @@ -98,11 +98,14 @@ public class FoInstreamForeignObject extends FONode { } /** + * Construct an fo:instream-foreign-object node. This child of this + * node depends on implemented support for non-xsl namespace objects. * @param foTree the FO tree being built * @param parent the parent FONode of this node * @param event the FoXMLEvent that triggered the creation of * this node - * @param attrSet the index of the attribute set applying to the node. + * @param stateFlags - passed down from the parent. Includes the + * attribute set information. */ public FoInstreamForeignObject (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet) @@ -110,9 +113,7 @@ public class FoInstreamForeignObject extends FONode { { super(foTree, FObjectNames.INSTREAM_FOREIGN_OBJECT, parent, event, attrSet, sparsePropsMap, sparseIndices); - FoXMLEvent ev; - String nowProcessing; - + // TODO makeSparsePropsSet(); } -- 2.39.5