comparison gwt-client/src/main/java/org/dive4elements/river/client/server/CapabilitiesParser.java @ 6831:8c7433b8656d

Backed out changeset 74a437805e2a Description does not match. Why changing logging behavior? Why re-sorting imports? This can be done (if there is really a reason to do so) in separate commits with adequate descriptions.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 14 Aug 2013 16:50:35 +0200
parents 74a437805e2a
children 238fc722f87a
comparison
equal deleted inserted replaced
6830:eb4b123daaf7 6831:8c7433b8656d
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.client.server; 9 package org.dive4elements.river.client.server;
10
11 import org.dive4elements.artifacts.common.utils.XMLUtils;
12 import org.dive4elements.river.client.shared.exceptions.ServerException;
13 import org.dive4elements.river.client.shared.model.Capabilities;
14 import org.dive4elements.river.client.shared.model.ContactInformation;
15 import org.dive4elements.river.client.shared.model.WMSLayer;
10 16
11 import java.io.IOException; 17 import java.io.IOException;
12 import java.io.InputStream; 18 import java.io.InputStream;
13 import java.net.MalformedURLException; 19 import java.net.MalformedURLException;
14 import java.net.URL; 20 import java.net.URL;
19 import java.util.regex.Pattern; 25 import java.util.regex.Pattern;
20 26
21 import javax.xml.xpath.XPathConstants; 27 import javax.xml.xpath.XPathConstants;
22 28
23 import org.apache.log4j.Logger; 29 import org.apache.log4j.Logger;
24 import org.dive4elements.artifacts.common.utils.XMLUtils;
25 import org.dive4elements.river.client.shared.exceptions.ServerException;
26 import org.dive4elements.river.client.shared.model.Capabilities;
27 import org.dive4elements.river.client.shared.model.ContactInformation;
28 import org.dive4elements.river.client.shared.model.WMSLayer;
29 import org.w3c.dom.Document; 30 import org.w3c.dom.Document;
30 import org.w3c.dom.Element; 31 import org.w3c.dom.Element;
31 import org.w3c.dom.Node; 32 import org.w3c.dom.Node;
32 import org.w3c.dom.NodeList; 33 import org.w3c.dom.NodeList;
33 34

http://dive4elements.wald.intevation.org