Browse Source

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 24 years ago
parent
commit
67ab8255cb
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      src/org/apache/fop/dom/svg/SVGElementImpl.java

+ 6
- 1
src/org/apache/fop/dom/svg/SVGElementImpl.java View File

} }
} }


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 = ""; String idString = "";


public String getId() public String getId()

Loading…
Cancel
Save