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