From ba73f9d72b168c9f361da76cd9b2a40b64aa6373 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 21 Apr 2003 21:09:31 +0000 Subject: [PATCH] Remove top-level section. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196293 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/design/understanding/area_tree.xml | 4 ---- .../content/xdocs/design/understanding/fo_tree.xml | 4 ---- .../content/xdocs/design/understanding/layout_managers.xml | 4 ---- .../content/xdocs/design/understanding/properties.xml | 3 --- .../content/xdocs/design/understanding/renderers.xml | 5 ----- 5 files changed, 20 deletions(-) diff --git a/src/documentation/content/xdocs/design/understanding/area_tree.xml b/src/documentation/content/xdocs/design/understanding/area_tree.xml index 35e207b12..69adee7f5 100644 --- a/src/documentation/content/xdocs/design/understanding/area_tree.xml +++ b/src/documentation/content/xdocs/design/understanding/area_tree.xml @@ -10,8 +10,6 @@
Area Tree -
- Area Tree

The Area Tree is an internal representation of the result document. This is a set of java classes that can put together a set of objects that represent the pages and their contents.

@@ -119,8 +117,6 @@ renderer. This is useful for setting the title and organising the groups of page sequences.

-
- diff --git a/src/documentation/content/xdocs/design/understanding/fo_tree.xml b/src/documentation/content/xdocs/design/understanding/fo_tree.xml index 6dfff2bd3..8e8cfaca5 100644 --- a/src/documentation/content/xdocs/design/understanding/fo_tree.xml +++ b/src/documentation/content/xdocs/design/understanding/fo_tree.xml @@ -8,8 +8,6 @@ -
- FO Tree

The FO Tree is a representation of the XSL:FO document. This represents the Objectify step from the @@ -137,8 +135,6 @@ creation of areas.

- - diff --git a/src/documentation/content/xdocs/design/understanding/layout_managers.xml b/src/documentation/content/xdocs/design/understanding/layout_managers.xml index a16f7eca4..4fb8a58e4 100644 --- a/src/documentation/content/xdocs/design/understanding/layout_managers.xml +++ b/src/documentation/content/xdocs/design/understanding/layout_managers.xml @@ -7,9 +7,6 @@ Layout Managers -
- Layout Managers -

The role of the layout managers is to build the Area Tree by using the information from the FO Tree. The layout managers decide where information is placed in the area tree.

@@ -57,7 +54,6 @@ turn effects the available size of the main reference area that contains the flow.

A layout manager handles the adding and removing of footnotes/floats, this in turn effects the available space in the main reference area.

-
diff --git a/src/documentation/content/xdocs/design/understanding/properties.xml b/src/documentation/content/xdocs/design/understanding/properties.xml index 54d952410..6e2348549 100644 --- a/src/documentation/content/xdocs/design/understanding/properties.xml +++ b/src/documentation/content/xdocs/design/understanding/properties.xml @@ -8,8 +8,6 @@ -
- Property Handling

During XML Parsing, the FO tree is constructed. For each FO object (some subclass of FObj), the tree builder then passes the list of all attributes specified on the FO element to the handleAttrs method. This @@ -104,7 +102,6 @@ inherited or no value is found at any level, the initial value is returned.

- diff --git a/src/documentation/content/xdocs/design/understanding/renderers.xml b/src/documentation/content/xdocs/design/understanding/renderers.xml index cf98991b6..627673a66 100644 --- a/src/documentation/content/xdocs/design/understanding/renderers.xml +++ b/src/documentation/content/xdocs/design/understanding/renderers.xml @@ -11,9 +11,6 @@
Renderers -
- Renderers -

A renderer is used to convert the Area Tree into the output document. The renderer is given the tree one page at a time. All pages are supplied in the order they appear in the document. In order to save memory it is @@ -122,8 +119,6 @@ implement the basic functionality such as text and lines. If two renderers have the same font metrics then it is possible to render the Area Tree in each renderer. This can be handled by the AreaTree Handler.

-
-
-- 2.39.5