From dcb71cefa9f60189c80cfd0da3e9aae6c7873eed Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Tue, 22 Apr 2003 06:05:17 +0000 Subject: [PATCH] Fix
grouping. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196316 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/design/fotree.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/design/fotree.xml b/src/documentation/content/xdocs/design/fotree.xml index 9b03bdfb2..9257574e1 100644 --- a/src/documentation/content/xdocs/design/fotree.xml +++ b/src/documentation/content/xdocs/design/fotree.xml @@ -21,6 +21,7 @@ into the area tree. The complete FO tree should not be held in memory since FOP should be able to handle FO documents of any size.

The FO Tree is simply a heirarchy of java objects that represent the fo elements from xml. The traversal is done by the layout or structure process only in the flow elements.

+
FONode

The base class for all objects in the tree is FONode. The base class for @@ -64,7 +65,6 @@ automatically during the build process.

In some cases the element may be moved to have a different parent, for example markers, or the inheritance could be different, for example initial property set.

-

Properties (recall that FO's have properties, areas have traits, and XML nodes have attributes) are also a concern of FOTreeBuilder. It accomplishes this by using a PropertyListBuilder. There is a -- 2.39.5