From: William Victor Mote Date: Tue, 22 Apr 2003 06:05:17 +0000 (+0000) Subject: Fix
grouping. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1566 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dcb71cefa9f60189c80cfd0da3e9aae6c7873eed;p=xmlgraphics-fop.git Fix
grouping. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196316 13f79535-47bb-0310-9956-ffa450edef68 --- 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