public interface ISchemaResolver
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 errorCopyright © 2005-2013 jibx.org. All Rights Reserved.