|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ tool overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlbeans.impl.tool
Interface SchemaImportResolver.SchemaResource

- All Known Implementing Classes:
- BaseSchemaResourceManager.SchemaResource
- Enclosing interface:
- SchemaImportResolver
- public static interface SchemaImportResolver.SchemaResource
Used to supply a schema resource with an optional associated expected-namespace-URI and original-location-URL. The equals (and hashCode) implementations of the SchemaResource objects will be used to avoid examining the same resource twice; these must be implemented according to the desired rules for determining that two resources are the same.
| Method Summary | |
java.lang.String |
getNamespace()
|
Schema |
getSchema()
Returns a parsed schema object. |
java.lang.String |
getSchemaLocation()
|
| Method Detail |
getSchema
public Schema getSchema()
- Returns a parsed schema object.
getNamespace
public java.lang.String getNamespace()
getSchemaLocation
public java.lang.String getSchemaLocation()
|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ tool overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC