Revision 11781 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/GPEGmlParser.java

View differences:

GPEGmlParser.java
57 57
 *
58 58
 * $Id$
59 59
 * $Log$
60
 * Revision 1.12  2007-05-17 11:20:51  jorpiell
60
 * Revision 1.13  2007-05-24 07:29:47  csanchez
61
 * AƱadidos Alias GML2
62
 *
63
 * Revision 1.12  2007/05/17 11:20:51  jorpiell
61 64
 * Add the layer methods
62 65
 *
63 66
 * Revision 1.11  2007/05/16 12:34:55  csanchez
......
244 247
					//BindingLauncher for gml start tags...
245 248
					if (GPEGmlBindingLauncher.isGML(startTagName))
246 249
						GPEGmlBindingLauncher.run(this,layer);
247
					
248 250
					//Recursive call, downloading a branch from the tree
249
					recursiveParser();
251
					else
252
						recursiveParser();
250 253
					break;
251 254
					
252 255
				case KXmlParser.END_TAG:	
......
355 358
		}
356 359
	}
357 360
	
358
		
361
			
359 362
	public boolean accept(File file) {
360 363
		// TODO Ap?ndice de m?todo generado autom?ticamente
361 364
		return false;

Also available in: Unified diff