|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.schema.MemoryResolver
public class MemoryResolver
Resolver for schema only present in memory.
| Constructor Summary | |
|---|---|
MemoryResolver(String id)
Constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryResolver(String id)
id - | Method Detail |
|---|
public InputStream getContent()
throws IOException
ISchemaResolver
getContent in interface ISchemaResolverIOException - on access errorpublic String getName()
ISchemaResolver
getName in interface ISchemaResolverpublic String getId()
ISchemaResolver
getId in interface ISchemaResolver
public ISchemaResolver resolve(String loc,
String tns)
throws IOException
ISchemaResolver
resolve in interface ISchemaResolverloc - target URL (null if none supplied)tns - target namespace URI (null if none supplied)
IOException - on resolve error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||