|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchemaResolver
Interface for resolving URL 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)
Resolve a URL reference, which may be relative to this schema location. |
Method Detail |
---|
ISchemaResolver resolve(java.lang.String loc) throws java.io.IOException
loc
- target URL
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 |