From: Kal A. <ka...@te...> - 2001-07-26 10:00:13
|
I wrote: > > OK, if both of the existing implementations have an addTopicMap() > method, I > guess it should probably be in the interface. I've added > addTopicMap(InputStream src, URL baseURL) to the TopicMapProvider > interface. > The baseURL parameters should specify a URL to be assigned to the TopicMap > object only if the parser does not find a value in the topic map itself > (i.e. if the <topicMap> element does not have an xml:base attribute). > And I later realised that in fact the method should be: addTopicMap(InputStream src, URL baseURL, TopicMap existingTopicMap) which matches more closely the existing buildTopicMap() function in OzoneTopicMapProviderImpl Cheers, Kal |