From: William Victor Mote Date: Tue, 1 Apr 2003 17:26:50 +0000 (+0000) Subject: add comments that cover the maintenance branch X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1678 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e852eafa733e91b1ae444fcf373e04fe8eccb1b;p=xmlgraphics-fop.git add comments that cover the maintenance branch git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196198 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/design/architecture.xml b/src/documentation/content/xdocs/design/architecture.xml index 04943d224..c89b89f59 100644 --- a/src/documentation/content/xdocs/design/architecture.xml +++ b/src/documentation/content/xdocs/design/architecture.xml @@ -10,7 +10,7 @@ -

The purpose of this document is to tie together the FOP design (interface) with some of the key points where control is passed within FOP (implementation), so that developers can quickly find the section of code that is relevant to their needs. The process described is for a "typical" command-line document. All class names are in org.apache.fop unless otherwise designated.

+

The purpose of this document is to tie together the FOP design (interface) with some of the key points where control is passed within FOP (implementation), so that developers can quickly find the section of code that is relevant to their needs. The process described is for a "typical" command-line document. All classes are in org.apache.fop unless otherwise designated.

Overview

The input FO document is sent to the FO tree builder via SAX events. Fragments of an FO Tree are built from this process. As each page-sequence element is completed, it is passed to a layout processor, which in turn converts it into an Area Tree. The Area Tree is then given to the Renderer, which converts it into a stream of data containing the output document. The sections below will provide additional details.

@@ -27,8 +27,7 @@ Formatting Object Tree