Revision 11464 trunk/libraries/libGPE-KML/src/org/gvsig/gpe/kml/GPEKmlParser.java

View differences:

GPEKmlParser.java
67 67
 *
68 68
 * $Id$
69 69
 * $Log$
70
 * Revision 1.5  2007-04-20 08:38:59  jorpiell
70
 * Revision 1.6  2007-05-07 07:07:18  jorpiell
71
 * Add a constructor with the name and the description fields
72
 *
73
 * Revision 1.5  2007/04/20 08:38:59  jorpiell
71 74
 * Tests updating
72 75
 *
73 76
 * Revision 1.4  2007/04/14 16:08:07  jorpiell
......
89 92
 */
90 93
public class GPEKmlParser extends GPEXmlParser {
91 94
	
92
	public GPEKmlParser() {
93
		super();		
95
	public GPEKmlParser(String name, String description) {
96
		super(name, description);
94 97
	}
95 98

  
96 99
	/*

Also available in: Unified diff