|
Oxygen XML Editor 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@API(type=EXTENDABLE,
src=PUBLIC)
public interface RelativeReferenceResolverControl the way in which a relative reference is computed in Oxygen for a given protocol.
| Method Summary | |
|---|---|
java.lang.String |
makeRelative(java.net.URL baseURL,
java.net.URL childURL)
Makes a relative path expressed to the base file from the child. |
| Method Detail |
|---|
java.lang.String makeRelative(java.net.URL baseURL,
java.net.URL childURL)
Example of the default implementation: Base: "file://c:/projects/exml/base.prx", Child "file://c:/projects/exml/test/someTest.xml"
Result: "test/someTest.xml"
baseURL - the base URL to report at. Cannot be nullchildURL - the child URL. Cannot be null.
null to use the default implementation.
|
Oxygen XML Editor 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||