]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
a comment about the ElementImpl super class
authorKeiron Liddle <keiron@apache.org>
Wed, 9 Aug 2000 04:28:58 +0000 (04:28 +0000)
committerKeiron Liddle <keiron@apache.org>
Wed, 9 Aug 2000 04:28:58 +0000 (04:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193613 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/dom/svg/SVGElementImpl.java

index 7cd67cf17dbf0101bdde3516085566d2a48be8df..dfa92e00eb00b018c0919d145c5b08b4e7d72ca9 100644 (file)
@@ -309,7 +309,12 @@ class NodeListImpl implements NodeList
        }
 }
 
-public abstract class SVGElementImpl extends ElementImpl implements GraphicImpl, SVGElement {
+/*
+I want to use
+org.apache.xerces.dom.ElementImpl
+but it causes an null pointer exception in appendChild
+*/
+public abstract class SVGElementImpl extends ElementImpl/*org.apache.xerces.dom.ElementImpl*/ implements GraphicImpl, SVGElement {
        String idString = "";
 
        public String getId()