comparison artifact-database/src/main/java/de/intevation/artifactdatabase/XMLUtils.java @ 92:73d0ebae81d7

Last bunch of javadoc artifacts/trunk@848 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Mar 2010 14:16:05 +0000
parents 730ff077a58c
children 5332d956729c
comparison
equal deleted inserted replaced
91:730ff077a58c 92:73d0ebae81d7
214 public static final Object xpath(Object root, String query, QName returnTyp) { 214 public static final Object xpath(Object root, String query, QName returnTyp) {
215 return xpath(root, query, returnTyp, null); 215 return xpath(root, query, returnTyp, null);
216 } 216 }
217 217
218 /** 218 /**
219 * Evaluates an XPath query on a given objectr and returns the result 219 * Evaluates an XPath query on a given object and returns the result
220 * as a string. A given namespace context is used. 220 * as a string. A given namespace context is used.
221 * @param root The object which is used as the root of the tree to 221 * @param root The object which is used as the root of the tree to
222 * be searched in. 222 * be searched in.
223 * @param query The XPath query 223 * @param query The XPath query
224 * @param namespaceContext The namespace context to be used or null 224 * @param namespaceContext The namespace context to be used or null

http://dive4elements.wald.intevation.org