]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix table rows.
authorWilliam Victor Mote <vmote@apache.org>
Mon, 7 Apr 2003 04:58:52 +0000 (04:58 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 7 Apr 2003 04:58:52 +0000 (04:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196224 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/implement.xml

index e69463b128e788dc62f6426b9f839b7b7a7ea69b..5f6740aa013b92353ece4d675b3009663a347d79 100644 (file)
         </tr>
         <tr>
           <td colspan="2">The SAX events that the parser creates are handled by <em>fo.FOTreeBuilder</em>, which uses <code>startElement()</code>, <code>endElement()</code>, and <code>characters()</code> methods to build the FO Tree.</td>
+        </tr>
+        <tr>
           <td><em>fo.FOTreeBuilder.endElement()</em> runs the end() method for each node as it is created. The <em>fo.pagination.PageSequence</em> class overrides this end() method to run <em>apps.LayoutHandler.endPageSequence()</em>, which in turn runs <em>fo.pagination.PageSequence.format()</em>.</td>
           <td>the end of a PageSequence element causes the PageSequence object to be passed to <em>apps.StreamRenderer.render</em>, which in turn runs fo.pagination.PageSequence.format.</td>
         </tr>
         <tr>
-          <td></td>
+          <td>.</td>
           <td><em>fo.pagination.PageSequence.addFlow()</em> programatically adds a Flow object to the page sequence.</td>
         </tr>
         <tr>
-          <td></td>
+          <td>.</td>
           <td>fo.pagination.PageSequence.makePage() creates a BodyArea and passes it to <em>fo.Flow.layout</em></td>
         </tr>
         <tr>