]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added method createAttributeNS to make sure it compiles properly
authorKeiron Liddle <keiron@apache.org>
Wed, 12 Jul 2000 00:03:27 +0000 (00:03 +0000)
committerKeiron Liddle <keiron@apache.org>
Wed, 12 Jul 2000 00:03:27 +0000 (00:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193487 13f79535-47bb-0310-9956-ffa450edef68

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

index 99b934c1aaa7dbd7ea33908a1f10169a42c1c6a0..47655801dcf6c6fd38ac5f0b466dd982fa98aa15 100644 (file)
@@ -150,6 +150,13 @@ class SVGDocumentImpl extends SVGElementImpl implements SVGDocument {
                return null;
        }
 
+    public Attr createAttributeNS(String namespaceURI, 
+                                  String qualifiedName)
+                                  throws DOMException
+    {
+               return null;
+    }
+
        public Element getDocumentElement()
        {
                return null;