Revision 37960 trunk/libraries/libGPE-KML/src/org/gvsig/gpe/kml/parser/GPEKml2_1_Parser.java

View differences:

GPEKml2_1_Parser.java
8 8

  
9 9
import org.gvsig.gpe.kml.exceptions.KmlException;
10 10
import org.gvsig.gpe.kml.parser.profiles.Kml2_1_BindingProfile;
11
import org.gvsig.gpe.xml.utils.NamespaceAwareComparator;
11 12

  
12 13
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
13 14
 *
......
58 59
/**
59 60
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
60 61
 */
61
public class GPEKml2_1_Parser extends GPEDeafultKmlParser{
62
public class GPEKml2_1_Parser extends GPEDefaultKmlParser{
62 63

  
63 64
	public GPEKml2_1_Parser() {
64 65
		super();
65 66
		setProfile(new Kml2_1_BindingProfile());
67
		qNameComparator = new NamespaceAwareComparator();
66 68
	}
67 69

  
68 70
	/*

Also available in: Unified diff