Revision 20663 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/parser/v2/features/FeatureCollectionBinding.java

View differences:

FeatureCollectionBinding.java
100 100
		int currentTag;		
101 101
		Object layer = null;	
102 102
		//Used to finish to parse the current feature collection
103
		while(parser.getEventType()!= IXmlStreamReader.START_ELEMENT){
104
			parser.next();
105
		}
103 106
		QName layerRootType = parser.getName();		
104 107
		
105 108
		Map attributes = GMLUtilsParser.getAttributes(parser);		

Also available in: Unified diff