Revision 40561 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.utils/src/main/java/org/gvsig/utils/xml/XMLEncodingUtils.java

View differences:

XMLEncodingUtils.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/**
2
 * gvSIG. Desktop Geographic Information System.
2 3
 *
3
 * This class is based on KXML2's KXmlParser.java
4
 * Copyright (c) From KXML2: 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
5
 * See http://kxml.sourceforge.net to get more info.
6
 * 
7
 * Copyright (C) From this file: 2006 IVER T.I. and Generalitat Valenciana.
4
 * Copyright (C) 2007-2013 gvSIG Association.
8 5
 *
9 6
 * This program is free software; you can redistribute it and/or
10 7
 * modify it under the terms of the GNU General Public License
11
 * as published by the Free Software Foundation; either version 2
8
 * as published by the Free Software Foundation; either version 3
12 9
 * of the License, or (at your option) any later version.
13 10
 *
14 11
 * This program is distributed in the hope that it will be useful,
......
18 15
 *
19 16
 * You should have received a copy of the GNU General Public License
20 17
 * along with this program; if not, write to the Free Software
21
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
 * MA  02110-1301, USA.
22 20
 *
23
 * For more information, contact:
24
 *
25
 *  Generalitat Valenciana
26
 *   Conselleria d'Infraestructures i Transport
27
 *   Av. Blasco Ib??ez, 50
28
 *   46010 VALENCIA
29
 *   SPAIN
30
 *
31
 *      +34 963862235
32
 *   gvsig@gva.es
33
 *      www.gvsig.gva.es
34
 *
35
 *    or
36
 *
37
 *   IVER T.I. S.A
38
 *   Salamanca 50
39
 *   46005 Valencia
40
 *   Spain
41
 *
42
 *   +34 963163400
43
 *   dac@iver.es
21
 * For any additional information, do not hesitate to contact us
22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
44 23
 */
45

  
46 24
package org.gvsig.utils.xml;
47 25

  
48 26
import java.io.BufferedInputStream;

Also available in: Unified diff