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

View differences:

IXSSchemaDocument.java
4 4
import java.util.Enumeration;
5 5

  
6 6
import org.gvsig.xmlschema.exceptions.SchemaCreationException;
7
import org.gvsig.xmlschema.exceptions.TypeNotFoundException;
8 7

  
9 8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
10 9
 *
......
50 49
 *
51 50
 * $Id$
52 51
 * $Log$
53
 * Revision 1.1  2007-06-14 16:15:03  jorpiell
52
 * Revision 1.2  2007-06-22 12:20:48  jorpiell
53
 * The typeNotFoundException has been deleted. It never was thrown
54
 *
55
 * Revision 1.1  2007/06/14 16:15:03  jorpiell
54 56
 * builds to create the jars generated and add the schema code to the libGPEProject
55 57
 *
56 58
 * Revision 1.1  2007/06/14 13:50:07  jorpiell
......
186 188
	public String getNamespaceURI(String prefix);
187 189
	
188 190
	/**
191
	 * It retusn the namespace prefix
192
	 * @param namespaceURI
193
	 * Namespace URI
194
	 * @return
195
	 * The namespace prefix
196
	 */
197
	public String getNamespacePrefix(String namespaceURI);
198
	
199
	/**
189 200
	 * Get a element from a qualified name
190 201
	 * @param namespacePrefix
191 202
	 * Namespace prefix
......
195 206
	 * A SXD element
196 207
	 * @throws TypeNotFoundException 
197 208
	 */
198
	public IXSElementDeclaration getElementDeclarationByName(String namespacePrefix, String elementName) throws TypeNotFoundException;
209
	public IXSElementDeclaration getElementDeclarationByName(String namespacePrefix, String elementName) ;
199 210
	
200 211
	/**
201 212
	 * Get a element from a qualified name
......
205 216
	 * A SXD element
206 217
	 * @throws TypeNotFoundException 
207 218
	 */
208
	public IXSElementDeclaration getElementDeclarationByName(String elementName) throws TypeNotFoundException;
219
	public IXSElementDeclaration getElementDeclarationByName(String elementName);
209 220
		
210 221
	/**
211 222
	 * @return <true> if the element names are qualified

Also available in: Unified diff