|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferenceResolver
Implementations provide the functionality to retrieve Object instances via URIs (which may be document local
or remote).
A local reference is always constructed as # + id.
Reference| Method Summary | |
|---|---|
Object |
getObject(String uri,
String baseURL)
Returns the Object that is referenced by the given URI. |
| Method Detail |
|---|
Object getObject(String uri,
String baseURL)
Object that is referenced by the given URI.
uri - URI that identifies the object, must not be nullbaseURL - optional baseURL for resolving URIs that are relative URLs, may be null
null if no such object exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||