Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/IRendererReader.java @ 116:c8a1361ddd38
Improved exceptionhandlin for renderer reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 15 Jun 2011 18:37:27 +0200 |
parents | 7eba97e8201b |
children | 0bde090506f9 |
comparison
equal
deleted
inserted
replaced
115:fb93f20478cc | 116:c8a1361ddd38 |
---|---|
11 * | 11 * |
12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |
13 */ | 13 */ |
14 public interface IRendererReader{ | 14 public interface IRendererReader{ |
15 | 15 |
16 Element read() throws Exception; | 16 Element read(); |
17 | 17 |
18 void setParent(Element parent); | 18 void setParent(Element parent); |
19 void setUtil(MapToXMLUtils util); | 19 void setUtil(MapToXMLUtils util); |
20 | 20 |
21 } | 21 } |