|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
public class DefaultSchemaResolver
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaResolver interface
Responsibilities:
SchemaResolver| Constructor Summary | |
|---|---|
DefaultSchemaResolver() |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseSchemaLocation() |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId, java.lang.String systemId)Satisfy EntityResolver interface implementation. |
javax.xml.transform.Source |
resolveSchema(javax.xml.transform.Source sourceXSD, java.lang.String namespace, java.lang.String schemaLocation)Given the source schema and namespace and schemaLocation values from an import or include return the referenced Schema. |
void |
setBaseSchemaLocation(java.lang.String baseSchemaLocation)Optional baseSchemaLocation can be specified If set, all schemaLocations passed into the resolveSchema methods will be resolved against this base location according to the java.net.URI API |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSchemaResolver()
| Method Detail |
|---|
public javax.xml.transform.Source resolveSchema(javax.xml.transform.Source sourceXSD,
java.lang.String namespace,
java.lang.String schemaLocation)
resolveSchema in interface SchemaResolversourceXSD - The Source object of the source schemanamespace - The namespace portion of the import/includeschemaLocation - The schemaLocation portion of the import/include
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
resolveEntity in interface org.xml.sax.EntityResolverpublicId -systemId -public void setBaseSchemaLocation(java.lang.String baseSchemaLocation)
baseSchemaLocation - optional baseSchemaLocationpublic java.lang.String getBaseSchemaLocation()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||