|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.impl.tool.SchemaImportResolver
public abstract class SchemaImportResolver
Nested Class Summary | |
---|---|
static interface |
SchemaImportResolver.SchemaResource
Used to supply a schema resource with an optional associated expected-namespace-URI and original-location-URL. |
Constructor Summary | |
---|---|
SchemaImportResolver()
|
Method Summary | |
---|---|
abstract SchemaImportResolver.SchemaResource |
lookupResource(java.lang.String nsURI,
java.lang.String URL)
Called when the ImportLoader wishes to resolve the given import. |
abstract void |
reportActualNamespace(SchemaImportResolver.SchemaResource resource,
java.lang.String actualNamespace)
Called to notify that the expected namespace is different from the actual namespace, or if no namespace is known, to report the discovered namespace. |
protected void |
resolveImports(SchemaImportResolver.SchemaResource[] resources)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaImportResolver()
Method Detail |
---|
public abstract SchemaImportResolver.SchemaResource lookupResource(java.lang.String nsURI, java.lang.String URL)
public abstract void reportActualNamespace(SchemaImportResolver.SchemaResource resource, java.lang.String actualNamespace)
protected final void resolveImports(SchemaImportResolver.SchemaResource[] resources)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |