Revision 10876 branches/v10/libraries/libRemoteServices/src/org/gvsig/remoteClient/gml/v2/GMLFeaturesIterator_v2.java

View differences:

GMLFeaturesIterator_v2.java
69 69
 *
70 70
 * $Id$
71 71
 * $Log$
72
 * Revision 1.1.2.5  2007-01-25 16:12:59  jorpiell
72
 * Revision 1.1.2.6  2007-03-23 10:42:30  jorpiell
73
 * A?adido soporte para elementos anidadas con el mismo nombre que el elemento padre
74
 *
75
 * Revision 1.1.2.5  2007/01/25 16:12:59  jorpiell
73 76
 * Se han sustituido las clases por las que hay en el nuevo driver de GML.
74 77
 *
75 78
 * Revision 1.9  2007/01/15 13:11:17  csanchez
......
301 304
										getParser().next();
302 305
										values.put(attName,((XMLSimpleType)attribute.getEntityType()).getJavaType(getParser().getText()));
303 306
									}
307
									//Jump the end tag
308
									getParser().next();
304 309
								}
305 310
								/**************
306 311
								 * <GEOMETRY> *

Also available in: Unified diff