Revision 11220 trunk/libraries/libGPE/src/org/gvsig/gpe/GPEContentHandler.java

View differences:

GPEContentHandler.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.5  2007-04-14 16:06:13  jorpiell
46
 * Revision 1.6  2007-04-17 07:53:55  jorpiell
47
 * Before to start a new parsing process, the initialize method of the content handlers is throwed
48
 *
49
 * Revision 1.5  2007/04/14 16:06:13  jorpiell
47 50
 * The writer handler has been updated
48 51
 *
49 52
 * Revision 1.4  2007/04/13 13:14:55  jorpiell
......
65 68
 */
66 69
public abstract class GPEContentHandler implements IGPEContentHandler {
67 70

  
71
	/**
72
	 * It initializes the ContentHandler. It thas to
73
	 * init the object attributes values before to
74
	 * start a new parsing process.
75
	 */
76
	abstract public void initialize();
77
	
68 78
	/*
69 79
	 * (non-Javadoc)
70 80
	 * @see org.gvsig.gpe.IGPEContentHandler#startLayer(java.lang.Object, java.lang.Object, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

Also available in: Unified diff