pbwest      2002/11/08 06:18:25

  Modified:    src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
                        FoBasicLink.java FoBidiOverride.java
                        FoBlockContainer.java FoBlock.java FoCharacter.java
                        FoExternalGraphic.java FoFloat.java
                        FoFootnoteBody.java FoFootnote.java
                        FoInitialPropertySet.java FoInlineContainer.java
                        FoInline.java FoInstreamForeignObject.java
                        FoLeader.java FoListBlock.java FoListItemBody.java
                        FoListItem.java FoListItemLabel.java FoMarker.java
                        FoMultiCase.java FoMultiProperties.java
                        FoMultiPropertySet.java FoMultiSwitch.java
                        FoMultiToggle.java FoNoFo.java
                        FoPageNumberCitation.java FoPageNumber.java
                        FoRetrieveMarker.java FoTableAndCaption.java
                        FoTableBody.java FoTableCaption.java
                        FoTableCell.java FoTableColumn.java
                        FoTableFooter.java FoTableHeader.java FoTable.java
                        FoTableRow.java FoWrapper.java
  Log:
  Added @param attrSet to constructor Javadoc comment.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java
  
  Index: FoBasicLink.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoBasicLink.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoBasicLink.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -99,6 +99,7 @@
        * @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.
        */
       public FoBasicLink
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java
  
  Index: FoBidiOverride.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoBidiOverride.java       8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoBidiOverride.java       8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -86,6 +86,7 @@
        * @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.
        */
       public FoBidiOverride
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java
  
  Index: FoBlockContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoBlockContainer.java     8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoBlockContainer.java     8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -98,6 +98,7 @@
        * @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.
        */
       public FoBlockContainer
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java
  
  Index: FoBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoBlock.java      8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoBlock.java      8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -112,6 +112,7 @@
        * @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.
        */
       public FoBlock
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java
  
  Index: FoCharacter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoCharacter.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoCharacter.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -106,6 +106,7 @@
        * @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.
        */
       public FoCharacter
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java
  
  Index: FoExternalGraphic.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoExternalGraphic.java    8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoExternalGraphic.java    8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -104,6 +104,7 @@
        * @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.
        */
       public FoExternalGraphic
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java
  
  Index: FoFloat.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoFloat.java      8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoFloat.java      8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -77,6 +77,7 @@
        * @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.
        */
       public FoFloat
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java
  
  Index: FoFootnoteBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoFootnoteBody.java       8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoFootnoteBody.java       8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -76,6 +76,7 @@
        * @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.
        */
       public FoFootnoteBody
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java
  
  Index: FoFootnote.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoFootnote.java   8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoFootnote.java   8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -76,6 +76,7 @@
        * @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.
        */
       public FoFootnote
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      
xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java
  
  Index: FoInitialPropertySet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoInitialPropertySet.java 8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoInitialPropertySet.java 8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -91,6 +91,7 @@
        * @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.
        */
       public FoInitialPropertySet
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java
  
  Index: FoInlineContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoInlineContainer.java    8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoInlineContainer.java    8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -98,6 +98,7 @@
        * @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.
        */
       public FoInlineContainer
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java
  
  Index: FoInline.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoInline.java     8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoInline.java     8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -101,6 +101,7 @@
        * @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.
        */
       public FoInline
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      
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.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoInstreamForeignObject.java      8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoInstreamForeignObject.java      8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -103,6 +103,7 @@
        * @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.
        */
       public FoInstreamForeignObject
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java
  
  Index: FoLeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoLeader.java     8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoLeader.java     8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -104,6 +104,7 @@
        * @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.
        */
       public FoLeader
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java
  
  Index: FoListBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoListBlock.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoListBlock.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -91,6 +91,7 @@
        * @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.
        */
       public FoListBlock
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java
  
  Index: FoListItemBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoListItemBody.java       8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoListItemBody.java       8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -78,6 +78,7 @@
        * @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.
        */
       public FoListItemBody
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java
  
  Index: FoListItem.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoListItem.java   8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoListItem.java   8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -90,6 +90,7 @@
        * @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.
        */
       public FoListItem
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java
  
  Index: FoListItemLabel.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoListItemLabel.java      8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoListItemLabel.java      8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -78,6 +78,7 @@
        * @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.
        */
       public FoListItemLabel
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java
  
  Index: FoMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMarker.java     8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMarker.java     8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -69,6 +69,7 @@
        * @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.
        */
       public FoMarker
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java
  
  Index: FoMultiCase.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMultiCase.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMultiCase.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -80,6 +80,7 @@
        * @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.
        */
       public FoMultiCase
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java
  
  Index: FoMultiProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMultiProperties.java    8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMultiProperties.java    8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -77,6 +77,7 @@
        * @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.
        */
       public FoMultiProperties
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java
  
  Index: FoMultiPropertySet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMultiPropertySet.java   8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMultiPropertySet.java   8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -77,6 +77,7 @@
        * @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.
        */
       public FoMultiPropertySet
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java
  
  Index: FoMultiSwitch.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMultiSwitch.java        8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMultiSwitch.java        8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -78,6 +78,7 @@
        * @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.
        */
       public FoMultiSwitch
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java
  
  Index: FoMultiToggle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoMultiToggle.java        8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoMultiToggle.java        8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -78,6 +78,7 @@
        * @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.
        */
       public FoMultiToggle
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java
  
  Index: FoNoFo.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoNoFo.java       8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoNoFo.java       8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -69,6 +69,7 @@
        * @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.
        */
       public FoNoFo
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      
xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java
  
  Index: FoPageNumberCitation.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoPageNumberCitation.java 8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoPageNumberCitation.java 8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -103,6 +103,7 @@
        * @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.
        */
       public FoPageNumberCitation
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java
  
  Index: FoPageNumber.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoPageNumber.java 8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoPageNumber.java 8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -102,6 +102,7 @@
        * @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.
        */
       public FoPageNumber
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java
  
  Index: FoRetrieveMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoRetrieveMarker.java     8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoRetrieveMarker.java     8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -78,6 +78,7 @@
        * @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.
        */
       public FoRetrieveMarker
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java
  
  Index: FoTableAndCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableAndCaption.java    8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableAndCaption.java    8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -91,6 +91,7 @@
        * @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.
        */
       public FoTableAndCaption
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java
  
  Index: FoTableBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableBody.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableBody.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -86,6 +86,7 @@
        * @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.
        */
       public FoTableBody
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java
  
  Index: FoTableCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableCaption.java       8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableCaption.java       8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -88,6 +88,7 @@
        * @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.
        */
       public FoTableCaption
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java
  
  Index: FoTableCell.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableCell.java  8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableCell.java  8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -98,6 +98,7 @@
        * @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.
        */
       public FoTableCell
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java
  
  Index: FoTableColumn.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableColumn.java        8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableColumn.java        8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -86,6 +86,7 @@
        * @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.
        */
       public FoTableColumn
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java
  
  Index: FoTableFooter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableFooter.java        8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableFooter.java        8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -86,6 +86,7 @@
        * @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.
        */
       public FoTableFooter
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java
  
  Index: FoTableHeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableHeader.java        8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableHeader.java        8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -86,6 +86,7 @@
        * @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.
        */
       public FoTableHeader
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java
  
  Index: FoTable.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTable.java      8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTable.java      8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -103,6 +103,7 @@
        * @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.
        */
       public FoTable
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java
  
  Index: FoTableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoTableRow.java   8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoTableRow.java   8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -93,6 +93,7 @@
        * @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.
        */
       public FoTableRow
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  
  1.1.2.3   +3 -2      xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java
  
  Index: FoWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FoWrapper.java    8 Nov 2002 13:39:22 -0000       1.1.2.2
  +++ FoWrapper.java    8 Nov 2002 14:18:24 -0000       1.1.2.3
  @@ -69,6 +69,7 @@
        * @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.
        */
       public FoWrapper
                   (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
  
  
  

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

Reply via email to