comparison gnv/src/main/java/de/intevation/gnv/util/XMLUtils.java @ 964:3549253ecd7b

Fixed some warnings which were displaied during the javadoc-generation gnv/trunk@1108 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 18 May 2010 11:14:09 +0000
parents e7fda0ae8b92
children 28a0628b11b0
comparison
equal deleted inserted replaced
963:0441e78cd900 964:3549253ecd7b
202 * Fetch the object rom the given resource using the query 202 * Fetch the object rom the given resource using the query
203 * and the default <code>ArtifactNamespaceContext</code> 203 * and the default <code>ArtifactNamespaceContext</code>
204 * @param root the source where the value should be fetch from 204 * @param root the source where the value should be fetch from
205 * @param query the query that should be used to fetch the object 205 * @param query the query that should be used to fetch the object
206 * @param returnType the Type that must be used to return the object. 206 * @param returnType the Type that must be used to return the object.
207 * @param namespaceContext the namespacecontext that must match to 207 * @param context the namespacecontext that must match to
208 * fetch the object. 208 * fetch the object.
209 * @return the value 209 * @return the value
210 */ 210 */
211 public static Object getXPath( 211 public static Object getXPath(
212 Object root, String query, QName returnType, NamespaceContext context 212 Object root, String query, QName returnType, NamespaceContext context

http://dive4elements.wald.intevation.org