You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2008/07/24 11:37:16 UTC

svn commit: r679326 [8/33] - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/events/ examples/embedding/java/embedding/intermediate/ examples/embedding/java/embedding/model/ examples/embedding/java/embedd...

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiSwitch.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiSwitch.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiSwitch.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiSwitch.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -43,7 +43,7 @@
 
     /**
      * Base constructor
-     * 
+     *
      * @param parent {@link FONode} that is the parent of this object
      */
     public MultiSwitch(FONode parent) {
@@ -74,7 +74,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: (multi-case+)
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if (!localName.equals("multi-case")) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiToggle.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiToggle.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiToggle.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/MultiToggle.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -38,12 +38,12 @@
     //     private CommonAccessibility commonAccessibility;
     // public ToBeImplementedProperty prSwitchTo;
     // End of property values
-    
+
     static boolean notImplementedWarningGiven = false;
 
     /**
      * Base constructor
-     * 
+     *
      * @param parent {@link FONode} that is the parent of this object
      */
     public MultiToggle(FONode parent) {
@@ -66,7 +66,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: (#PCDATA|%inline;|%block;)*
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if (!isBlockOrInlineItem(nsURI, localName)) {
@@ -79,7 +79,7 @@
     public String getLocalName() {
         return "multi-toggle";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_MULTI_TOGGLE}

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumber.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumber.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumber.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumber.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -68,12 +68,12 @@
     //     private int wrapOption;
     //  End of property values
 
-    // Properties which are not explicitely listed but are still applicable 
+    // Properties which are not explicitely listed but are still applicable
     private Color color;
-    
+
     /**
      * Base constructor
-     * 
+     *
      * @param parent {@link FONode} that is the parent of this object
      */
     public PageNumber(FONode parent) {
@@ -113,7 +113,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: empty
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             invalidChildError(loc, nsURI, localName);
@@ -137,34 +137,34 @@
 
     /** @return the "text-decoration" property. */
     public CommonTextDecoration getTextDecoration() {
-        return textDecoration; 
+        return textDecoration;
     }
 
     /** @return the "alignment-adjust" property */
     public Length getAlignmentAdjust() {
         return alignmentAdjust;
     }
-    
+
     /** @return the "alignment-baseline" property */
     public int getAlignmentBaseline() {
         return alignmentBaseline;
     }
-    
+
     /** @return the "baseline-shift" property */
     public Length getBaselineShift() {
         return baselineShift;
     }
-    
+
     /** @return the "dominant-baseline" property */
     public int getDominantBaseline() {
         return dominantBaseline;
     }
-    
+
     /** @return the "line-height" property */
     public SpaceProperty getLineHeight() {
         return lineHeight;
     }
-    
+
     /** {@inheritDoc} */
     public String getLocalName() {
         return "page-number";

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitation.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitation.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitation.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -33,7 +33,7 @@
 
     /**
      * Main constructor
-     * 
+     *
      * @param parent {@link FONode} that is the parent of this object
      */
     public PageNumberCitation(FONode parent) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitationLast.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitationLast.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitationLast.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/PageNumberCitationLast.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -34,13 +34,13 @@
 
     /**
      * Main constructor
-     * 
+     *
      * @param parent the parent {@link FONode}
      */
     public PageNumberCitationLast(FONode parent) {
         super(parent);
     }
-    
+
     /** {@inheritDoc} */
     protected void startOfNode() throws FOPException {
         super.startOfNode();
@@ -57,7 +57,7 @@
     public String getLocalName() {
         return "page-number-citation-last";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_PAGE_NUMBER_CITATION_LAST}

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveMarker.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveMarker.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveMarker.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveMarker.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -109,5 +109,5 @@
      */
     public int getNameId() {
         return FO_RETRIEVE_MARKER;
-    }    
+    }
 }
\ No newline at end of file

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveTableMarker.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveTableMarker.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveTableMarker.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/RetrieveTableMarker.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Wrapper.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Wrapper.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Wrapper.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Wrapper.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -31,20 +31,20 @@
 /**
  * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_wrapper">
  * <code>fo:wrapper</code></a> object.
- * The <code>fo:wrapper</code> object serves as a property holder for 
+ * The <code>fo:wrapper</code> object serves as a property holder for
  * its child node objects.
  */
 public class Wrapper extends FObjMixed {
     // The value of properties relevant for fo:wrapper.
     // End of property values
-    
+
     // used for FO validation
     private boolean blockOrInlineItemFound = false;
 
     /**
      * Create a Wrapper instance that is a child of the
      * given {@link FONode}
-     * 
+     *
      * @param parent {@link FONode} that is the parent of this object
      */
     public Wrapper(FONode parent) {
@@ -54,16 +54,16 @@
     /**
      * {@inheritDoc}
      * <br>XSL Content Model: marker* (#PCDATA|%inline;|%block;)*
-     * <br><i>Additionally (unimplemented): "An fo:wrapper that is a child of an 
-     * fo:multi-properties is only permitted to have children that would 
+     * <br><i>Additionally (unimplemented): "An fo:wrapper that is a child of an
+     * fo:multi-properties is only permitted to have children that would
      * be permitted in place of the fo:multi-properties."</i>
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
         throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if ("marker".equals(localName)) {
                 if (blockOrInlineItemFound) {
-                   nodesOutOfOrderError(loc, "fo:marker", 
+                   nodesOutOfOrderError(loc, "fo:marker",
                         "(#PCDATA|%inline;|%block;)");
                 }
             } else if (isBlockOrInlineItem(nsURI, localName)) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderResolver.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderResolver.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderResolver.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderResolver.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -29,7 +29,7 @@
 
     /**
      * Receives notification of the end of a row.
-     * 
+     *
      * @param row the row that has just been finished
      * @param container the FO element holding the given row
      */
@@ -37,7 +37,7 @@
 
     /**
      * Receives notification of the start of a table-header/footer/body.
-     * 
+     *
      * @param part the part that has started
      */
     void startPart(TablePart part);

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderSpecification.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderSpecification.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderSpecification.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/BorderSpecification.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -37,7 +37,7 @@
 
     /**
      * Creates a new border specification.
-     * 
+     *
      * @param borderInfo the border's informations
      * @param holder the FO element declaring this border
      */
@@ -56,7 +56,7 @@
 
     /**
      * Returns this border's informations.
-     * 
+     *
      * @return this border's informations
      */
     public/*TODO*/ BorderInfo getBorderInfo() {
@@ -65,7 +65,7 @@
 
     /**
      * Returns the FO element declaring this border.
-     * 
+     *
      * @return one of {@link Constants#FO_TABLE}, {@link Constants#FO_TABLE_COLUMN},
      * {@link Constants#FO_TABLE_HEADER}, {@link Constants#FO_TABLE_FOOTER},
      * {@link Constants#FO_TABLE_BODY}, {@link Constants#FO_TABLE_ROW},

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/CollapsingBorderResolver.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/CollapsingBorderResolver.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/CollapsingBorderResolver.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/CollapsingBorderResolver.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -82,7 +82,7 @@
 
         /**
          * Integrates border-before specified on the table and its column.
-         * 
+         *
          * @param row the first row of the table (in the header, or in the body if the
          * table has no header)
          * @param withNormal
@@ -103,7 +103,7 @@
 
         /**
          * Resolves border-after for the first row, border-before for the second one.
-         * 
+         *
          * @param rowBefore
          * @param rowAfter
          */
@@ -129,7 +129,7 @@
 
         /**
          * Integrates border-after specified on the table and its columns.
-         * 
+         *
          * @param row the last row of the footer, or of the last body if the table has no
          * footer
          * @param withNormal
@@ -149,7 +149,7 @@
          * Integrates either border-before specified on the table and its columns if the
          * table has no header, or border-after specified on the cells of the header's
          * last row. For the case the grid unit are at the top of a page.
-         * 
+         *
          * @param row
          */
         void integrateLeadingBorders(List/*<GridUnit>*/ row) {
@@ -165,7 +165,7 @@
          * Integrates either border-after specified on the table and its columns if the
          * table has no footer, or border-before specified on the cells of the footer's
          * first row. For the case the grid unit are at the bottom of a page.
-         * 
+         *
          * @param row
          */
         void integrateTrailingBorders(List/*<GridUnit>*/ row) {
@@ -193,7 +193,7 @@
          * <li>Integrates the border-before of the containing part, if first row;</li>
          * <li>Resolves border-start/end between grid units.</li>
          * </ul>
-         * 
+         *
          * @param row the row being finished
          * @param container the containing element
          */
@@ -402,7 +402,7 @@
              * TODO The border resolution must be done only once for each table column,
              * even if it's repeated; otherwise, re-resolving against the table's borders
              * will lead to null border specifications.
-             * 
+             *
              * Eventually table columns should probably be cloned instead.
              */
             index += col.getNumberColumnsRepeated();

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManager.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManager.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManager.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -40,7 +40,7 @@
 
     /**
      * Returns the number of the column that shall receive the next parsed cell.
-     * 
+     *
      * @return a column number, 1-based
      */
     int getCurrentColumnNumber() {
@@ -50,7 +50,7 @@
     /**
      * Flags columns <code>start</code> to <code>end</code> as occupied,
      * and updates the number of the next available column.
-     * 
+     *
      * @param start start number, inclusive, 1-based
      * @param end   end number, inclusive
      */
@@ -68,7 +68,7 @@
     /**
      * Resets the record of occupied columns, taking into account columns already occupied
      * by previous spanning cells, and computes the number of the first free column.
-     * 
+     *
      * @param pendingSpans List&lt;PendingSpan&gt; of possible spans over the next row
      */
     void prepareForNextRow(List pendingSpans) {
@@ -95,7 +95,7 @@
     /**
      * Checks whether a given column-number is already in use
      * for the current row.
-     * 
+     *
      * @param colNr the column-number to check
      * @return true if column-number is already occupied
      */

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManagerHolder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManagerHolder.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManagerHolder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ColumnNumberManagerHolder.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -28,7 +28,7 @@
 
     /**
      * Returns the encapsulated ColumnNumberManage instance.
-     * 
+     *
      * @return a {@link ColumnNumberManager} instance
      */
     ColumnNumberManager getColumnNumberManager();

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ConditionalBorder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ConditionalBorder.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ConditionalBorder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/ConditionalBorder.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -65,7 +65,7 @@
 
     /**
      * Creates a new conditional border.
-     * 
+     *
      * @param borderSpecification the border specification to take as a basis
      * @param collapsingBorderModel the model that will be used to resolved borders
      */
@@ -83,7 +83,7 @@
 
     /**
      * Resolves and updates the relevant parts of this border as well as the given one.
-     * 
+     *
      * @param competitor
      * @param withNormal
      * @param withLeadingTrailing
@@ -122,7 +122,7 @@
      * {@link #integrateSegment(ConditionalBorder, boolean, boolean, boolean)}, this
      * method nicely handles the case where the CollapsingBorderModel returns null, by
      * keeping the components to their old values.
-     * 
+     *
      * @param competitor
      * @param withNormal
      * @param withLeadingTrailing
@@ -156,7 +156,7 @@
     /**
      * Updates this border after taking into account the given segment. The
      * CollapsingBorderModel is not expected to return null.
-     * 
+     *
      * @param segment
      * @param withNormal
      * @param withLeadingTrailing
@@ -181,7 +181,7 @@
 
     /**
      * Returns a shallow copy of this border.
-     * 
+     *
      * @return a copy of this border
      */
     ConditionalBorder copy() {
@@ -195,7 +195,7 @@
 
     /**
      * Returns a default border specification.
-     * 
+     *
      * @param collapsingBorderModel the model that will be used to resolve borders
      * @return a border with style 'none' for all of the three components
      */

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/EffRow.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/EffRow.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/EffRow.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/EffRow.java Thu Jul 24 02:35:34 2008
@@ -34,19 +34,19 @@
  * the row as well as some additional values.
  */
 public class EffRow {
-    
+
     /** Indicates that the row is the first in a table-body */
     public static final int FIRST_IN_PART = GridUnit.FIRST_IN_PART;
     /** Indicates that the row is the last in a table-body */
     public static final int LAST_IN_PART = GridUnit.LAST_IN_PART;
-    
+
     private List gridUnits = new java.util.ArrayList();
     private int index;
     /** One of HEADER, FOOTER, BODY */
     private int bodyType;
     private MinOptMax height;
     private MinOptMax explicitHeight;
-    
+
     /**
      * Creates a new effective row instance.
      * @param index index of the row
@@ -70,45 +70,45 @@
     public int getIndex() {
         return this.index;
     }
-    
+
     /**
-     * @return an indicator what type of body this EffRow is in (one of HEADER, FOOTER, BODY 
+     * @return an indicator what type of body this EffRow is in (one of HEADER, FOOTER, BODY
      * as found on TableRowIterator)
      */
     public int getBodyType() {
         return this.bodyType;
     }
-    
+
     /** @return the table-row FO for this EffRow, or null if there is no table-row. */
     public TableRow getTableRow() {
         return getGridUnit(0).getRow();
     }
-    
+
     /**
      * Returns the calculated height for this EffRow, including the cells'
      * bpds/paddings/borders, and the table's border-separation.
-     * 
+     *
      * @return the row's height
      */
     public MinOptMax getHeight() {
         return this.height;
     }
-    
+
     /**
      * Sets the calculated height for this EffRow, including everything (cells' bpds,
      * paddings, borders, and border-separation).
-     * 
+     *
      * @param mom the calculated height
      */
     public void setHeight(MinOptMax mom) {
         this.height = mom;
     }
-    
+
     /** @return the explicit height of the EffRow (as specified through properties) */
     public MinOptMax getExplicitHeight() {
         return this.explicitHeight;
     }
-    
+
     /**
      * Sets the height for this row that resulted from the explicit height properties specified
      * by the user.
@@ -117,12 +117,12 @@
     public void setExplicitHeight(MinOptMax mom) {
         this.explicitHeight = mom;
     }
-    
+
     /** @return the list of GridUnits for this EffRow */
     public List getGridUnits() {
         return gridUnits;
     }
-    
+
     /**
      * Returns the grid unit at a given position.
      * @param column index of the grid unit in the row (zero based)
@@ -131,9 +131,9 @@
     public GridUnit getGridUnit(int column) {
         return (GridUnit)gridUnits.get(column);
     }
-    
+
     /**
-     * Returns the grid unit at a given position. In contrast to getGridUnit() this 
+     * Returns the grid unit at a given position. In contrast to getGridUnit() this
      * method returns null if there's no grid unit at the given position. The number of
      * grid units for row x can be smaller than the number of grid units for row x-1.
      * @param column index of the grid unit in the row (zero based)
@@ -167,7 +167,7 @@
     /**
      * Returns the strength of the keep constraint if the enclosing (if any) fo:table-row element
      * of this row, or if any of the cells starting on this row, have keep-with-previous set.
-     * 
+     *
      * @return the strength of the keep-with-previous constraint
      */
     public int getKeepWithPreviousStrength() {
@@ -189,7 +189,7 @@
     /**
      * Returns the strength of the keep constraint if the enclosing (if any) fo:table-row element
      * of this row, or if any of the cells ending on this row, have keep-with-next set.
-     * 
+     *
      * @return the strength of the keep-with-next constraint
      */
     public int getKeepWithNextStrength() {
@@ -224,7 +224,7 @@
         }
         return strength;
     }
-    
+
     /**
      * Returns the break class for this row. This is a combination of break-before set on
      * the first children of any cells starting on this row.
@@ -233,7 +233,7 @@
      * belongs to a group of spanned rows (see XSL-FO 1.1, 7.20.2).
      * <p><strong>Note:</strong> this works only after getNextKuthElements on the
      * corresponding TableCellLM have been called!</p>
-     * 
+     *
      * @return one of {@link Constants#EN_AUTO}, {@link Constants#EN_COLUMN}, {@link
      * Constants#EN_PAGE}, {@link Constants#EN_EVEN_PAGE}, {@link Constants#EN_ODD_PAGE}
      */
@@ -257,7 +257,7 @@
      * belongs to a group of spanned rows (see XSL-FO 1.1, 7.20.1).
      * <p><strong>Note:</strong> this works only after getNextKuthElements on the
      * corresponding TableCellLM have been called!</p>
-     * 
+     *
      * @return one of {@link Constants#EN_AUTO}, {@link Constants#EN_COLUMN}, {@link
      * Constants#EN_PAGE}, {@link Constants#EN_EVEN_PAGE}, {@link Constants#EN_ODD_PAGE}
      */

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/FixedColRowGroupBuilder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/FixedColRowGroupBuilder.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/FixedColRowGroupBuilder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/FixedColRowGroupBuilder.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/GridUnit.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/GridUnit.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/GridUnit.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/GridUnit.java Thu Jul 24 02:35:34 2008
@@ -78,7 +78,7 @@
 
     /**
      * Creates a new grid unit.
-     * 
+     *
      * @param table the containing table
      * @param colSpanIndex index of this grid unit in the span, in column direction
      * @param rowSpanIndex index of this grid unit in the span, in row direction
@@ -90,7 +90,7 @@
 
     /**
      * Creates a new grid unit.
-     * 
+     *
      * @param cell table cell which occupies this grid unit
      * @param colSpanIndex index of this grid unit in the span, in column direction
      * @param rowSpanIndex index of this grid unit in the span, in row direction
@@ -103,7 +103,7 @@
 
     /**
      * Creates a new grid unit.
-     * 
+     *
      * @param primary the before-start grid unit of the cell containing this grid unit
      * @param colSpanIndex index of this grid unit in the span, in column direction
      * @param rowSpanIndex index of this grid unit in the span, in row direction
@@ -161,7 +161,7 @@
 
     /**
      * Returns the fo:table-row element (if any) this grid unit belongs to.
-     * 
+     *
      * @return the row containing this grid unit, or null if there is no fo:table-row
      * element in the corresponding table-part
      */
@@ -175,7 +175,7 @@
 
     /**
      * Returns the before-start grid unit of the cell containing this grid unit.
-     * 
+     *
      * @return the before-start grid unit of the cell containing this grid unit.
      */
     public PrimaryGridUnit getPrimary() {
@@ -184,7 +184,7 @@
 
     /**
      * Is this grid unit the before-start grid unit of the cell?
-     * 
+     *
      * @return true if this grid unit is the before-start grid unit of the cell
      */
     public boolean isPrimary() {
@@ -193,7 +193,7 @@
 
     /**
      * Does this grid unit belong to an empty cell?
-     * 
+     *
      * @return true if this grid unit belongs to an empty cell
      */
     public boolean isEmpty() {
@@ -227,7 +227,7 @@
     /**
      * Returns the resolved border-before of this grid unit, in the collapsing-border
      * model.
-     * 
+     *
      * @param which one of {@link ConditionalBorder#NORMAL},
      * {@link ConditionalBorder#LEADING_TRAILING} or {@link ConditionalBorder#REST}
      * @return the corresponding border
@@ -249,7 +249,7 @@
     /**
      * Returns the resolved border-after of this grid unit, in the collapsing-border
      * model.
-     * 
+     *
      * @param which one of {@link ConditionalBorder#NORMAL},
      * {@link ConditionalBorder#LEADING_TRAILING} or {@link ConditionalBorder#REST}
      * @return the corresponding border
@@ -271,7 +271,7 @@
     /**
      * Returns the resolved border-start of this grid unit, in the collapsing-border
      * model.
-     * 
+     *
      * @return the corresponding border
      */
     public BorderInfo getBorderStart() {
@@ -281,7 +281,7 @@
     /**
      * Returns the resolved border-end of this grid unit, in the collapsing-border
      * model.
-     * 
+     *
      * @return the corresponding border
      */
     public BorderInfo getBorderEnd() {
@@ -291,7 +291,7 @@
     /**
      * Resolve collapsing borders for the given cell. Used in case of the collapsing
      * border model.
-     * 
+     *
      * @param other neighbouring grid unit
      * @param side the side to resolve (one of
      * CommonBorderPaddingBackground.BEFORE|AFTER|START|END)
@@ -327,7 +327,7 @@
     /**
      * For the given side, integrates in the conflict resolution the border segment of the
      * given parent element.
-     * 
+     *
      * @param side the side to consider (either CommonBorderPaddingBackground.BEFORE or
      * AFTER)
      * @param parent a table element whose corresponding border coincides on the given
@@ -351,7 +351,7 @@
     /**
      * For the given side, integrates in the conflict resolution the border segment of the
      * given parent element.
-     * 
+     *
      * @param side the side to consider (one of
      * CommonBorderPaddingBackground.BEFORE|AFTER|START|END)
      * @param parent a table element whose corresponding border coincides on the given side
@@ -376,7 +376,7 @@
 
     /**
      * For the given side, integrates in the conflict resolution the given border segment.
-     * 
+     *
      * @param side the side to consider (one of CommonBorderPaddingBackground.START|END)
      * @param segment a border specification to integrate at the given side
      */
@@ -409,7 +409,7 @@
 
     /**
      * Returns a flag for this GridUnit.
-     * 
+     *
      * @param which the requested flag
      * @return the value of the flag
      */
@@ -419,7 +419,7 @@
 
     /**
      * Sets a flag on a GridUnit.
-     * 
+     *
      * @param which the flag to set
      * @param value the new value for the flag
      */
@@ -433,7 +433,7 @@
 
     /**
      * Sets the given flag on this grid unit.
-     * 
+     *
      * @param which the flag to set
      */
     public void setFlag(int which) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PendingSpan.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PendingSpan.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PendingSpan.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PendingSpan.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -31,7 +31,7 @@
 
     /**
      * Constructor
-     * 
+     *
      * @param rows  number of rows spanned
      */
     public PendingSpan(int rows) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PrimaryGridUnit.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PrimaryGridUnit.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PrimaryGridUnit.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/PrimaryGridUnit.java Thu Jul 24 02:35:34 2008
@@ -75,7 +75,7 @@
 
     /**
      * Returns the fo:table-header/footer/body element containing this cell.
-     * 
+     *
      * @return the enclosing table part
      */
     public TablePart getTablePart() {
@@ -119,7 +119,7 @@
      * border model the border-separation is included. In the collapsing model only half
      * of them is counted, since the other halves belong to the neighbouring cells; also,
      * the returned value is the maximum of the segments of each applicable grid unit.
-     * 
+     *
      * @return the sum of the before and after border widths
      */
     public int getBeforeAfterBorderWidth() {
@@ -133,7 +133,7 @@
      * model only half of the border is counted, since the other half belongs to the
      * preceding cell; also, the returned value is the maximum of the segments of each
      * applicable grid unit.
-     * 
+     *
      * @param rowIndex index of the span for which the border must be computed, 0-based
      * @param which one of {@link ConditionalBorder#NORMAL},
      * {@link ConditionalBorder#LEADING_TRAILING} or {@link ConditionalBorder#REST}
@@ -179,7 +179,7 @@
      * model only half of the border is counted, since the other half belongs to the
      * following cell; also, the returned value is the maximum of the segments of each
      * applicable grid unit.
-     * 
+     *
      * @param rowIndex index of the span for which the border must be computed, 0-based
      * @param which one of {@link ConditionalBorder#NORMAL},
      * {@link ConditionalBorder#LEADING_TRAILING} or {@link ConditionalBorder#REST}
@@ -222,7 +222,7 @@
     /**
      * Returns the width of the before-after for the last row-span of this cell. See
      * {@link #getAfterBorderWidth(int, int)}.
-     * 
+     *
      * @param which one of {@link ConditionalBorder#NORMAL},
      * {@link ConditionalBorder#LEADING_TRAILING} or {@link ConditionalBorder#REST}
      * @return the after border width
@@ -264,7 +264,7 @@
      * enclosing table part, of the first row spanned by the cell. Note that if the table
      * has several table-body children, then the index grows continuously across them;
      * they are considered to form one single part, the "body of the table".
-     * 
+     *
      * @return the index of the row this grid unit belongs to, 0-based.
      */
     public int getRowIndex() {
@@ -273,7 +273,7 @@
 
     /**
      * Returns the index of the column this grid unit belongs to.
-     * 
+     *
      * @return the column index, 0-based
      */
     public int getColIndex() {
@@ -331,7 +331,7 @@
     /**
      * Returns the strength of the keep constraint if the first child block (or its descendants)
      * of this cell has keep-with-previous.
-     * 
+     *
      * @return the keep-with-previous strength
      */
     public int getKeepWithPreviousStrength() {
@@ -349,7 +349,7 @@
     /**
      * Returns the strength of the keep constraint if the last child block (or its descendants) of
      * this cell has keep-with-next.
-     * 
+     *
      * @return the keep-with-next strength
      */
     public int getKeepWithNextStrength() {
@@ -366,7 +366,7 @@
 
     /**
      * Returns the class of the before break for the first child element of this cell.
-     * 
+     *
      * @return one of {@link Constants#EN_AUTO}, {@link Constants#EN_COLUMN}, {@link
      * Constants#EN_PAGE}, {@link Constants#EN_EVEN_PAGE}, {@link Constants#EN_ODD_PAGE}
      */
@@ -376,7 +376,7 @@
 
     /**
      * Don't use, reserved for TableCellLM. TODO
-     * 
+     *
      * @param breakBefore the breakBefore to set
      */
     public void setBreakBefore(int breakBefore) {
@@ -385,7 +385,7 @@
 
     /**
      * Returns the class of the before after for the last child element of this cell.
-     * 
+     *
      * @return one of {@link Constants#EN_AUTO}, {@link Constants#EN_COLUMN}, {@link
      * Constants#EN_PAGE}, {@link Constants#EN_EVEN_PAGE}, {@link Constants#EN_ODD_PAGE}
      */
@@ -395,7 +395,7 @@
 
     /**
      * Don't use, reserved for TableCellLM. TODO
-     * 
+     *
      * @param breakAfter the breakAfter to set
      */
     public void setBreakAfter(int breakAfter) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/RowGroupBuilder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/RowGroupBuilder.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/RowGroupBuilder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/RowGroupBuilder.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -33,7 +33,7 @@
 
     /**
      * Creates and initialises a new builder for the given table.
-     * 
+     *
      * @param t a table
      */
     protected RowGroupBuilder(Table t) {
@@ -43,14 +43,14 @@
 
     /**
      * Adds a table-cell to the current row-group, creating {@link GridUnit}s accordingly.
-     * 
+     *
      * @param cell the cell to add
      */
     abstract void addTableCell(TableCell cell);
 
     /**
      * Receives notification of the start of an fo:table-row element.
-     * 
+     *
      * @param tableRow the row being started
      */
     abstract void startTableRow(TableRow tableRow);
@@ -66,17 +66,17 @@
      * Receives notification of the end of the current row, when the source contains no
      * fo:table-row element. If the current row finishes the row group, the
      * {@link TablePart#addRowGroup(List)} method of the given table part will be called.
-     * 
+     *
      * <p>If the source does contain explicit fo:table-row elements, then the
      * {@link #endTableRow()} method will be called instead.</p>
-     * 
+     *
      * @param part the part containing the current row
      */
     abstract void endRow(TablePart part);
 
     /**
      * Receives notification of the start of a table-header/footer/body.
-     * 
+     *
      * @param part the part being started
      */
     abstract void startTablePart(TablePart part);
@@ -85,14 +85,14 @@
      * Receives notification of the end of a table-header/footer/body. The current
      * row-group is checked for emptiness. This row group builder is reset for handling
      * further possible table parts.
-     * 
+     *
      * @throws ValidationException if a row-spanning cell overflows the given table part
      */
     abstract void endTablePart() throws ValidationException;
 
     /**
      * Receives notification of the end of the table.
-     * 
+     *
      * @throws ValidationException if a row-spanning cell overflows one of the table's parts
      */
     abstract void endTable() throws ValidationException;

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/SeparateBorderResolver.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/SeparateBorderResolver.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/SeparateBorderResolver.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/SeparateBorderResolver.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/Table.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/Table.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/Table.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/Table.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -224,7 +224,7 @@
 
     /** {@inheritDoc} */
     public void finalizeNode() throws FOPException {
-        
+
         if (!tableBodyFound) {
            missingChildElementError(
                    "(marker*,table-column*,table-header?,table-footer?"
@@ -246,9 +246,9 @@
             this.propList = null;
             rowGroupBuilder = null;
         }
-        
+
     }
-    
+
     /** {@inheritDoc} */
     protected void addChildNode(FONode child) throws FOPException {
 
@@ -274,7 +274,7 @@
                 } else {
                     rowGroupBuilder = new VariableColRowGroupBuilder(this);
                 }
-                
+
             }
             switch (childId) {
             case FO_TABLE_FOOTER:
@@ -309,7 +309,7 @@
      * Creates the appropriate number of additional implicit columns to match the given
      * column number. Used when the table has no explicit column: the number of columns is
      * then determined by the row that has the most columns.
-     * 
+     *
      * @param columnNumber the table must at least have this number of column
      * @throws FOPException if there was an error creating the property list for implicit
      * columns
@@ -339,7 +339,7 @@
     /**
      * Adds a column to the columns List, and updates the columnIndex
      * used for determining initial values for column-number
-     * 
+     *
      * @param col   the column to add
      */
     private void addColumnNode(TableColumn col) {
@@ -385,7 +385,7 @@
 
     /**
      * Returns the column at the given index.
-     * 
+     *
      * @param index index of the column to be retrieved, 0-based
      * @return the corresponding column (may be an implicitly created column)
      */
@@ -395,7 +395,7 @@
 
     /**
      * Returns the number of columns of this table.
-     * 
+     *
      * @return the number of columns, implicit or explicit, in this table
      */
     public int getNumberOfColumns() {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableAndCaption.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -49,7 +49,7 @@
     //     private KeepProperty keepWithPrevious;
     //     private int textAlign;
     // End of property values
-    
+
     static boolean notImplementedWarningGiven = false;
 
     /** used for FO validation */
@@ -86,7 +86,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: marker* table-caption? table
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
 
         if (FO_URI.equals(nsURI)) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableBody.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableBody.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableBody.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableBody.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCaption.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCaption.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCaption.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCaption.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -82,7 +82,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: marker* (%block;)
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
             throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if (localName.equals("marker")) {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCell.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCell.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCell.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCell.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -108,7 +108,7 @@
 
     /** {@inheritDoc} */
     public void finalizeNode() throws FOPException {
-        
+
         if (!blockItemFound) {
             missingChildElementError("marker* (%block;)+", true);
         }
@@ -118,9 +118,9 @@
                     getUserAgent().getEventBroadcaster());
             eventProducer.startEndRowUnderTableRowWarning(this, getLocator());
         }
-        
+
     }
-    
+
     /**
      * {@inheritDoc}
      * <br>XSL Content Model: marker* (%block;)+

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCellContainer.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCellContainer.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCellContainer.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableCellContainer.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -94,7 +94,7 @@
 
     /**
      * Returns the enclosing table-header/footer/body of this container.
-     * 
+     *
      * @return <code>this</code> for TablePart, or the parent element for TableRow
      */
     abstract TablePart getTablePart();

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableColumn.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableColumn.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableColumn.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableColumn.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableEventProducer.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableEventProducer.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableEventProducer.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableEventProducer.java Thu Jul 24 02:35:34 2008
@@ -33,7 +33,7 @@
 
     /** Provider class for the event producer. */
     class Provider {
-        
+
         /**
          * Returns an event producer.
          * @param broadcaster the event broadcaster to use
@@ -83,7 +83,7 @@
      */
     void footerOrderCannotRecover(Object source, String elementName, Locator loc)
             throws ValidationException;
-    
+
     /**
      * starts-row/ends-row for fo:table-cells non-applicable for children of an fo:table-row
      * @param source the event source
@@ -93,7 +93,7 @@
     void startEndRowUnderTableRowWarning(Object source, Locator loc);
 
     /**
-     * Column-number or number of cells in the row overflows the number of fo:table-column 
+     * Column-number or number of cells in the row overflows the number of fo:table-column
      * specified for the table.
      * @param source the event source
      * @param loc the location of the error or null
@@ -166,5 +166,5 @@
     void breakIgnoredDueToRowSpanning(Object source, String elementName, boolean breakBefore,
             Locator loc);
 
-    
+
 }

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -234,7 +234,7 @@
             setCollapsedBorders();
         }
     }
-    
+
     /**
      * Prepares the borders of this element if the collapsing-border model is in use.
      * Conflict resolution with parent elements is done where applicable.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFooter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFooter.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFooter.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFooter.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableHeader.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableHeader.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableHeader.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableHeader.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -79,7 +79,7 @@
     public void processNode(String elementName, Locator locator,
                             Attributes attlist, PropertyList pList)
                     throws FOPException {
-        
+
         super.processNode(elementName, locator, attlist, pList);
         if (!inMarker()) {
             Table t = getTable();
@@ -94,7 +94,7 @@
             }
             columnNumberManager = new ColumnNumberManager();
         }
-        
+
     }
 
     /** {@inheritDoc} */

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableRow.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableRow.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableRow.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableRow.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -118,7 +118,7 @@
             columnNumberManager = null;
         }
     }
-    
+
     /**
      * {@inheritDoc} String, String)
      * <br>XSL Content Model: (table-cell+)

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/VariableColRowGroupBuilder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/VariableColRowGroupBuilder.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/VariableColRowGroupBuilder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/VariableColRowGroupBuilder.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -43,7 +43,7 @@
     private static interface Event {
         /**
          * Plays this event
-         * 
+         *
          * @param rowGroupBuilder the delegate builder which will actually create the row
          * groups
          * @throws ValidationException if a row-spanning cell overflows its parent body

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -32,7 +32,7 @@
  * <code>fox:external-document</code></a> extension object.
  */
 public abstract class AbstractPageSequence extends FObj {
-    
+
     // The value of properties relevant for fo:page-sequence.
     protected Numeric initialPageNumber;
     protected int forcePageCount;
@@ -81,7 +81,7 @@
      */
     public void initPageNumber() {
         int pageNumberType = 0;
-        
+
         if (initialPageNumber.getEnum() != 0) {
             // auto | auto-odd | auto-even.
             startingPageNumber = getRoot().getEndingPageNumberOfPreviousSequence() + 1;
@@ -143,7 +143,7 @@
     public Numeric getInitialPageNumber() {
         return initialPageNumber;
     }
-    
+
     /**
      * Get the value of the <code>reference-orientation</code> property.
      * @return the "reference-orientation" property

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ColorProfile.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ColorProfile.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ColorProfile.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ColorProfile.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -60,7 +60,7 @@
      * {@inheritDoc}
      * <br>XSL 1.0/FOP: EMPTY (no child nodes permitted)
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             invalidChildError(loc, nsURI, localName);
@@ -78,7 +78,7 @@
     public String getLocalName() {
         return "color-profile";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_COLOR_PROFILE}
@@ -86,26 +86,26 @@
     public int getNameId() {
         return FO_COLOR_PROFILE;
     }
-    
-    /** 
+
+    /**
      * Get src attribute
-     * 
+     *
      * @return value of color-profile src attribute
      */
     public String getSrc() {
         return this.src;
     }
-    
+
     /**
      * Get rendering-intent attribute
-     * 
+     *
      * Returned value is one of
      *   Constants.EN_AUTO
      *   Constants.EN_PERCEPTUAL
      *   Constants.EN_RELATIVE_COLOMETRIC
      *   Constants.EN_SATURATION
      *   Constants.EN_ABSOLUTE_COLORMETRIC
-     *    
+     *
      * @return Rendering intent attribute
      */
     public int getRenderingIntent() {

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -31,7 +31,7 @@
 /**
  * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_conditional-page-master-reference">
  * <code>fo:conditional-page-master-reference</code></a> object.
- * 
+ *
  * This is a reference to a page master with a set of conditions.
  * The conditions must be satisfied for the referenced master to
  * be used.
@@ -45,7 +45,7 @@
     private int oddOrEven;
     private int blankOrNotBlank;
     // End of property values
-    
+
     /**
      * Create a ConditionalPageMasterReference instance that is a
      * child of the given {@link FONode}.
@@ -65,7 +65,7 @@
 
         if (masterReference == null || masterReference.equals("")) {
             missingPropertyError("master-reference");
-        }        
+        }
     }
 
     /** {@inheritDoc} */
@@ -76,12 +76,12 @@
     private RepeatablePageMasterAlternatives getConcreteParent() {
         return (RepeatablePageMasterAlternatives) parent;
     }
-    
+
     /**
      * {@inheritDoc}
      * <br>XSL Content Model: empty
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
            throws ValidationException {
        invalidChildError(loc, nsURI, localName);
     }
@@ -158,7 +158,7 @@
     public String getMasterReference() {
         return masterReference;
     }
-    
+
     /**
      * Get the value for the <code>page-position</code> property.
      * @return the page-position property value
@@ -166,12 +166,12 @@
     public int getPagePosition() {
         return this.pagePosition;
     }
-    
+
     /** {@inheritDoc} */
     public String getLocalName() {
         return "conditional-page-master-reference";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_CONDITIONAL_PAGE_MASTER_REFERENCE}

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Declarations.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Declarations.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Declarations.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Declarations.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -61,7 +61,7 @@
      * <br>XSL 1.0: (color-profile)+ (and non-XSL NS nodes)
      * <br>FOP/XSL 1.1: (color-profile)* (and non-XSL NS nodes)
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if (!localName.equals("color-profile")) {
@@ -88,7 +88,7 @@
                                 cp.getName(), "color-profile-name", locator);
                     }
                 } else {
-                    log.debug("Ignoring element " + node.getName() 
+                    log.debug("Ignoring element " + node.getName()
                             + " inside fo:declarations.");
                 }
             }
@@ -112,7 +112,7 @@
     public String getLocalName() {
         return "declarations";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_DECLARATIONS}
@@ -120,13 +120,13 @@
     public int getNameId() {
         return FO_DECLARATIONS;
     }
-    
+
     /**
      * Return ColorProfile with given name.
-     * 
-     * @param cpName Name of ColorProfile, i.e. the value of the color-profile-name attribute of 
+     *
+     * @param cpName Name of ColorProfile, i.e. the value of the color-profile-name attribute of
      *               the fo:color-profile element
-     * @return The org.apache.fop.fo.pagination.ColorProfile object associated with this 
+     * @return The org.apache.fop.fo.pagination.ColorProfile object associated with this
      *         color-profile-name or null
      */
     public ColorProfile getColorProfile(String cpName) {
@@ -136,6 +136,6 @@
         }
         return profile;
     }
-    
-    
+
+
 }

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Flow.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Flow.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Flow.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/Flow.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -36,7 +36,7 @@
     // The value of properties relevant for fo:flow.
     private String flowName;
     // End of property values
-    
+
     /** used for FO validation */
     private boolean blockItemFound = false;
 
@@ -53,7 +53,7 @@
         super.bind(pList);
         flowName = pList.get(PR_FLOW_NAME).getString();
     }
-    
+
     /** {@inheritDoc} */
     protected void startOfNode() throws FOPException {
         if (flowName == null || flowName.equals("")) {
@@ -92,7 +92,7 @@
      * {@inheritDoc}
      * <br>XSL Content Model: marker* (%block;)+
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
                 throws ValidationException {
         if (FO_URI.equals(nsURI)) {
             if (localName.equals("marker")) {
@@ -124,7 +124,7 @@
     public String getLocalName() {
         return "flow";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_FLOW}

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -81,11 +81,11 @@
      * {@inheritDoc}
      * <br>XSL/FOP: (simple-page-master|page-sequence-master)+
      */
-    protected void validateChildNode(Locator loc, String nsURI, String localName) 
+    protected void validateChildNode(Locator loc, String nsURI, String localName)
             throws ValidationException {
         if (FO_URI.equals(nsURI)) {
-            if (!localName.equals("simple-page-master") 
-                && !localName.equals("page-sequence-master")) {   
+            if (!localName.equals("simple-page-master")
+                && !localName.equals("page-sequence-master")) {
                     invalidChildError(loc, nsURI, localName);
             }
         }
@@ -207,7 +207,7 @@
     public String getLocalName() {
         return "layout-master-set";
     }
-    
+
     /**
      * {@inheritDoc}
      * @return {@link org.apache.fop.fo.Constants#FO_LAYOUT_MASTER_SET}

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,7 +16,7 @@
  */
 
 /* $Id$ */
- 
+
 package org.apache.fop.fo.pagination;
 
 /**

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageProductionException.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageProductionException.java?rev=679326&r1=679325&r2=679326&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageProductionException.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageProductionException.java Thu Jul 24 02:35:34 2008
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -37,7 +37,7 @@
 
     private String localizedMessage;
     private Locator locator;
-    
+
     /**
      * Creates a new PageProductionException.
      * @param message the message
@@ -47,7 +47,7 @@
         super(message);
         setLocator(locator);
     }
-    
+
     /**
      * Set a location associated with the exception.
      * @param locator the locator holding the location.
@@ -64,7 +64,7 @@
     public Locator getLocator() {
         return this.locator;
     }
-    
+
     /**
      * Sets the localized message for this exception.
      * @param msg the localized message
@@ -81,7 +81,7 @@
             return super.getLocalizedMessage();
         }
     }
-    
+
     /** Exception factory for {@link PageProductionException}. */
     public static class PageProductionExceptionFactory implements ExceptionFactory {
 
@@ -96,11 +96,11 @@
             }
             return ex;
         }
-        
+
         /** {@inheritDoc} */
         public Class getExceptionClass() {
             return PageProductionException.class;
         }
-        
-    }    
+
+    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org