From: Andreas L. Delmelle Date: Sat, 7 Jul 2007 01:08:14 +0000 (+0000) Subject: OK, now it was ready... X-Git-Tag: fop-0_94~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8bad2fe485dae7b89d1b7fb53cff34d662e77e7f;p=xmlgraphics-fop.git OK, now it was ready... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index 5b6e26fab..fdbf53fa1 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,14 @@ + + Refactoring in the fo package: + -> removal of the childNodes instance member in fop.fo.FObj + -> addition of a firstChild instance member in fop.fo.FObj + -> addition of a siblings instance member in fop.fo.FONode + -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj + -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes() + Code cleanup and restructuring: Refactoring of PageSequenceLayoutManager and provide common FObj id property use