|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISchemaResolver
Interface for resolving schema references which may be relative to a base location.
| Method Summary | |
|---|---|
InputStream |
getContent()
Get the content associated with this schema document. |
String |
getId()
Get unique identifier for this schema. |
String |
getName()
Get the schema name. |
ISchemaResolver |
resolve(String loc,
String tns)
Resolve a schema reference, which may be relative to this schema location. |
| Method Detail |
|---|
ISchemaResolver resolve(String loc,
String tns)
throws IOException
loc - target URL (null if none supplied)tns - target namespace URI (null if none supplied)
IOException - on resolve errorString getName()
String getId()
InputStream getContent()
throws IOException
IOException - on access error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||