From fdabc4dd38c3903f8d141ca5e0cfdb241b400771 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 12 Sep 2001 09:30:40 +0000 Subject: [PATCH] made the construction of foreign name dom a bit more direct and simple reducing number of classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194461 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 26 +--- .../fop/fo/DirectPropertyListBuilder.java | 49 ++++++++ src/org/apache/fop/fo/FOTreeBuilder.java | 11 ++ src/org/apache/fop/fo/TreeBuilder.java | 15 +-- src/org/apache/fop/svg/SVGElement.java | 45 ++++--- src/org/apache/fop/svg/SVGElementMapping.java | 104 ++++++++-------- src/org/apache/fop/svg/SVGObj.java | 52 ++++++-- src/org/apache/fop/svg/SVGStringProperty.java | 91 -------------- src/org/apache/fop/svg/XMLObj.java | 116 ++++++++++-------- 9 files changed, 241 insertions(+), 268 deletions(-) create mode 100644 src/org/apache/fop/fo/DirectPropertyListBuilder.java delete mode 100644 src/org/apache/fop/svg/SVGStringProperty.java diff --git a/build.xml b/build.xml index ef45f7744..93da09454 100644 --- a/build.xml +++ b/build.xml @@ -228,13 +228,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - @@ -433,13 +429,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - - - - @@ -472,11 +453,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro dependent="${propinc.xsl}" outfile="${build.src}/${replacestring}/fo/properties/extenums_${ignore_this}" smart="yes"/> - - - -