org.apache.woden.schema
Interface ImportedSchema
- All Superinterfaces:
- Schema
- All Known Implementing Classes:
- ImportedSchemaImpl
public interface ImportedSchema
- extends Schema
This interface represents a schema import element, <xs:import>. It extends the Schema
interface, adding support for the schemaLocation
attribute.
- Author:
- John Kaputin (jkaputin@apache.org)
setSchemaLocation
void setSchemaLocation(java.net.URI location)
- Set the URI representing the
schemaLocation
attribute of <xs:import>.
getSchemaLocation
java.net.URI getSchemaLocation()
- Returns:
- the URI representing the
schemaLocation
attribute of <xs:import>.
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.