Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java @ 807:a645bd23c1c8
Added more javadoc. Removed trailing whitespace.
gnv-artifacts/trunk@889 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 08 Apr 2010 15:24:45 +0000 |
parents | 2cea76f1112e |
children | 499cfbbb61bc |
comparison
equal
deleted
inserted
replaced
806:2cea76f1112e | 807:a645bd23c1c8 |
---|---|
60 public ArtifactXMLUtilities() { | 60 public ArtifactXMLUtilities() { |
61 } | 61 } |
62 | 62 |
63 /** | 63 /** |
64 * Creates an <code>Element</code> and returns it. | 64 * Creates an <code>Element</code> and returns it. |
65 * | 65 * |
66 * @param document A document | 66 * @param document A document |
67 * @param name Name of a node. | 67 * @param name Name of a node. |
68 * @return an Element. | 68 * @return an Element. |
69 */ | 69 */ |
70 public static Element createArtifactElement(Document document, String name) { | 70 public static Element createArtifactElement(Document document, String name) { |
211 return document; | 211 return document; |
212 } | 212 } |
213 | 213 |
214 /** | 214 /** |
215 * Read <i>fileName</i> and return the first child node. | 215 * Read <i>fileName</i> and return the first child node. |
216 * | 216 * |
217 * @param fileName An xml document. | 217 * @param fileName An xml document. |
218 * @return the first child node in this document. | 218 * @return the first child node in this document. |
219 */ | 219 */ |
220 public Node readConfiguration(String fileName){ | 220 public Node readConfiguration(String fileName){ |
221 try { | 221 try { |