|
||||||
| 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 | |
|---|---|
java.io.InputStream |
getContent()
Get the content associated with this schema document. |
java.lang.String |
getId()
Get unique identifier for this schema. |
java.lang.String |
getName()
Get the schema name. |
ISchemaResolver |
resolve(java.lang.String loc,
java.lang.String tns)
Resolve a schema reference, which may be relative to this schema location. |
| Method Detail |
|---|
ISchemaResolver resolve(java.lang.String loc,
java.lang.String tns)
throws java.io.IOException
loc - target URL (null if none supplied)tns - target namespace URI (null if none supplied)
java.io.IOException - on resolve errorjava.lang.String getName()
java.lang.String getId()
java.io.InputStream getContent()
throws java.io.IOException
java.io.IOException - on access error
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||