Revision 23176 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/table/ProjectTable.java

View differences:

ProjectTable.java
48 48
import org.gvsig.fmap.data.feature.FeatureType;
49 49
import org.gvsig.fmap.mapcontext.layers.FLayer;
50 50
import org.gvsig.fmap.mapcontext.layers.FLayers;
51
import org.gvsig.fmap.mapcontext.layers.XMLException;
52 51
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
53 52

  
54 53
import com.iver.andami.messages.NotificationManager;
......
61 60
import com.iver.cit.gvsig.project.documents.table.gui.tablemodel.Column;
62 61
import com.iver.cit.gvsig.project.documents.table.gui.tablemodel.Columns;
63 62
import com.iver.utiles.XMLEntity;
63
import com.iver.utiles.XMLException;
64 64

  
65 65
/**
66 66
 * Tabla del proyecto
......
378 378
	 *
379 379
	 * @see com.iver.cit.gvsig.project.documents.ProjectDocument#setXMLEntity(com.iver.utiles.XMLEntity)
380 380
	 */
381
	public void setXMLEntity(XMLEntity xml) throws XMLException,
382
			ReadException, OpenException {
381
	public void setXMLEntity(XMLEntity xml) throws XMLException {
383 382
//		try {
384 383
//			super.setXMLEntity(xml);
385 384
//			backupXMLEntity = xml;
......
729 728
//		tableRoot.addChild(this.getXMLEntity());
730 729
	}
731 730

  
732
	public void importFromXML(XMLEntity root, XMLEntity typeRoot,int elementIndex ,Project project, boolean removeDocumentsFromRoot) throws XMLException, ReadException, OpenException {
731
	public void importFromXML(XMLEntity root, XMLEntity typeRoot,int elementIndex ,Project project, boolean removeDocumentsFromRoot) throws XMLException {
733 732
		//TODO
734 733
//		XMLEntity element = typeRoot.getChild(elementIndex);
735 734
//		this.setXMLEntity(element);

Also available in: Unified diff