Quellcode durchsuchen

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
tags/pre-columns
Keiron Liddle vor 24 Jahren
Ursprung
Commit
67ab8255cb
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6
    1
      src/org/apache/fop/dom/svg/SVGElementImpl.java

+ 6
- 1
src/org/apache/fop/dom/svg/SVGElementImpl.java Datei anzeigen

@@ -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()

Laden…
Abbrechen
Speichern