From: William Victor Mote Date: Mon, 24 Mar 2003 22:22:40 +0000 (+0000) Subject: Add some tags for consistency. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1742 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bbf8c4636d7552b8e54034ead140308ed978c153;p=xmlgraphics-fop.git Add some tags for consistency. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196130 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/design/architecture.xml b/src/documentation/content/xdocs/design/architecture.xml index 960bd13e9..04943d224 100644 --- a/src/documentation/content/xdocs/design/architecture.xml +++ b/src/documentation/content/xdocs/design/architecture.xml @@ -18,8 +18,8 @@
Startup
    -
  • The job starts in apps.Fop.main().
  • -
  • Control is passed to apps.CommandLineStarter.run().
  • +
  • The job starts in apps.Fop.main().
  • +
  • Control is passed to apps.CommandLineStarter.run().
  • Control is passed to apps.Driver.render(). This class fires up a SAX parser, the events from which indirectly control the remaining processing, including building the FO Tree, building the Area Tree, rendering, output and logging.
@@ -27,8 +27,8 @@ Formatting Object Tree
  • The SAX events that the parser creates are handled by fo.FOTreeBuilder, which uses startElement(), endElement(), and characters() methods to build the FO Tree.
  • -
  • fo.FOTreeBuilder.endElement() runs the end() method for each node as it is created. The fo.pagination.PageSequence class overrides this end() method to run apps.LayoutHandler.endPageSequence().
  • -
  • apps.LayoutHandler.endPageSequence() in turn runs fo.pagination.PageSequence.format, which drives the layout process.
  • +
  • fo.FOTreeBuilder.endElement() runs the end() method for each node as it is created. The fo.pagination.PageSequence class overrides this end() method to run apps.LayoutHandler.endPageSequence().
  • +
  • apps.LayoutHandler.endPageSequence() in turn runs fo.pagination.PageSequence.format(), which drives the layout process.