Revision 12311 trunk/libraries/libGPE/src/org/gvsig/xmlschema/som/impl/XSComponentImpl.java

View differences:

XSComponentImpl.java
3 3
import java.util.Collection;
4 4

  
5 5
import org.apache.xml.utils.QName;
6
import org.gvsig.xmlschema.exceptions.TypeNotFoundException;
7 6
import org.gvsig.xmlschema.som.IXSComponent;
8 7
import org.gvsig.xmlschema.som.IXSSchema;
9 8
import org.gvsig.xmlschema.utils.SchemaCollection;
......
53 52
 *
54 53
 * $Id$
55 54
 * $Log$
56
 * Revision 1.1  2007-06-14 16:15:03  jorpiell
55
 * Revision 1.2  2007-06-22 12:20:48  jorpiell
56
 * The typeNotFoundException has been deleted. It never was thrown
57
 *
58
 * Revision 1.1  2007/06/14 16:15:03  jorpiell
57 59
 * builds to create the jars generated and add the schema code to the libGPEProject
58 60
 *
59 61
 * Revision 1.1  2007/06/14 13:50:07  jorpiell
......
97 99
	 * @return
98 100
	 * @throws TypeNotFoundException
99 101
	 */
100
	public Collection getItems() throws TypeNotFoundException {
102
	public Collection getItems(){
101 103
		return new SchemaCollection(getSchema(),getElement());
102 104
	}
103 105
}

Also available in: Unified diff