comparison artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java @ 208:8ea4d0824d8f

Changed a return type of a ClientProtocolUtils method. artifacts/trunk@1533 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 21 Mar 2011 14:05:45 +0000
parents 5c93fb142970
children 435631e07da2
comparison
equal deleted inserted replaced
207:b2115f484edb 208:8ea4d0824d8f
330 * 330 *
331 * @param dynamicNode The dynamic UI node of the DESCRIBE document. 331 * @param dynamicNode The dynamic UI node of the DESCRIBE document.
332 * 332 *
333 * @return the select node found in the dynamic UI node. 333 * @return the select node found in the dynamic UI node.
334 */ 334 */
335 public static Node getSelectNode(Node dynamicNode) { 335 public static NodeList getSelectNode(Node dynamicNode) {
336 return (Node) XMLUtils.xpath( 336 return (NodeList) XMLUtils.xpath(
337 dynamicNode, 337 dynamicNode,
338 XPATH_DATA_SELECT, 338 XPATH_DATA_SELECT,
339 XPathConstants.NODE, 339 XPathConstants.NODESET,
340 ArtifactNamespaceContext.INSTANCE); 340 ArtifactNamespaceContext.INSTANCE);
341 } 341 }
342 342
343 343
344 /** 344 /**

http://dive4elements.wald.intevation.org