Revision 12418 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/bindings/FeatureCollectionBinding.java

View differences:

FeatureCollectionBinding.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.1  2007-06-07 14:53:30  jorpiell
58
 * Revision 1.2  2007-06-29 12:19:34  jorpiell
59
 * The schema validation is made independently of the concrete writer
60
 *
61
 * Revision 1.1  2007/06/07 14:53:30  jorpiell
59 62
 * Add the schema support
60 63
 *
61 64
 *
......
137 140
			case XmlPullParser.TEXT:					
138 141

  
139 142
				break;
143
			case XmlPullParser.END_DOCUMENT:
144
				endCollection = true;
145
				break;
140 146
			}
141 147
			if (!endCollection){					
142 148
				currentTag = parser.next();

Also available in: Unified diff