diff src/java/de/intevation/mxd/reader/IReader.java @ 27:e5fdc37f8f94

Added XMLUtils to store map information.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 08 Apr 2011 14:21:45 +0200
parents 3e24fffdf2bb
children c51376f8e24c
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/IReader.java	Fri Apr 08 12:26:17 2011 +0200
+++ b/src/java/de/intevation/mxd/reader/IReader.java	Fri Apr 08 14:21:45 2011 +0200
@@ -2,6 +2,8 @@
 
 import java.io.IOException;
 
+import org.w3c.dom.Document;
+
 /**
  * The interface to the MXD-Reader.
  *
@@ -31,6 +33,6 @@
     /**
      * Request DOM Document containing the map data.
      */
-    void getMapDocument();
+    Document getMapDocument();
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)