Mercurial > dive4elements > http-client
diff src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java @ 22:dbf1bfa070af
Removed trailing whitespace.
http-client/trunk@2242 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 26 Jun 2011 17:16:04 +0000 |
parents | 0359c4f3b4a1 |
children |
line wrap: on
line diff
--- a/src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java Wed Jun 01 14:32:24 2011 +0000 +++ b/src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java Sun Jun 26 17:16:04 2011 +0000 @@ -38,7 +38,7 @@ import org.xml.sax.SAXException; /** - * This class provides many helper-Methods for handling different kinds of + * This class provides many helper-Methods for handling different kinds of * XML-stuff. * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> @@ -102,7 +102,7 @@ } /** - * Adds a new attribute to the given element. + * Adds a new attribute to the given element. * @param element the element where the attribute should be placed in. * @param name the name of the attribute * @param value the value of the attribute @@ -152,7 +152,7 @@ } /** - * Fetch the value of an element or attribute from the given resource + * Fetch the value of an element or attribute from the given resource * using the query. * @param root the source where the value should be fetch from * @param query the query that should be used to fetch the value @@ -221,7 +221,7 @@ } /** - * Fetch a Nodeset value from a XML-Fragment or XML-Document using the + * Fetch a Nodeset value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param query the query that should be used, @@ -232,7 +232,7 @@ } /** - * Fetch a Node from a XML-Fragment or XML-Document using the + * Fetch a Node from a XML-Fragment or XML-Document using the * given query. * @param root the source where the Node should be fetched from * @param query the query that should be used, @@ -243,7 +243,7 @@ } /** - * Fetch a String value from a XML-Fragment or XML-Document using the + * Fetch a String value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param xpath the query that should be used, @@ -254,7 +254,7 @@ } /** - * Fetch a String value from a XML-Fragment or XML-Document using the + * Fetch a String value from a XML-Fragment or XML-Document using the * given query. * @param root the source where the String should be fetched from * @param query the query that should be used,