Revision 11265 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/xml/GPEXmlParser.java

View differences:

GPEXmlParser.java
6 6
import java.io.InputStream;
7 7
import java.lang.reflect.InvocationTargetException;
8 8

  
9
import org.gvsig.gpe.GPEContentHandler;
10
import org.gvsig.gpe.GPEErrorHandler;
11 9
import org.gvsig.gpe.GPEParser;
12 10
import org.xmlpull.v1.XmlPullParser;
13 11
import org.xmlpull.v1.XmlPullParserException;
......
56 54
 *
57 55
 * $Id$
58 56
 * $Log$
59
 * Revision 1.4  2007-04-19 07:30:40  jorpiell
57
 * Revision 1.5  2007-04-19 11:56:03  csanchez
58
 * Actualizacion protoripo libGPE
59
 *
60
 * Revision 1.4  2007/04/19 07:30:40  jorpiell
60 61
 * Add the add methods to teh contenhandler and change the register mode
61 62
 *
62 63
 * Revision 1.3  2007/04/18 12:54:45  csanchez
......
77 78
 */
78 79
public abstract class GPEXmlParser extends GPEParser {
79 80
	private InputStream inputStream = null;
80
	protected XmlPullParser parser = null;
81
	private XmlPullParser parser = null;
81 82
	
82 83
	public GPEXmlParser() {
83 84
		super();		
......
143 144
	protected abstract void initParse();
144 145
	
145 146
	/**
146
	 * @return Returns the encoding.
147
	 * @return Returns the encoding or UTF-8 encoding by default.
147 148
	 * @throws IOException 
148 149
	 * @throws KmlException 
149 150
	 */

Also available in: Unified diff