pbwest 2002/11/13 15:32:53 Modified: src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoInstreamForeignObject.java Log: Adjust for no XSL namespace children. No provision yet for non-XSL namespace children. Revision Changes Path No revision No revision 1.1.2.5 +7 -6 xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java Index: FoInstreamForeignObject.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- FoInstreamForeignObject.java 13 Nov 2002 04:13:05 -0000 1.1.2.4 +++ FoInstreamForeignObject.java 13 Nov 2002 23:32:53 -0000 1.1.2.5 @@ -98,11 +98,14 @@ } /** + * 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 <tt>FoXMLEvent</tt> 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 @@ { super(foTree, FObjectNames.INSTREAM_FOREIGN_OBJECT, parent, event, attrSet, sparsePropsMap, sparseIndices); - FoXMLEvent ev; - String nowProcessing; - + // TODO makeSparsePropsSet(); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]