Revision 21998 trunk/libraries/libGPE/src/org/gvsig/gpe/parser/IGPEContentHandler.java

View differences:

IGPEContentHandler.java
230 230
	public void endElement(Object element);
231 231
	
232 232
	/**
233
	 * This method is thrown when the parser find the end 
234
	 * of an element.
235
	 * @param element
236
	 * Consumer application object that represents an element 
237
	 * @param isGeometryTag
238
	 * If the element is a geometry
239
	 */
240
	public void endElement(Object element, boolean isGeometryTag);		
241
	
242
	/**
243 233
	 * It is thrown to establish a relationship parent-child
244 234
	 * between two elements.
245 235
	 * @param parent

Also available in: Unified diff