From 67ab8255cb147ff9e4ce3954dcb123223143f931 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 9 Aug 2000 04:28:58 +0000 Subject: [PATCH] a comment about the ElementImpl super class 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/org/apache/fop/dom/svg/SVGElementImpl.java b/src/org/apache/fop/dom/svg/SVGElementImpl.java index 7cd67cf17..dfa92e00e 100644 --- a/src/org/apache/fop/dom/svg/SVGElementImpl.java +++ b/src/org/apache/fop/dom/svg/SVGElementImpl.java @@ -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() -- 2.39.5